Jump to content

Increases status point over lvl 90


Recommended Posts

  • Premium

Ok so :

 

questlua.cpp

 

ch->PointChange(POINT_STAT, ((MINMAX(1newLevel90) - ch->GetLevel()) * 3) + ch->GetPoint(POINT_LEVEL_STEP)); 

 

Edit the 90 to your level.

 

char.cpp

 

if (GetLevel() < 91PointChange(POINT_STAT1); 
[/php]

 

Change 91 by the level set in questlua +1. :)

 

Have a great day :D

  • Love 1
Link to comment
Share on other sites

  • 8 years later...
On 11/23/2014 at 11:34 AM, Galet said:

Ok so :

 

questlua.cpp

 

 

 
ch->PointChange(POINT_STAT, ((MINMAX(1newLevel90) - ch->GetLevel()) * 3) + ch->GetPoint(POINT_LEVEL_STEP)); 

 

 

 

Edit the 90 to your level.

 

char.cpp

 

 

 
if (GetLevel() < 91PointChange(POINT_STAT1); 

[/php]

 

 

Change 91 by the level set in questlua +1. :)

 

Have a great day :D

Hi, please I found this thread now, but I don’t have that in questlua.cpp. Did that PointChange move somewhere else? I want to get attribute points until lvl 1000. I set 1001 in char.cpp, but I can’t find PointChange anywhere. Any help please? 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.