I’ve got a request from someone on rAthena Board, he asked me to make custom atcommand. If the command is used, user can’t use any…
If you done read my previous post about @showeq -or @showequipments, that ‘force’ to show player equipments to other players, this custom is an impovement…
This custom atcommand (command) is requested by my friend on rAthena forum, OnNPlay. He asked me to make custom command. Which if player use @showeq…
After we know how to get “how many certain item in storage” by storagecountitem(), what will we do now? Delete them! Of course, we can delete…
Another script that related on cartcountitem() of course is cartdelitem. Just like conventional delitem() that will deletes amount of certain item in player’s inventory, cartcountitem…
Of course we are familiar with countitem() script and just like cartcountitem(). Countitem() script will counts certain item in player inventory. It has a parameter,…
Of course we are familiar with countitem() script. Countitem() script will counts certain item in player inventory. It has a parameter, item_id. For example, countitem(501)…
Basicly I got this modification source on eAthena old forum, i got this from BrianL comment on a post @autotrade / @afk kicker. Also, someone on…