Removing Duplication Bug.

Status
Not open for further replies.
I think its a problem related to MSSQL database.
Check data type of HSDB.HSTABLE.HSExp : make it 'bigint' and all shud be ok.
 
Thnx for the reply Cigu.
It worked.

Can u tell me how did u got to know about it, OR What was happening if the data type was not bigint ? ?

If data type is 'int', at some level ( around 168 i think), Merc exp will exceed maximum value for that data type.

Maybe this table can clarify:

Data type || Range
bigint (-9,223,372,036,854,775,808) to (9,223,372,036,854,775,807)
int (-2,147,483,648) to (2,147,483,647)
smallint (-32,768) to (32,767)
tinyint 0 to 255

or check this link
 
btw there is another bug which makes merc lvl 300 directly from lvl 1.. donno much how it works but does this fix corrects that bug too ?


the bug works with a Level 1 char ...
The lvl 1 char has to join the party the Last and hence he gets all the Exp :)

but thing is somtyms It works and somtyms it doesnt :wink:
 
Status
Not open for further replies.
Back