WhatFT Posted March 6, 2012 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Share Posted March 6, 2012 Can anyone give me a fixed item script for Super Novice that can wear Valkyrie Armor, Shoes, Shield, Manteau... Thanks ! Quote Link to comment Share on other sites More sharing options...
Hayate Yoshida Posted March 6, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 206 Reputation: 16 Joined: 01/03/12 Last Seen: March 16, 2024 Share Posted March 6, 2012 You can just make a change to the existing items to allow them for Super novices or just create a new item script. If you don't know how to do either head over to the wiki and read up. Quote Link to comment Share on other sites More sharing options...
WhatFT Posted March 7, 2012 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Author Share Posted March 7, 2012 I already changed the Avail Jobs "0xFFFFFFFF" but when I reloadscript/reconnect cmd... nothing happens, still cannot wear by Novice/Super Novice... Level require is the same I made the novice/super novice already 255.. Quote Link to comment Share on other sites More sharing options...
Hayate Yoshida Posted March 7, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 206 Reputation: 16 Joined: 01/03/12 Last Seen: March 16, 2024 Share Posted March 7, 2012 I already changed the Avail Jobs "0xFFFFFFFF" but when I reloadscript/reconnect cmd... nothing happens, still cannot wear by Novice/Super Novice... Level require is the same I made the novice/super novice already 255.. So when you double click, it can't equip it? give an example script of what you're trying to do. Quote Link to comment Share on other sites More sharing options...
WhatFT Posted March 7, 2012 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Author Share Posted March 7, 2012 (edited) Valkyrie Set Here the armor first... 2357,Valkyrie_Armor,Valkyrian Armor,5,0,,2800,,6,,1,0xFFFFFFFF,2,2,16,,0,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; },{},{} I edited the BOLD one.. Edited March 7, 2012 by Paulinds Quote Link to comment Share on other sites More sharing options...
ngek202 Posted March 7, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 530 Reputation: 33 Joined: 01/17/12 Last Seen: August 16, 2017 Share Posted March 7, 2012 (edited) change the Job Upper too. from this 2357,Valkyrie_Armor,Valkyrian Armor,5,0,,2800,,6,,1,0xFFFFFFFF,2,2,16,,0,1,0,{ bonus bAllStats,1; bonus bUnbreakableArmor,0; to this: 2357,Valkyrie_Armor,Valkyrian Armor,5,0,,2800,,6,,1,0xFFFFFFFF,7,2,16,,0,1,0,{ bonus bAllStats,1; bonus bUnbreakableArmor,0; or 2357,Valkyrie_Armor,Valkyrian Armor,5,0,,2800,,6,,1,0xFFFFFFFF,1,2,16,,0,1,0,{ bonus bAllStats,1; bonus bUnbreakableArmor,0; more Info: http://rathena.org/wiki/Custom_Items Edited March 7, 2012 by ngek202 1 Quote Link to comment Share on other sites More sharing options...
Question
WhatFT
Can anyone give me a fixed item script for Super Novice that can wear Valkyrie Armor, Shoes, Shield, Manteau... Thanks !
Link to comment
Share on other sites
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.