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.
DISCORD :
https://discord.com/users/325653525793210378
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/uthciha-services
https://campsite.bio/utchihaamkt
Question
<< Masterio >>
Hi a have request for java developers.
How to get this red value (pAtk of weapon) from java side.
I created instance i checked stats funcs etc and i can't obtain this value.
<item id="4700" type="Weapon" name="Sword of Delusion - Health">
<set name="icon" val="icon.weapon_sword_of_delusion_i01" />
<set name="default_action" val="equip" />
<set name="weapon_type" val="sword" />
<set name="bodypart" val="rhand" />
<set name="random_damage" val="10" />
<set name="attack_range" val="40" />
<set name="damage_range" val="0;0;40;120" />
<set name="immediate_effect" val="1" />
<set name="crystal_count" val="1322" />
<set name="crystal_type" val="c" />
<set name="material" val="mithril" />
<set name="weight" val="1400" />
<set name="price" val="3304300" />
<set name="change_weaponId" val="9270" />
<set name="soulshots" val="3" />
<set name="spiritshots" val="3" />
<set name="enchant_enabled" val="1" />
<set name="item_skill" val="3013-1" />
<for>
<set order="0x08" stat="pAtk" val="139" />
<set order="0x08" stat="mAtk" val="76" />
<set order="0x08" stat="rCrit" val="8" />
<set order="0x08" stat="pAtkSpd" val="379" />
<enchant val="0" order="0x0C" stat="pAtk" />
<enchant val="0" order="0x0C" stat="mAtk" />
</for>
</item>
I wrote something like this for tests:
This code not obtain information about weapon pAtk/mAtk or Armor pDef/mDef.
Thanks for answer.
5 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.