mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
[Money Messages] Cleanup quest::givecash(), split, and task reward messages. (#2205)
* [Money Messages] Cleanup quest::givecash(), split, and task reward messages. - Cleans up all the money messages using ConvertMoneyToString(). - Allows quest::givecash() to have optional parameters other than copper. * Commification. * Corpse messages. * String IDs and cleanup.
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ public:
|
||||
uint16 traindiscs(uint8 max_level, uint8 min_level = 1);
|
||||
void unscribespells();
|
||||
void untraindiscs();
|
||||
void givecash(int copper, int silver, int gold, int platinum);
|
||||
void givecash(uint32 copper, uint32 silver = 0, uint32 gold = 0, uint32 platinum = 0);
|
||||
void pvp(const char *mode);
|
||||
void movepc(int zone_id, float x, float y, float z, float heading);
|
||||
void gmmove(float x, float y, float z);
|
||||
|
||||
Reference in New Issue
Block a user