function
equipItem (server-side)
Available since version: 0.0.4
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 for all players.
Declaration
void 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, rings, by default the item will be equipped on the first free slot.