mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 00:18:18 +00:00
[Quest API] Add client->ReadBookByName(book_name, book_type) to Perl/Lua.
- Add $client->ReadBookByName(booK_name, book_type) to Perl. - Add client:ReadBookByName(booK_name, book_type) to Lua. - Allows server operators to put books in to their database and read from their database instead of storing the values in a script, also allows them to read pre-existing books using a script.
This commit is contained in:
@@ -728,6 +728,7 @@ public:
|
||||
void Stun(int duration);
|
||||
void UnStun();
|
||||
void ReadBook(BookRequest_Struct *book);
|
||||
void ReadBookByName(std::string book_name, uint8 book_type);
|
||||
void QuestReadBook(const char* text, uint8 type);
|
||||
void SendClientMoneyUpdate(uint8 type,uint32 amount);
|
||||
void SendMoneyUpdate();
|
||||
|
||||
Reference in New Issue
Block a user