Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #8  
Old 04-03-2011, 09:33 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

I can't reproduce the bug with 'greying out the purchase button'.

As for the max banked points, it is hardcoded in the source to match the client and is level dependent.

In the Leadership window, where it says 'Group Points, x of y', the 'of y' bit is determined by the client.

You could alter the source to let you bank more if you wanted. The relevant bit of code is at the top of zone/exp.cpp:
Code:
static uint32 MaxBankedGroupLeadershipPoints(int Level)
{
        if(Level < 35)
                return 4;

        if(Level < 51)
                return 6;

        return 8;
}
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 03:15 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3