• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[GESIOR] Character Statistics error

Linken93

Member
Joined
Apr 6, 2010
Messages
313
Reaction score
7
Location
SWEDEN
Hi!

Anyone know how this would be fixed?

Code:
Fatal error: Call to undefined function force()

PHP:
$spentMana = 1600 * force($constantMana, $player->getMagLevel());

Thanks in advance!
 
Last edited:
There was an error with these lines, Would apperciate if anyone could help me out :p

PHP:
				// Spent Mana
				$constantMana = $vocationConstantMana[$player->getWorld()][$player->getVocation()];
				$spentMana = 1600 * force($constantMana, $player->getMagLevel()); 
				$spentManaPer = $player->getManaSpent() / $spentMana * 100;
 
Back
Top