EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Server Code Submissions (https://www.eqemulator.org/forums/forumdisplay.php?f=669)
-   -   Submission: AA Ding Message (https://www.eqemulator.org/forums/showthread.php?t=26266)

seveianrex 09-22-2008 08:55 AM

Submission: AA Ding Message
 
Hello... this is my first change, and although it is a small one, it's always bothered me since I started playing on EQEmu! The way it is now, the message that you get ALWAYS says "You have gained an ability point! You now have 1 points" regardless of how many AA's you have banked.

In the zone server, in exp.cpp, line 196 reads:
Code:

Message_StringID(15,GAIN_ABILITY_POINT,ConvertArray(gained, val1),"(s)");
And should instead read:
Code:

Message_StringID(15,GAIN_ABILITY_POINT,ConvertArray(m_pp.aapoints, val1),"(s)");
This has been tested.


Thx =)


All times are GMT -4. The time now is 04:55 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.