• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Attack exhaustion and healing percent?

Robin

New Member
Joined
Aug 10, 2009
Messages
116
Reaction score
1
Location
Sweden
Where do i change the attack exhaustion and healing percent? For example I wanna heal 1000 with exana mort, where? Thx =)
 
Find the spell at spells.xml and change the exaustion to 1000 (1sec) 200 (2sec)

//data/spells/healing/wound healing to change the formulas.
If thats what u mean :)
 
I'm actully stuck with a specific issue, I can't heal at the same time I take potions. I must wait 1-2 seconds, I should be able to heal at the same time i'm drinking pots, because im shooting attack spells at the same time. How do i fix that I heal at the same time i drink pot? That's what I really need help with. Doubt you can help me, tried ask many. I know, the exhaustion is fkd up. I can make exura and exori vis at the same time but i cant make exura and ultimate pot at the same time for example.
 
ok then.

Code:
	-- Item usage
	timeBetweenActions = 100
	timeBetweenExActions = 500
	checkCorpseOwner = true
	hotkeyAimbotEnabled = true
	maximumDoorLevel = 500
 
Back
Top