Jump to content
  • 0

[Help]Add stats


Question

Posted

for example if i want to add on one item 10% resist from bow ... ( in data/stats/armor..)

 

how need look code ?

 

 

2 answers to this question

Recommended Posts

  • 0
Posted

Remove your fingers of your ass and try to check how others skills work ?

 

Near all of those skills are NPC skills, it must begin from 4300-4399. Tanks got an active skill aswell.

 

	NONE_WPN_VULN("noneWpnVuln"), // Shields!!!
SWORD_WPN_VULN("swordWpnVuln"),
BLUNT_WPN_VULN("bluntWpnVuln"),
DAGGER_WPN_VULN("daggerWpnVuln"),
BOW_WPN_VULN("bowWpnVuln"),
CROSSBOW_WPN_VULN("crossbowWpnVuln"),
POLE_WPN_VULN("poleWpnVuln"),
ETC_WPN_VULN("etcWpnVuln"),
FIST_WPN_VULN("fistWpnVuln"),
DUAL_WPN_VULN("dualWpnVuln"),
DUALFIST_WPN_VULN("dualFistWpnVuln"),
BIGSWORD_WPN_VULN("bigSwordWpnVuln"),
BIGBLUNT_WPN_VULN("bigBluntWpnVuln"),
DUALDAGGER_WPN_VULN("dualDaggerWpnVuln"),
RAPIER_WPN_VULN("rapierWpnVuln"),
ANCIENT_WPN_VULN("ancientWpnVuln"),
PET_WPN_VULN("petWpnVuln"),

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...