Have you try to create an NPC that sells items with certain refine level? Or NPC that sells armors with compounded card, example the NPC sells +9…
There are some same questions about, “how to save player’s @command setting on NPC”. Or “how to autoload @command for player on login”. Using same…
Well, after we’re talking about @lockcommand, lockcommand(), and unlockcommand(), here the custom script command to check the player’s lock status. This source modification can be…
This custom script command is used to unlock the locked player by @lockcommand or lockcommand() script. I call this source modification for script command as unlockcommand.…
If you ever seen my previous post about @lockcommand, this source modification works like that. This is a custom script command. You can use this…
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…