Jump to content
  • 0

Question

10 answers to this question

Recommended Posts

Posted

change in item_db , u will find the tutorial in the starting of the file ,for the classes code use docs in server folder [ i don't remember if its there or not] or find here somewhere....

Posted
Upper: Specifies whether the item can be used by normal, baby or reborn classes.
1 = Normal
2 = Reborn Classes (High Wizards, Champions etc.) (includes 3rd classes)
4 = Baby Classes
8 = 3rd Classes
Posted
Upper: Specifies whether the item can be used by normal, baby or reborn classes.
1 = Normal
2 = Reborn Classes (High Wizards, Champions etc.) (includes 3rd classes)
4 = Baby Classes
8 = 3rd Classes

where can i find this sir?

Posted (edited)

Brynner, in a Item, there is three sets of restrictions.

2357,Valkyrie_Armor,Valkyrian Armor,5,0,,2800,,6,,1,0xFFFFFFFE,2,2,16,,1,1,0,{ bonus bAllStats,1; bonus bUnbreakableArmor,0; if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus2 bResEff,Eff_Silence,5000; else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus2 bResEff,Eff_Stun,5000; },{},{}

Red: Means which Classes can use it, the value is in Hexadecimal, for your needs, don't touch it.

Blue: Means wich Types of Classes can use it.

1 = Normal

2 = Reborn Classes (High Wizards, Champions etc.) (includes 3rd classes)

4 = Baby Classes

8 = 3rd Classes

Plus the values you want to make it work. For what you asked, the value must be changed to 3 (1 + 2 = Normal and Reborn Classes) or 7 (1 + 2 + 4 = Normal, Baby and Reborn Classes).

Green: Sets wich gender can use the item, 0 for male, 1 for female and 2 for both.

Good luck.

Edited by Haziel
  • Upvote 1
Posted

Brynner, in a Item, there is three sets of restrictions.

2357,Valkyrie_Armor,Valkyrian Armor,5,0,,2800,,6,,1,0xFFFFFFFE,2,2,16,,1,1,0,{ bonus bAllStats,1; bonus bUnbreakableArmor,0; if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus2 bResEff,Eff_Silence,5000; else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus2 bResEff,Eff_Stun,5000; },{},{}

Red: Means which Classes can use it, the value is in Hexadecimal, for your needs, don't touch it.

Blue: Means wich Types of Classes can use it.

1 = Normal

2 = Reborn Classes (High Wizards, Champions etc.) (includes 3rd classes)

4 = Baby Classes

8 = 3rd Classes

Plus the values you want to make it work. For what you asked, the value must be changed to 3 (1 + 2 = Normal and Reborn Classes) or 7 (1 + 2 + 4 = Normal, Baby and Reborn Classes).

Green: Sets wich gender can use the item, 0 for male, 1 for female and 2 for both.

Good luck.

problem solve. the problem is on the Upper. i forgot to make an combination.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...