Search results

  1. D

    Need help with getstatus script!

    I want to make the item with this effect: If Enchant Poison level 10 damage increased 50% when under Enchant Poison status   can you help me to make item script like this? i'm using if (getskilllv(AS_ENCHANTPOISON) == 10 && getstatus(SC_ENCHANTPOISON) ) {    bonus2 bAddRace,RC_All,50;  ...
  2. D

    Update server source to lastest Hercules!!!

    I'm using server source since 12/2015. Now i want to update my server to lastest hercules. If u can, pls inbox me your price!! THank u.
  3. D

    [ Error ] : timer_add_interval: invalid interval

    [ Error ] : timer_add_interval: invalid interval (tick=531104218 006448AC[party_send_xy_timer] id=0 data=0 diff_tick=0) [ Error ] : timer_add_interval: invalid interval (tick=531118882 0063F66D[bg_send_xy_timer] id=0 data=0 diff_tick=0) i just updated lastest Hercules (my old source from 2015)...
  4. D

    I need help in this code !!!

    // duplicatenpc("NpcName", "DuplicateName", "DupHiddenName", "map", x, y, dir{, sprite{, xs, ys}}); BUILDIN(duplicatenpc) { const char *npc_name = script_getstr(st, 2); const char *dup_name = script_getstr(st, 3); const char *dup_hidden_name = script_getstr(st, 4); const char *tmap =...
  5. D

    I need to pay for Custom BG

    - MAC PC check ( Option). - Player can reg to join after flavius (example) started. Max is 30 player. - COnquest BG like WOE. - etc for interesting BG. - Something like WoonRO? Sorry, my english is bad. pls pm me if u can: https://www.facebook.com/dungpt.spi skype: dungpt8782. THank you!
  6. D

    Random WOE type!

    Hi, i want to make random WOE_se or WOE_fe in my server. Something like : radom(1,2), if 1 -> open WOE_fe; if 2 -> open WOE_se. THank you so much!!!!
  7. D

    Pls help me complete this script!!!

    //===== Hercules Script ====================================== //= @callmonster <monster_id> //= For: VNRO //===== By: ================================================== //= ndh - script callmonster -1,{ OnInit: bindatcmd "callmonster", strnpcinfo(0) + "::OnCallMonster"...
  8. D

    Need help to make script disbale skill "Call homunculus" in event map!!!

    I made event Job 2 event, so homunculus is not allow to use for balance. How can i disable skill "Call Homunculus" in my event map? Help me pls!!!!
  9. D

    My client crash when go to Lutie

    Hi, This is my video, pls help me how to fix it !!!!!
  10. D

    I looking for complete server Pre-Renewal

    Thank you for waching my topic, I am from Vietnamese, and for now, i want to make 1 private server for my friend to play. I want to pay complete private server ragnarok include: - anti bot - custom aura, wings. - nice hats. - full clother, hair, color.  Pls help me quote for that.  Thank...
  11. D

    NEMO - Client Patcher

    I just updated lastest Nemo. And now, client exe can not to run
  12. D

    Need help to correct this Devil Square script!!!

    2@ds is my custom map. I tried to use original map like: "06guild_01" or "ordeal_1-1" map, but same error.
  13. D

    Costume Item Plugins

    i'm using lastest Hercules GIT, I got this error, how can i fix it? Thanh you.
  14. D

    Need help to correct this Devil Square script!!!

    I got error after register DS. I need to create more 0002@ds? Thank You.
  15. D

    Need help to correct this Devil Square script!!!

    This is my problem! I just edited lv 90+ can access to DS
  16. D

    Need help to correct this Devil Square script!!!

    Anyone help me pls!! // -- Instance Devil Square Script ( Tyirial Script Concept )// -- Rescripted by Dang Tai Phong, hope you guys like it ... version : 1.0// -- For more information or new idea, please contact me via yahoo : [email protected]<script cf-hash='f9e31'...
  17. D

    How to config nodrop to homunculus attack?

    Anyone help me pls!
  18. D

    @autoattack

    This is my error when complier, Help me pls!
  19. D

    Pls help me to correct this code!

    - script HS_ItemDrop -1,{OnNPCKillEvent: switch (getmonsterinfo(killedrid,21)) { case 0x120: if (rand(5)==1) getitem 30710,1; break; //treasure case 0x37B5: if (rand(20)==1) getitem 30710,1; break; //mvp default: if (rand(1000)==1) getitem 30710,1; break; //default } switch...
  20. D

    update pre-Renewal to Renewal server?

    Hi, i am using lasstest Git Hercules and running Pre-renewal system server. Now i want to update my server to Renewal system: - Re- import mobdb and itemdb - Switch to Renewal in renewal.h Everything is ok now, unless homunculus S bug stats growth. they only up 0~3 point per lv up. How can...
Back
Top