Jump to content

hendra814

Members
  • Posts

    1305
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by hendra814

  1. ok, thanks for the information, i will look into lua file for another city.
  2. Thanks for this, ar you have complete IRO bounty board quest?
  3. i check this is not include new quest board like Rachel and Veins.
  4. try with @Akbare-2nd option, i fix the issue using that method.
  5. this using at this link Warp with password Fast help pls! - Script Requests - rAthena
  6. at conf folder open char_athena.conf at char_name_letters, put the symbol in the list
  7. thanks, already test it, now the error warning not showing in map server.
  8. are you already create new account using account ID 2000000 at login table? Or try create it via client using user_M or user _F for the first time. after that only use user for ID.
  9. coba gunakan guide di link ini [Tutorial] Video Edition - How to Setup rAthena and run Ragnarok Updated 2018-7-28 - Page 6 - Installation Support - rAthena
  10. coba dicek di link ini Downloads - Nemo (herc.ws) atau bisa juga ke link ini kRO Full Client - 2023-04-04 - Includes BGM & RSU - Page 8 - Client Releases - rAthena
  11. maybe you can try this put the iteam as rental or delete it when the event already end.
  12. try use this script missionboard.txt
  13. please share too in this thread, i check still version 1.1 in the download section.
  14. When i tried to apply it, it's show fail like this is it the right step or not? can someone share how to apply this patch.
  15. not solve the issue, even using new script advance punching bag still happen.
  16. i think if your server are running with sql database it's no need SQL script
  17. Thanks for the confirmation.
  18. hi, i've got this error.
  19. Already change form if(!getmapxy(.@map$,.@x,.@y,0,rid2name(.@a[.@d])) && .@charmap$==.@map$) into if(!getmapxy(.@map$,.@x,.@y,0,BL_PC)) && .@charmap$==.@map$) but still have waning and can use dual clent in the same map
  20. same issue, need to fix the script.
  21. try use this - script dualclientkicker -1,{ OnPCLoadMapEvent: set .@charmap$, strcharinfo(3); if(!compare(.tmp$,.@charmap$)) end; set .@len, query_sql("SELECT DISTINCT `account_id` FROM `char` WHERE`account_id` IN (SELECT `account_id` FROM `login` WHERE `last_ip` =(SELECT `last_ip` FROM `login` WHERE `account_id`="+getcharid(3)+")) AND`online` <> 0;",.@a); for(set(.@d,0);.@d<.@len;set(.@d,.@d+1)) { if(!getmapxy(.@map$,.@x,.@y,0,rid2name(.@a[.@d])) && .@charmap$==.@map$) set .@c,.@c+ 1; } if(.@c > .limitacc ) { dispbottom "Dual accounts not allowed in PVP."; warp "geffen",0,0; } end; OnInit: set .limitacc,1; setarray .maps$, "valkyrie_vs", "pvp_y_1-2", "prt_pvp", "bat_cc2"; set .lens , getarraysize(.maps$) ; for(set(.a,0);.a<.lens;set(.a,.a+1)) { setmapflag .maps$[.a], mf_loadevent ; set .tmp$ ,.tmp$+.maps$[.a]+","; } }
  22. can you show the error/issue? please make sure your map already put in the array list
  23. try dual client kicker script. you can try script in this link
  24. i think this issue because lua files.
  25. just copy form another map, but you must know the quest ID for another map. So i hope someone help to update this
×
×
  • Create New...