Brynner Posted July 11, 2012 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 202 Joined: 01/08/12 Last Seen: 51 minutes ago Share Posted July 11, 2012 how to enable valkyrie armor can be equipped by all class except novice. Quote Link to comment Share on other sites More sharing options...
Rayan Posted July 11, 2012 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 188 Reputation: 16 Joined: 06/12/12 Last Seen: September 1, 2016 Share Posted July 11, 2012 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.... Quote Link to comment Share on other sites More sharing options...
Brynner Posted July 11, 2012 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 202 Joined: 01/08/12 Last Seen: 51 minutes ago Author Share Posted July 11, 2012 anyone knows? Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 11, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted July 11, 2012 Check the Wiki. "Custom Items" > "Structure" > "Job" http://rathena.org/wiki/Custom_Items#Structure Quote Link to comment Share on other sites More sharing options...
Brynner Posted July 11, 2012 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 202 Joined: 01/08/12 Last Seen: 51 minutes ago Author Share Posted July 11, 2012 oh ok thanks Euphy Check the Wiki. "Custom Items" > "Structure" > "Job" http://rathena.org/w...Items#Structure is this a bug @Euphy? Every Job Except Novice : 0xFFFFFFFE but the ninja class still can't equip the valkyrie armor.?and i already set it to All Classes : 0xFFFFFFFF Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 11, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted July 11, 2012 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 Quote Link to comment Share on other sites More sharing options...
Brynner Posted July 12, 2012 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 202 Joined: 01/08/12 Last Seen: 51 minutes ago Author Share Posted July 12, 2012 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? Quote Link to comment Share on other sites More sharing options...
Eurydice Posted July 12, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 414 Reputation: 103 Joined: 11/13/11 Last Seen: September 28, 2013 Share Posted July 12, 2012 http://rathena.org/wiki/Custom_Items Quote Link to comment Share on other sites More sharing options...
Brynner Posted July 12, 2012 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 202 Joined: 01/08/12 Last Seen: 51 minutes ago Author Share Posted July 12, 2012 http://rathena.org/wiki/Custom_Items Euphy is already send that link. Quote Link to comment Share on other sites More sharing options...
Haziel Posted July 13, 2012 Group: Content Moderator Topic Count: 22 Topics Per Day: 0.00 Content Count: 639 Reputation: 609 Joined: 11/25/11 Last Seen: March 7 Share Posted July 13, 2012 (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 July 13, 2012 by Haziel 1 Quote Link to comment Share on other sites More sharing options...
Brynner Posted July 14, 2012 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 202 Joined: 01/08/12 Last Seen: 51 minutes ago Author Share Posted July 14, 2012 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. Quote Link to comment Share on other sites More sharing options...
Question
Brynner
how to enable valkyrie armor can be equipped by all class except novice.
Link to comment
Share on other sites
10 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.