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

TFS 0.3.6 Spell Formulas

Kaboo

New Member
Joined
Feb 14, 2009
Messages
142
Reaction score
0
Hello, I have TFS 0.3.5 server and I am updating it to 0.3.6, but I am having some trouble with the Spell Formulas, how they work?
Here's a SD example:
Code:
(combat, COMBAT_FORMULA_LEVELMAGIC, -1, -60, -1, -60, 5, 5, 4, 7)
How this works? I have custom spells in my server so i must update the old formulas to the new ones.

Thanks!
 
As you can see, there are numbers
Code:
-1, -60, -1, -60, 5, 5, 4, 7)
So if you make them higher you will deal dmg higher. So, change that numbers with
Code:
-2, -65, -1, -65, 7, 6, 5, 9)

Ok, you see changes right? So test it now, and you will see sd will deal more damage then before...Hope you understand everything.
 
As you can see, there are numbers
Code:
-1, -60, -1, -60, 5, 5, 4, 7)
So if you make them higher you will deal dmg higher. So, change that numbers with
Code:
-2, -65, -1, -65, 7, 6, 5, 9)

Ok, you see changes right? So test it now, and you will see sd will deal more damage then before...Hope you understand everything.
Thank you for your reply, but do you know what's the meaning or each number of the formula? Thanks.
 

Similar threads

Back
Top