-
Waggle and 1610
The mana cost forumla is wrong in the spell-list.xml and waggle keeps blowing nerves.
-
It needs an update because like 6 months ago they updated to spell to be capped at 100 paladin ranks instead of like 40 or whatever it was before
adred#0111 (discord)
-
line: 1385
<cost type='mana'>cost = 10; cost += (([Spells.paladin,Stats.level].min - 10) / 2).round; if cost > 20 then cost = 20 end; cost</cost>
try changing it to:
<cost type='mana'>cost = 10; cost += (([Spells.paladin,Stats.level].min - 10) / 2).round; if cost > 55 then cost = 55 end; cost</cost>
Last edited by adred; 10-25-2019 at 06:36 PM.
adred#0111 (discord)
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules