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

Weapon script based on TFS skill formula

Moj mistrz

Monster Creator
Joined
Feb 1, 2008
Messages
932
Solutions
10
Reaction score
295
Location
Poland
Hello, I'm basically requesting a script of a weapon based on skill formula in lua including damage factors(full atk, balance, full def mode). Is it possible to do? Can be also elemental damage included(like in fire sword).

Thanks in advance.

#edit

I've found this formula:

((2 * (attackValue * (attackSkill + 5.8) / 25 + (level - 1) / 10.)) / attackFactor))

I've added this to lua script but the ATTACKFACTOR does not work(gives errors in console), so no matter if i'm using full attack, balance or full def, damage is the same for all factors.. :/
 
Last edited:
Back
Top