mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 09:26:36 +00:00
New Perl/Lua buff functionality.
- Client::FindMemmedSpellBySlot(slot) This allows you to find memmed spells by a specific slot. Example: https://i.imgur.com/06OFT3c.png Perl Example: https://pastebin.com/BCr6KqSS - Client::MemmedCount() This will find the number of memmed spells the client has. Example: https://i.imgur.com/cY26DEl.png Perl Example: https://pastebin.com/T3ahSUgi
This commit is contained in:
@@ -135,6 +135,8 @@ public:
|
||||
void UnmemSpellBySpellID(int32 spell_id);
|
||||
void UnmemSpellAll();
|
||||
void UnmemSpellAll(bool update_client);
|
||||
uint16 FindMemmedSpellBySlot(int slot);
|
||||
int MemmedCount();
|
||||
void ScribeSpell(int spell_id, int slot);
|
||||
void ScribeSpell(int spell_id, int slot, bool update_client);
|
||||
void UnscribeSpell(int slot);
|
||||
|
||||
Reference in New Issue
Block a user