Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/25/18 in Posts

  1. yes this is possible; It requires a source edit though; Give me a few moments to find something for it . https://github.com/rathena/rathena/pull/2849
    1 point
  2. Wait what? Another one of those long ass introductory posts?? Let me just break this down into bullet points: I used to lurk around eAthena about 10 odd years ago My only contribution to eAthena was a guide for server owners on how to get custom sprites something something xray client (is this still relevant now?) 16 y.o me tried to apply for a dev position on eAthena but i failed to understand what is a "for loop" I'm now a postgraduate with a CS degree Yes, i can now write a for loop (amazing right? i know!!) ? Looking to contribute back to where I started Community still looks great. Looking forward to meet y'all ?
    1 point
  3. Open ../src/map/script.cpp and before: /// script command definitions /// for an explanation on args, see add_buildin_func struct script_function buildin_func[] = { add: BUILDIN_FUNC(kick) { TBL_PC *sd; if (!script_rid2sd(sd)) return SCRIPT_CMD_SUCCESS; clif_GM_kick(NULL, sd); return SCRIPT_CMD_SUCCESS; } after: /// script command definitions /// for an explanation on args, see add_buildin_func struct script_function buildin_func[] = { add: BUILDIN_DEF(kick, ""), Example: geffen,132,38,3 script Example 51,{ kick; }
    1 point
  4. Hello @Sehrentos Thank you very much for your help. It totally worked!
    1 point
  5. With 2018 Clients you can do one of two things to support langtype 1; 1. In your `luafiles514/lua files/` folder there is a folder called "Service_Korea" and within it a file called "ExternalSettings_KR"; Rename the folder to "service_usa" and the file to "externalsettings_usa" 2. With NEMO diff your client to use the "Always read Korean External Settings" This is not true so please do not spread false information
    1 point
×
×
  • Create New...