Jump to content

thor1009

Members
  • Content Count

    42
  • Joined

  • Last visited

Everything posted by thor1009

  1. My suggestion would be to use a more complicated formula, such as rand((1 - exp(-#CASHPOINTS))*50, 100) > 49 So with 0 points the probability to win is 50%. It will increase as the player gets more points, but only approach to 100%. So it will be better to make a script command to do the calculation in float, use a number (POINTS) as input and return success or fail.
  2. I had this issue before, and it was automatically solved after I switched to 2015 client. But the client is not perfectly supported yet.
  3. The previous one missed a "="
  4. thor1009

    Sleep on SRC

    Do you mean you want some special effects last for a given time?
  5. It will be better to report bugs on github issues. For this particular problem, there is a feature in Hercules called "active path search", the mobs will target enemy that has a path to walk to. So this bug is the side effect, you can turn off it by commenting #define ACTIVEPATHSEARCH in "mob.h"
  6. Thanatos effect is calculated in the defense reduction function (calc_defense). I think many (if not all) misc type skills like Soul Breaker ignore defense, and won't call that function So thanatos has no effect to these skills
  7. I really love this style, are you going to sell the design?
  8. Thank you guys, I think I will wait for the full support of 2015 client.
  9. I need help on the client side. As shown by the pic, some new mobs in official EP14.3 has this glowing effect (it is not the sprite itself). The client I am using is 2014-02-05b, does someone know how to enable this effect?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.