Search results

  1. D

    npc_event: player's event queue is full

    How can i fix this warning pls!!!!
  2. 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.
  3. 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...
  4. 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 =...
  5. 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
  6. D

    Costume Item Plugins

    how can i fix it pls!
  7. 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!
  8. D

    I need help to check variable exist !!!

    function script Test {  mes "[Test]"; for(set .@i,1; getd(".@F"+.@i+"[0]"); set .@i,.@i+1) mes " .@F+.@i+"[0] is exist"; close; OnInit: setarray .@F1[0],30712,1,30711,2; setarray .@F2[0],30713,1,30712,2; end;}  How to make FOR work in case the conditions of the test variables exist? I made...
  9. D

    Need help with Cash point from donate !!!

    Hi, i'm newbie and i need to help for this problem: $sql = "SELECT value AS acc_cash FROM {$server->charMapDatabase}.acc_reg_num_db WHERE key='#CASHPOINTS' AND account_id={$session->account->account_id}"; $sth = $server->connection->getStatement($sql); $sth->execute()...
  10. D

    Monster teleport while trapped?

    Hi, Im using Hercules to make my Pre-Renewal server. When i used Ankle Snare to trap monster, it will teleport when i hit them. How can i make it to no teleport ? Thank you for yr help, sorry, my English is bad
  11. D

    Map PK ON when MVP alive.

    Hi, I just make event "MVP killer" and i want to make it harder. When MVP alive, that map will switch to PK ON, and OFF when MVP dead. Thank you for help!
  12. D

    How to make import folder in /db?

    Hi, I'm newbie in Hercules. I used rAthena before, and they have /db/import to load other custome in itemdb, cash shop, etc... http://rathena.org/wiki/Import_folder/db Can I make it with Hercules. Sorry, my engllish is bad
Back
Top