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)…
If you implemented addslot() and removeslot() from Epoque’s Expansion Pack, default getitemslot() from original emulator can’t gets the slots value from the equipment. So I…