Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

Leaderboard

Popular Content

Showing content with the highest reputation on 12/13/20 in all areas

  1. Greetings, I would like to share some of my scripts here, so I decided to make a github repository for scripts. It's not much but I will gradually update/increase the size of my collection ^^ You can report bugs in my github and also make requests there, I will make it in my free times ( Depends on the request ) Note : I use a lot of personal functions(I like to make my script as short as possible - lazy) and I don't know if some parts of the scripts have the missing functions just bump me in github if it's missing. Github Repository : Click Me Rathena Requests/Others : Dynamic MVP Points Item Swap Function Costume Drop Autoloot Setting Invasion Script Instance @cooldown Recycle NPC Custom Illusion Moonlight 17.1 Illusion Custom Latest Update : March 13, 2021
    1 point
  2. Delete your data/schemas/ AND old cp tables under your Database and reinstall your FluxCP again. PS: never happen this issue before when I installed both Debian and CentOS distros probably you messed up the configurations. ?
    1 point
  3. Hi. You can use GRF Editor for this. itemInfo_true.lub
    1 point
  4. I didnt know which folder are you using, try to check it in npc/re/mapflag or npc/pre-re/mapflag
    1 point
  5. Oppps, try this: Locate: src/map.hpp Find: #define MAX_EVENTQUEUE 2 Replaced: #define MAX_EVENTQUEUE 1000 Recompile your server. ./configure && make clean && make server It should work now!
    1 point
  6. Why should you ask me? If you can't find in such an (Client Sprite Collection of official servers) Then I can't help you xX
    1 point
  7. trunk/db/pre-re(or re)/skill_tree.yml: Below //Merchant Remove: 5,2544,1,0,0,0,0,0,0,0,0,0,0 //MC_CARTDECORATE#Cart Decorate# luafiles514/lua files/skillinfoz/skilltreeview.lua or .lub Find: [JOBID.JT_MERCHANT] = { And below it, remove: [13] = SKID.MC_CARTDECORATE,
    1 point
  8. prontera,150,150,6 script Sample 100,{ .@aid = getcharid(3); .@allowed = .@aid > 2000000 && .@aid < 2000101 && !#OBTFreebies; if (.@allowed) { getitem 501, 1; #OBTFreebies = 1; } end; }
    1 point
  9. goto \data\luafiles514\lua files\datainfo and edit this tb_cashshop_banner.lub
    1 point
×
×
  • Create New...