Jump to content

Eros

Members
  • Posts

    202
  • Joined

  • Last visited

Everything posted by Eros

  1. lhz_dun03,0,0,0 script mvp_lhz_dun03 -1,{ OnTimer1000: // delay1 = 6000000 ms (100 min) stopnpctimer; sleep rand(0,1)*1000; // 0 to 1 minutes OnInit: // Select Coordinates to summon a random MVP on switch(rand(1,6)) { case 1: set .@x,140; set .@y,232; break; case 2: set .@x,75; set .@y,138; break; case 3: set .@x,140; set .@y,87; break; case 4: set .@x,205; set .@y,140; break; case 5: set .@x,123; set .@y,137; break; case 6: set .@x,175; set .@y,137; break; } set .@mob,rand(1646,1651); monster "lhz_dun03",.@x,.@y,strmobinfo(1,.@mob),.@mob,1,strnpcinfo(3)+"::OnMyMVPDead"; // Select Coordinates to summon a random 99 on switch(rand(1,6)) { case 1: set .@x2,183; set .@y2,97; break; case 2: set .@x2,97; set .@y2,96; break; case 3: set .@x2,47; set .@y2,139; break; case 4: set .@x2,231; set .@y2,140; break; case 5: set .@x2,139; set .@y2,211; break; case 6: set .@x2,139; set .@y2,259; break; } set .@mob2,rand(1640,1645); monster "lhz_dun03",.@x2,.@y2,strmobinfo(1,.@mob2),.@mob2,1,strnpcinfo(3)+"::OnMy99Dead"; end; OnMyMVPDead: killmonster "lhz_dun03",strnpcinfo(3)+"::OnMy99Dead"; initnpctimer; OnMy99Dead: end; } What i want is i want that lhz monster will respawn automatically when the monster die
  2. [Notice]: Connection of the char-server 'rAthena' REFUSED ​What should i do?
  3. [Notice]: Connection of the char-server 'rAthena' REFUSED What should i do?
  4. Eros

    Help me ..

    bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubRace,RC_Player,5; I tried both but none of the two is working. Help please.
  5. I would like to request this kind of warper script Only level 1 can enter the map the player should not carry any item / ect on his inventory and it will auto save on the map when he enter. ^ Bump
  6. [Warning]: pc_bonus: unknown type 0 1 ! How can i determine this one?!
  7. I can't click the npc sir
  8. I need help who knows how to configure the stalker spirit what i want is that even the target has fcp you can still strip the target but not full strip just strip single item but the stripper should need one item for you to strip the target.
  9. What if i want this kind of freebies can anyone help me? 12537 - Freebies Box 7726 - Freebies orb 7256 - Freebies token @item2 30023 1 1 0 0 4767 4763 0 0 - A costume with 2 orbs in it. Ip based also
  10. Im not using item_db2.txt but when i change my item_db.txt to a new one a lot of this warning pop up [Warning]: itemdb_search: Item ID 256 does not exists in the item_db. Using dummy data.
  11. The error doesn't show that's why i don't know what to fix but there's always a warning like this [Warning]: itemdb_search: Item ID 256 does not exists in the item_db. Using dummy data.
  12. Modified one and sir what do you mean by added a data on *.db.txt?
  13. [Error]: account_db_sql_load_str: multiple accounts found when retrieving data for account ''! this one is causing map crash
  14. I also experiencing this error. Here's my clientinfo sir pnuema <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>Vague Ragnarok Reborn</display> <balloon>the balloon</balloon> <desc>description</desc> <address>xx.xx.xxx.xxx</address> <port>6900</port> <version>31</version> <langtype>10</langtype> <registrationweb>https://wanhosting.net</registrationweb> <aid> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> <admin>2000039</admin> <admin>2000040</admin> <admin>2000042</admin> <admin>2000043</admin> <admin>2000044</admin> <admin>2000046</admin> <admin>2000047</admin> <admin>2000048</admin> <admin>2000050</admin> <admin>2000051</admin> <admin>2000052</admin> <admin>2000727</admin> <admin>2001727</admin> <admin>2001728</admin> <admin>2001729</admin> <admin>2001730</admin> <admin>2001731</admin> <admin>2001732</admin> <admin>2001733</admin> <admin>2001734</admin> <admin>2001735</admin> <admin>2001736</admin> <admin>2002085</admin> <admin>2001562</admin> <admin>2002699</admin> <admin>2002700</admin> <admin>2002701</admin> <admin>2002702</admin> <admin>2002703</admin> <admin>2002704</admin> <admin>2002705</admin> <admin>2002706</admin> <admin>2002707</admin> <admin>2002708</admin> </aid> <loading> <image>loadingscreen01.jpg</image> </loading> </connection> </clientinfo>
  15. Me and my players keep on having this rejected by server issue but some players are connected here's the error please help me
  16. Eros

    Storage bug.

    I've wiped storage because of the item duplication issues but then after that it fixed the issue of having 2 same Items in storage. But whenever I get item in the storage and re-login. The item I get in storage is still there and the item that I get from storage is also existing. So there's still a item duplication problem. Do you know where would be the bug? Please help. Thank you.
  17. Why do you mean my custombonus I want to remove those error sir nana.
  18. I keep on receiving this kind of errors Warning]: pc_bonus2: unknown type 0 0 30! Warning]: pc_bonus2: unknown type 0 0 25! Warning]: pc_bonus2: unknown type 0 0 80! i just change svn and this error came out. pc_bonus: unknown type 0 80 !
  19. It only remove the effects i what i want is the player can't equip it on the map.
  20. Elo ma'am/sirs sad to say the script has a bug i'm disabling ghostring card in my WoE Map but then someone can still wear ghostring they compound it on a armor that is allow during that woe and the script can't detect when the player compound the card in it how can i fix this one ?
×
×
  • Create New...