View Single Post
Old 05-04-2002, 11:43 AM   #2
Alastair
Member
 
Join Date: Apr 2002
Location: Switzerland
Posts: 120
Alastair is on a distinguished road
Send a message via Yahoo to Alastair
Just a quick browsing, but I think your problem is here:
[code] multip =  (ch->level - 5) / 5;
expl = tnl * (multip + 1);[/quote]

A quick calculation shows that your tnl multiplier is 2.2 on level 11.

Whereas the multiplier only kicks in at level 11.
Alastair is offline   Reply With Quote