• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Removing Duplication Bug.

Status
Not open for further replies.
Skilled Illusionist
Joined
Apr 6, 2011
Messages
329
Reaction score
37
I want to remove the Duplication bug in the server.
Where the stuffs of merce gets duplicated.


Anyone who knows it please reply to this thread !
 
Newbie Spellweaver
Joined
Apr 13, 2009
Messages
73
Reaction score
11
I think its a problem related to MSSQL database.
Check data type of HSDB.HSTABLE.HSExp : make it 'bigint' and all shud be ok.
 
Skilled Illusionist
Joined
Apr 6, 2011
Messages
329
Reaction score
37
Thx for the reply,,
I'll try it once,

@Cvr, Let me check its working or not, I'll tell u what was the bug !
 
Skilled Illusionist
Joined
Apr 6, 2011
Messages
329
Reaction score
37
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 ? ?
 
Newbie Spellweaver
Joined
Apr 13, 2009
Messages
73
Reaction score
11
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
 
Newbie Spellweaver
Joined
Apr 13, 2009
Messages
73
Reaction score
11
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 ?


I dnt know abt tht bug. Can u tell something more abt it ?
 
Newbie Spellweaver
Joined
Nov 19, 2009
Messages
25
Reaction score
0
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
 
Newbie Spellweaver
Joined
Sep 8, 2011
Messages
8
Reaction score
0
that bug was fixed in TTA3, by making merc XP from creeps = 0 in Temoz, Quanato maps .... but this bug still working there in Tao
 
Status
Not open for further replies.