• 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!

Windows Exura gran & Exura san (specifically for paladins)

Nikkster

Programmer
Joined
May 9, 2008
Messages
2,848
Reaction score
10
Location
Confidential
Hello, I've had some requests in my ot that paladins are overpowered when healing with exura gran & exura san. They get full hp with exura san and almost full hp with exura gran when they are level 150~~.

So my question is, where can I change this? I'll give reputation to the first who helps me.
 
LMAO! DIdnt expect such a stupid question from you.(no offense plx, no1 can know everything) However, you can change all spell damage/healing power(amount) in spells/scripts folder.

To change exura san you have to go to spells/scripts/healing/divinehealing(thats the title of the spell, u can find all titles in tibia.com).

U have to edit this part of script:

LUA:
function onGetFormulaValues(cid, level, maglevel)
	local min = ((level*3.0)+(maglevel*13))
	local max = ((level*3.5)+(maglevel*14))
	return min, max
end

I think I dont need to explain you what each number does, so have luck with balancing vocations dude! ANd rep me or ded very very!!

doi the same for exura gran(intense healing)
 
LMAO! DIdnt expect such a stupid question from you.(no offense plx, no1 can know everything) However, you can change all spell damage/healing power(amount) in spells/scripts folder.

To change exura san you have to go to spells/scripts/healing/divinehealing(thats the title of the spell, u can find all titles in tibia.com).

U have to edit this part of script:

LUA:
function onGetFormulaValues(cid, level, maglevel)
	local min = ((level*3.0)+(maglevel*13))
	local max = ((level*3.5)+(maglevel*14))
	return min, max
end

I think I dont need to explain you what each number does, so have luck with balancing vocations dude! ANd rep me or ded very very!!

doi the same for exura gran(intense healing)


I already knew where the scripts was >_< but was kinda confusing with the numbers actually, I didn't want to mess up anything though >_<
 
Back
Top