Jump to content
  • 0
WhatFT

Super Novice

Question

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

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.

Link to comment
Share on other sites

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..

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Valkyrie Set :D

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 by Paulinds
Link to comment
Share on other sites

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 by ngek202
  • Upvote 1
Link to comment
Share on other sites

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.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.