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"),

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..