Jump to content

  •  

schwierig

Member Since 11 Sep 2013
Offline Last Active Jan 25 2015 03:51 PM
-----

Posts I've Made

In Topic: Tarot Card Failures

22 September 2013 - 10:42 AM

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 :)


In Topic: [HELP] I got this problem

20 September 2013 - 05:29 PM

You have a packet_db? Hercules doesn't actually have a packet_db file.


In Topic: [Request] Compiled Hercules

19 September 2013 - 05:58 PM

Ever searched for yourself? :)

 

http://herc.ws/board...rver-resources/


In Topic: [HELP] I got this problem

19 September 2013 - 02:30 PM

What packet version are you using for your client and what packet version is defined in your mmo.h?


In Topic: EXP Problem

18 September 2013 - 11:10 AM

The EXP rate shouldn't be changed to setup your server. Can you post your "conf/battle/exp.conf" ?