mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 09:26:36 +00:00
[Quest API] Add SendPath() to Perl/Lua. (#2740)
* [Quest API] Add SendPath() to Perl/Lua. # Perl - Add `$client->SendPath(target)`. # Lua - Add `client:SendPath(target)`. # Notes - Allows operators to send a path to a target arbitrarily with a script. * Update client.cpp
This commit is contained in:
@@ -755,6 +755,8 @@ public:
|
||||
uint32 GetMoney(uint8 type, uint8 subtype);
|
||||
int GetAccountAge();
|
||||
|
||||
void SendPath(Mob* target);
|
||||
|
||||
bool IsDiscovered(uint32 itemid);
|
||||
void DiscoverItem(uint32 itemid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user