Jump to content

madtoyz

Members
  • Content Count

    173
  • Joined

  • Last visited

Everything posted by madtoyz

  1. Need script npc for zeny convert to coin like this
  2. already change and restart server but nothing happen
  3. ok.thanks for the information about @version and delay second.. how about if i want to change the 3second delay sitdown into 8second delay sitdown after enemy casting banana bomb ?. which part i need to change it ?
  4. How to make effect for Charm Of Luck dish. Item ID# 12327 (Charm_Of_Luck) Description : LUK + 20 for 1 hour. 12327,Charm_Of_Luck,Charm Of Luck,2,1000,,50,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{} how to add effect for luk +20 1hour
  5. sorry sir,i dont have fresh revision. the hercules version i use is make by someone.. i try to get information about my hercules using @version but the emulator say "cannot determine version."
  6. wow...so now more complicated build up strategies, ok done,so i can inform to others about this.. thanks alot for helping me
  7. more + refine weapon more dmg will get from EDP user ?
  8. Hello Hercules members, sorry requesting script for custom Endless Tower, anyone have the script ?
  9. i dont know either my client is bugging or using old git hercules. because my client is april2012,i try cmd @version in game for checking rev hercules,the cmd say "cannot determine version."
  10. im using renewal system, this is my /src/map/battle.c #ifdef RENEWAL_EDP if( sc->data[SC_EDP] && skill_id != AS_GRIMTOOTH && skill_id != AS_VENOMKNIFE && skill_id != ASC_BREAKER ){ eatk = eatk * sc->data[SC_EDP]->val3 / 100; // 400% damage = damage * sc->data[SC_EDP]->val4 / 100; // 500% damage--; // temporary until we find the correct formula [malufett] } #endif }
  11. this in my /src/map/status.h SC_BANANA_BOMB, SC_BANANA_BOMB_SITDOWN_POSTDELAY, this in my /src/map/skill.c case 13264:sc_start(bl, SC_BANANA_BOMB, 100, skill_lv, skill->get_time(GN_SLINGITEM, skill_lv)); // Reduces LUK ??Needed confirm it, may be it's bugged in kRORE?sc_start(bl, SC_BANANA_BOMB_SITDOWN_POSTDELAY, 75, skill_lv, skill->get_time(GN_SLINGITEM_RANGEMELEEATK,skill_lv)); // Sitdown for 3 seconds.break;} But still no working delay 3sec after enemy cast banana bomb Updated Repo ?...what do you mean with Repo ?..i dont know sir.
  12. Which part i can edit the EDP skill because in my server,when we use EDP,the damage effect just like no using the edp skill..
  13. I dont know using which svn HERCULES, but i getting trouble with Banana Bomb skill, which is,if in official the skill will giving 8sec sit to enemy when we cast it, but in my server,after casting banana skill,enemy still can walk
  14. thx,its working now.. but i got problem when my cursor go at icon increase,automatic will kickout from the game..
  15. SORYY,i cant get it what you tell about... can explain more ?
  16. i make this thing. 12710,Guyak_Pudding,Guyak Pudding,2,0,,200,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_SpeedUp1,300000,0; },{},{} but when use guyak,charc will be stone. http://ratemyserver.net/re_item_db.php?item_id=12710&ird=0&small=1&back=1
  17. Does svn hercules using renewal system? because most of the skills and status is still not working fully
×
×
  • Create New...

Important Information

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