Jump to content

hendra814

Members
  • Posts

    1305
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by hendra814

  1. in your sclientinfo.xml try use langtype 0
  2. maybe using new option on nemo https://gitlab.com/4144/Nemo
  3. can't use custom AI since 2017-09-20 client https://rathena.org/board/topic/115401-client-2018-custom-ai-crash/
  4. can't use ustom ai since client 2017-09-20 https://rathena.org/board/topic/115401-client-2018-custom-ai-crash/
  5. use this or this one
  6. from my experience, there's no bug with this client.
  7. i think 2017-06-14, already test it for a while
  8. for how many player in the map try this to prevent dual on pvp you can try this
  9. that script doesn't need npc to check how many player on pvp map you must create pvp warper, you could try this prontera.gat,148,192,4 script Ultimate PvP Warper 417,{ if (.pvp_square$=="") donpcevent "Ultimate PVP warper::OnClock0000"; mes "[PvP Warper]"; mes "Which arena do you want to enter ?"; switch(select("All Job ["+getmapusers(.pvp_square$)+"/128]:Max lvl 99 ["+getmapusers("pvp_y_2-2")+"/128]:3rd Baby Class ["+getmapusers("pvp_y_1-2")+"/128]")) { case 1: // PVP Square if (getmapusers(.pvp_square$) > 127) callsub S_full; warp .pvp_square$,0,0; announce "Player "+strcharinfo(0)+" enter PVP All Job !!",bc_all; end; case 2: // PVP Low Level if (getmapusers("pvp_y_2-2") > 127) callsub S_full; if (BaseLevel > 99) { // Edit 150 to any maximum Lvl of a player can enter this room mes "only player with Level 1 - 99 can enter this arena"; close; } warp "pvp_y_2-2",0,0; announce "Player "+strcharinfo(0)+" enter PVP Max lvl 99 !!",bc_all; end; Case 3: // Baby Class if (getmapusers("pvp_y_1-2") > 127) callsub S_full; if (class < 4096 || class > 4112) goto L_NotBaby; warp "pvp_y_1-2",0,0; announce "Player "+strcharinfo(0)+" enter PVP 3rd Baby Class !!",bc_all; end; L_NotBaby: mes "This room only for 3rd baby class"; close; } S_full: mes "Sorry, this arena already full. please wait a while..."; close; OnInit: OnTimer5000: delwaitingroom; switch(rand(1,3)) { Case 1: waitingroom getmapusers(.pvp_square$)+" player"+( getmapusers(.pvp_square$) > 1 ? "s":"") +" in the arena All Job", 0; goto Timer; end; break; Case 2: waitingroom getmapusers("pvp_y_2-2")+" player"+( getmapusers("pvp_y_2-2") > 1 ? "s":"") +" in the arena Max lvl 99", 0; goto Timer; end; break; Case 3: waitingroom getmapusers("pvp_y_1-2")+" player"+( getmapusers("pvp_y_1-2") > 1 ? "s":"") +" in the arena 3rd Baby Class", 0; goto Timer; end; break; Timer: initnpctimer; } OnClock0000: // set the "PVP Square" map, based on day of the weeek switch(gettime(4)) { case 0: // Sunday case 1: // Monday set .pvp_square$, "pvp_y_7-2"; break; case 2: // Tuesday case 3: // Wednesday set .pvp_square$, "guild_vs3"; break; case 4: // Thursday case 5: // Friday set .pvp_square$, "pvp_y_7-2"; break; case 6: // Saturday set .pvp_square$, "guild_vs3"; break; } }
  10. Mine already make withdrawal from April but until today still not get my credit into my paypal account
  11. can you give ss what didn't change into english and what translation are you use, zack files or asheraf files?
  12. are you mention about Refine UI system?
  13. are the item in attendance_DB.yml and attendance.lub already same?
  14. on system folder open CheckAttendance.lub change start date and end date and then try it again
  15. i think the configuration at conf\battle\item.conf at this part // Do produced items have the maker's name on them? (Note 3) // 0x01: Produced Weapons // 0x02: Produced Potions // 0x04: Produced Arrows // 0x08: Produced Holy Water/Ancilla // 0x10: Produced Deadly Potions // 0x80: Other produced items. produce_item_name_input: 0x03
  16. 2018 client read sclientinfo.xml change or rename your clientinfo.xml into sclientinfo.xml and change langtype into 0
  17. i Think the problem because packet size Try change your client into 2018-06-21
  18. Sure, i will reply it when i'm not bussy at office
  19. sorry i'm at office now, but are you already put the patched file in KRO folder because without KRO client this ragexe client can't be open.
  20. you can check this thread https://github.com/rathena/rathena/wiki/Max-Level https://gist.github.com/cydh/d82a06472f12c4ec7f38ab3de22fe86b
  21. What nemo option do you pick and what client version do you use?
  22. I think your problem at conf\inter_athena.conf // MySQL Login server login_server_ip: 127.0.0.1 login_server_port: 3306 login_server_id: ragnarok login_server_pw: ragnarok login_server_db: ragnarok login_codepage: login_case_sensitive: no ipban_db_ip: 127.0.0.1 ipban_db_port: 3306 ipban_db_id: ragnarok ipban_db_pw: ragnarok ipban_db_db: ragnarok ipban_codepage: // MySQL Character server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: ragnarok char_server_pw: ragnarok char_server_db: ragnarok // MySQL Map Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: ragnarok map_server_pw: ragnarok map_server_db: ragnarok // MySQL Log Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: ragnarok log_db_pw: ragnarok log_db_db: ragnarok log_codepage: log_login_db: loginlog Are you already set Your sql ID and password in this part?
  23. try use client before july because of this http://herc.ws/board/topic/15348-kro-unpacked-clients-releases/?do=findComment&amp;comment=88544 i'm suggest use 20180307 , 20180530 or 20180621 RagexeRE client. could be download at here http://herc.ws/board/topic/15348-kro-unpacked-clients-releases/ after that use nemo patcher to pick option what you want. and then edit at src\custom\defines_pre.hpp like this // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef CONFIG_CUSTOM_DEFINES_PRE_HPP #define CONFIG_CUSTOM_DEFINES_PRE_HPP /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ #define PACKETVER 20180621 #endif /* CONFIG_CUSTOM_DEFINES_PRE_HPP */ after that recompile your server and last don't forget to put sclientinfo.xml in your custom grf or data folder (If you pick read data folder first on NEMO) copy from clientinfo.xml, but change the langtyoe into 0
  24. First, What client are you use?
×
×
  • Create New...