1
0
EQ2Emu/docs/slash_commands/giveitem.md
2025-05-07 13:42:14 -04:00

18 lines
456 B
Markdown

### Command: /giveitem character_name item_id
**Handler Macro:** COMMAND_GIVEITEM
**Handler Value:** 101
**Required Status:** 10
**Arguments:**
- `arg[0]`: `string character_name`
- `arg[1]`: `string item_id`
**Usage Examples:**
- `/giveitem [character_name] [item_id]`
**Notes:**
- Finds a client by `character_name` on the zone list (of the existing worldserver) and gives the Item based on `item_id`
- Result: Gave `character_name` item id `1234`.