AS i observe you release & Develop projects in this forum but all of that project is abandon and leave bugs, not stable, testers are tired to test again in your another proj. because they have no assurance that you can provide them good server that ready to go online, if you don't want to give it for free maybe you should sale/rent it after the project is done just like others did. (just a suggestion for good :) )
Still your the best mu programmer that i know, You just need give value on others effort in their testing as contribution. release free or sale/rent :)
Have a nice day :)
first post updated..
added mutool to can edit item.bmd...
- - - Updated - - -
i'm trying make a sequence of animation. when you do a skill use 3 different animations.code example
i'm trying make a sequence of animation. when you do a skill use 3 different animations.code example
what think about this?if(lpPlayer->CurrentAnimation == 59)
{
if(lpPlayer->CurrentFrame>6.0f)
{
lpPlayer->CurrentAnimation=60;
lpPlayer->CurrentFrame=0;
}
}
else if(lpPlayer->CurrentAnimation == 60)
{
if(lpPlayer->CurrentFrame>5.0f)
{
lpPlayer->CurrentAnimation=57;
lpPlayer->CurrentFrame=0;
}
}
}
- - - Updated - - -
some like that..
working on it for next update...
first post updated. many fixs and cash shop added..
- - - Updated - - -
@Dope Boy One or @Dios can move it to releases? and change title MuEmu 99b + 512 items + cashshop?
In fact, there is a complete decompilation of the 0.97 (0.96.xx to be exact) gameserver, unlike this one, which is based on a downgraded 1.00.18 and/or 1.00.90 gameserver.
Keep in mind that there is a huge difference between 0.97 (or 99b as in the case) and 1.00.18/1.00.90. The feeling in game wouldn't be the same.
Either way, good job Pinkof.