GM.PiXeL 6 Posted September 22, 2013 Hi Hercules, Can someone teach me how to make tarot card always successful.? i mean it will never failed ("Skill Failed") Thanks. Quote Share this post Link to post Share on other sites
0 schwierig 3 Posted September 22, 2013 Look at this line in skill.c if( rnd() % 100 > skill_lv * 8 || (dstmd && ((dstmd->guardian_data && dstmd->class_ == MOBID_EMPERIUM) || mob_is_battleground(dstmd))) ) There the fail chance is being evaluated, in this case a percent chance of skill_lv*8 and a random. Change it to your needs Quote Share this post Link to post Share on other sites
0 Uzieal 89 Posted September 22, 2013 Just as a note, once you make a change to your source code you will need to recompile your server. Making a backup before changing any source or recompiling is highly recommended. Here is the Wiki Entry on Compiling: http://herc.ws/wiki/Compiling Quote Share this post Link to post Share on other sites
Hi Hercules,
Can someone teach me how to make tarot card always successful.?
i mean it will never failed ("Skill Failed")
Thanks.
Share this post
Link to post
Share on other sites