So, I want to add for a wings one skill. With 5% pdef, 5% mdef and 4 Speed. I entered the lines bellow... but the problem is that in game i didnt obtain fixed values. Without buffs for example i get +6 speed instead of +4. When im buffed, its all ok. Also when im on a mage char, the pdef, is +5% indeed but the mdef its a little smaller. When im on fighter class, the mdef is 5% and the pdef is a little smaller then normal. There are apropiate values. But i dont get it. Why the fk is happening? It should be fixed numbers. Easy to calculate. Anyone has any idea whats wrong here?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
❖Items that are sent by physical delivery are sent using someone else's data. That is, if you are not able to accept the parcel, we will not be able to return it. Please keep this in mind.
READY IN STOCK
PAYMENT SYSTEMS
4x4 io, Weststein, Paysafecard, Paysend, Genome, Conotoxia, Mybrocard, Payz Silver, Pockit UK, NagaPay, Volet com, SpectroCoin, SwissMoney, Yuh, Lydia / Sumeria, Ka.App, Wittix, Western Union, MyGuava, Xapo Bank, Bunq on emulator (DE, NL, FR, ES, IE ibans), Revolut on emulator (UK/EU), ICard, BlackCatCard, Vivid DE, Bankera, Bitsa, Wise EU/UK, N26 DE/ES on emulator, Skrill, Neteller, Trasta, Wirex, Lama, Paysera, Moneyjar
CRYPTOEXCHANGE
BINGX com, Bybit LVL 2, KuCoin, Binance LVL 2, Mexc, Latoken, Poloniex, Bitmart, Kraken, WhiteBit, Quppy, Nexo, Gate, OKX, Paybis, Paxful, Huobi (HTX), xcoins com, Bit2Me
BUSINESS ACCOUNTS
Stripe, Payoneer EU, Wise Business UK/EU, Revolut Business EU/UK, N26 Business DE, Wallester Business EU, Kraken Business Pro, Monzo Business, Vivid Business, Zen Business EU, Millennium Business PL, AirWallex EU/UK, Finom business, PayPal business, Payset business
NATIONAL BANKS / BANKS
BBVA, CommerzBank, ING, Santander, Kaspi Bank, Sberbank, AlfaBank, Tbank, Raiffeisen, mBank, Paribas, Bereke Bank, Kapital Bank
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/hood-services
https://campsite.bio/utchihaamkt
Question
Syntax
So, I want to add for a wings one skill. With 5% pdef, 5% mdef and 4 Speed. I entered the lines bellow... but the problem is that in game i didnt obtain fixed values. Without buffs for example i get +6 speed instead of +4. When im buffed, its all ok. Also when im on a mage char, the pdef, is +5% indeed but the mdef its a little smaller. When im on fighter class, the mdef is 5% and the pdef is a little smaller then normal. There are apropiate values. But i dont get it. Why the fk is happening? It should be fixed numbers. Easy to calculate. Anyone has any idea whats wrong here?
<skill id="75912" levels="1" name="Legendary Wings Speed">
<set name="power" val="0.0"/>
<set name="target" val="TARGET_SELF"/>
<set name="skillType" val="BUFF"/>
<set name="operateType" val="OP_PASSIVE"/>
<set name="castRange" val="-1"/>
<set name="effectRange" val="-1"/>
<for>
<mul order="0x30" stat="pDef" val="1.05"/> <!-- P Def. +5% -->
<mul order="0x30" stat="mDef" val="1.05"/> <!-- M Def. +5% -->
<add order="0x40" stat="runSpd" val="4"/> <!-- Movement Speed +4 -->
</for>
</skill>
So basicly, this is what happens in game:
On figher:
Pdef 5% (the bonus is a little smaller then 5%. Why?)
Mdef 5% (the bonus is exactly 5% so its ok)
Run speed +4 (if im not buffed it gives me 6 speed bonus. Why? If im buffed is ok)
On mage:
Mdef 5% (the bonus is a little smaller then 5%. Why?)
Pdef 5% (the bonus is exactly 5% so its ok)
Run speed +4 (if im not buffed it gives me 6 speed bonus. Why? If im buffed is ok)
11 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.