mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-05 20:22:28 +00:00
[Cleanup] Add #npcedit npc_tint_id Help Message
This commit is contained in:
parent
c4f408bffc
commit
42a637d901
@ -110,6 +110,7 @@ void SendNPCEditSubCommands(Client *c)
|
|||||||
c->Message(Chat::White, "Usage: #npcedit setanimation [Animation ID] - Sets an NPC's Animation on Spawn (Stored in spawn2 table)");
|
c->Message(Chat::White, "Usage: #npcedit setanimation [Animation ID] - Sets an NPC's Animation on Spawn (Stored in spawn2 table)");
|
||||||
c->Message(Chat::White, "Usage: #npcedit respawntime [Respawn Time] - Sets an NPC's Respawn Timer in Seconds (Stored in spawn2 table)");
|
c->Message(Chat::White, "Usage: #npcedit respawntime [Respawn Time] - Sets an NPC's Respawn Timer in Seconds (Stored in spawn2 table)");
|
||||||
c->Message(Chat::White, "Usage: #npcedit set_grid [Grid ID] - Sets an NPC's Grid ID");
|
c->Message(Chat::White, "Usage: #npcedit set_grid [Grid ID] - Sets an NPC's Grid ID");
|
||||||
|
c->Message(Chat::White, "Usage: #npcedit npc_tint_id [id] - Sets an NPC's Tint ID (0 to 78 for RoF2)")
|
||||||
}
|
}
|
||||||
|
|
||||||
void command_npcedit(Client *c, const Seperator *sep)
|
void command_npcedit(Client *c, const Seperator *sep)
|
||||||
@ -1836,4 +1837,4 @@ void command_npcedit(Client *c, const Seperator *sep)
|
|||||||
}
|
}
|
||||||
|
|
||||||
c->Message(Chat::White, d.c_str());
|
c->Message(Chat::White, d.c_str());
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user