Log in

View Full Version : Mana cap?


Xenezie
10-03-2008, 01:25 PM
Can anyone tell me where the mana cap is handled? Currently mana can go up to a total of 38k, then it bugs out, and you get stuck with 0 mana until you

A.) Edit the items.
B.) Remove the items.

I am looking to raise this cap. Any ideas where it's handled?

ChaosSlayer
10-03-2008, 01:49 PM
from i belive i herd from KLS the variable for mana is an integer, which mean it caps out at aroudn what you say... WHich imho is not enough, IMHO we need to make hp and mana variable to be long integers

Xenezie
10-03-2008, 02:02 PM
I agree, needs to be upped, specially for custom servers.

Or an idea of how to up it yourself at least.

Anyone have one?

ChaosSlayer
10-03-2008, 02:20 PM
easy go into source code and change variable type =) (understanding of code and soem C++ coding skills required)
but then you need to recompile the whole thing, and every time the main source gets updated and you want you use new features they added you will need to do thsi every time.

OR you bug the devs to to put this change into official code =)