Help configuring Mana Shield

Started by knowledge1st, Yesterday at 07:55 PM

Buenos dias/tardes.

Im configuring my server, with files from Louis - UP43, and im having some troubles with Mana Shield Effect, it either doesn't work at all or im missing something at configuration:

At GameServer/Data/GameServerInfo - Skill.dat i modified this lines:

[GameServerInfo]
;==================================================
; Mana Shield Skill Settings
; Supuesta formula Def%: ConstA + (PlayerDex / ConstB) + (PlayerEne / ConstC)
; 10 + (32767 / 50) + (32767 / 200) = 829%
; Supuesta formula tiempo: TimeConstA + (PlayerEne / TimeConstB)
; 60 + (32767 / 40) = 880s
;==================================================
ManaShieldConstA = 30
ManaShieldConstB = 50
ManaShieldConstC = 200
ManaShieldRateDW = 100
ManaShieldRateDK = 85
ManaShieldRateFE = 95
ManaShieldRateMG = 90
ManaShieldRateDL = 85
ManaShieldRateSU = 95
ManaShieldRateRF = 85
ManaShieldTimeConstA = 60
ManaShieldTimeConstB = 40

In "tooltip" the skill shows the stats correctly, as the formule explains:
https://ibb.co/qL6NhdTg

But when you use the power in game, it really only gives you what is configured in the "Value1" at Data/Effect/Effect.txt
https://ibb.co/4gt9SNrN

//Index   Group   ItemIndex   Name                                 Save   Type   Flag   Count   Value1   Value2   Value3   Value4
1         1       *           "Greater Damage"                     1      0      0      *       *        *        *        *
2         2       *           "Greater Defense"                    1      0      0      *       *        *        *        *
3         3       *           "Elf Buffer"                         1      0      0      *       *        *        *        *
4         4       *           "Mana Shield"                        1      0      0      *       65        *        *        *


Anyone knows the correct way to configure this on this files? Tested a lot of options in file 1, but doesnt change anything, it only changes behavior when chaning the "Value1" at Effect.txt

Thanks a lot in advance.
  •