function
equipItem (client-side)
Available since version: 0.1.10
Note
If you want to equip weapon/shield, first make sure that player is in WEAPONMODE_NONE
.
This function is used to equip item on player/npc.
Declaration
bool equipItem(int id, int itemId, int slotId = -1)
Parameters
int
id: the player id.int
itemId: the item id to equip on player.int
slotId: the slot id in which you want to equip item on player, e.g scrolls, runes, by default the item will be equipped on the first free slot.
Returns bool
true
if item was successfully equipped, otherwise false
.