Jump to content

Leaderboard

Popular Content

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

  1. Version 1.0.0

    887 downloads

    I'm not that good at scripting but I want to help the community by making this Lucky Roulette Prize Changer so you won't need to go to your sql just to update the prize. To display the guide, you need to upload the rouletteGuide.bmp in your GRF. ( The file is included in the download. ) Reminder : Lucky Roulette's Prizes will only refresh when the server restarts but the list is updated instantly.
    Free
    3 points
  2. 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
  3. 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
  4. 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
  5. too lazy to upload free mod, too lazy to upload paid mod here nobank mapflag to disable account bank functions (deposit & withdraw) nocashshop mapflag to disable cashshop (icon) functions (open the window & buy) force_drop mapflag to drop all items in player inventory if leaving the map (except if the item cannot be dropped) auto_respawn mapflag to auto-respawn killed player just like in castle hp mapflag to set minimum and maximum player's hp sp mapflag to set minimum and maximum player's sp modified pvp_nightmaredrop to drop all items from player inventory on dead also able to specify the amount to drop (except if the item cannot be dropped) all $8. PM me if interested
    1 point
  6. Hello @Sehrentos Thank you very much for your help. It totally worked!
    1 point
  7. Version 1.0.0

    1219 downloads

    Hello everyone. Many ask me how I translate my item_db with my iteminfo, so today I came to teach how to do it. 1 - Download the program that I made available. 2 - Replace iteminfo.lua inside content with your iteminfo.lub or lua content. 3 - Run the program. 4 - A file named item.txt was generated. 5 - Copy the contents of this file and now into ServerDatabaseEditor, click on Tools after loading your database and copy all contents of item.txt and after that click on Run. 6 - Okay, you just translated your item_db into the language of your iteminfo! Special thanks to Tokei for making the most difficult, which was the SDE
    Free
    1 point
  8. 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...