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

    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'...
  12. D

    How to config nodrop to homunculus attack?

    Anyone help me pls!
  13. 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...
  14. 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...
  15. D

    npc_event: player's event queue is full

    How can i fix this warning pls!!!!
  16. D

    auto login @at after maintenance server?

    I'm using lastest Git Hercules! Please help me to make my server auto login back @at after maintenance! my server now only auto login back if crash map or close server without kickall command (but got error). thank you.
  17. D

    Pls help me to correct this code!

    Pls help me to correct this code! OnDevilDead: .mob--; if ( .mob == 25 || .mob == 5 ) announce "Devil Square : "+ .mob +" monster in round.", bc_map; else if ( .mob <= 0 ) { announce "You have 4s to next round", bc_map; sleep 1000; announce "You have 3s to next round", bc_map; sleep...
  18. D

    NPCNAME:OnEVENT

    I just modified Towninvasion script to: OnMinute00: if((gettime(3)== 12) || (gettime(3)== 20) || (gettime(3)== 21) || (gettime(3)== 22) || (gettime(3)== 23) || (gettime(3)== 0) || (gettime(3)== 1) || (gettime(3)== 2)) { for(.@i = 0; .@i < 1; .@i++) { //Spawn on n towns do { .@index =...
  19. D

    @AT help

    I'm using laster Git, but in my server, @at auto login back when crash map online. If i close all server and re- start, its not work. How to make it alway autolog when i start Server? Sorry, my english is bad, i hope u can understand me
  20. D

    How to set nodrop in current map

    Hi, i'm using lastest GIT Hercules, I added into my script: 06guild_01 mapflag nodrop but when i killed monster in the map, still drop items. Somebody help me pls!
Back
Top