Add Anon/AFK methods to Perl and Lua.

This commit is contained in:
Kinglykrab
2021-02-07 00:39:51 -05:00
parent 18e9c4dc95
commit fac9c3469f
5 changed files with 101 additions and 5 deletions
+4 -1
View File
@@ -41,7 +41,10 @@ public:
bool IsLD();
void WorldKick();
void SendToGuildHall();
bool GetAnon();
int GetAnon();
void SetAnon(uint8 anon_flag);
int GetAFK();
void SetAFK(uint8 afk_flag);
void Duck();
void DyeArmorBySlot(uint8 slot, uint8 red, uint8 green, uint8 blue);
void DyeArmorBySlot(uint8 slot, uint8 red, uint8 green, uint8 blue, uint8 use_tint);