Jump to content
  • 0
Sign in to follow this  
Dominating

Item Equip possible to Ninja , Gunslinger, Star Gladiator

Question

Hello Guys!...  :D

 

How to modify this Item EXPERT RING so it can be equipped by Ninja , Gunslinger adn Start Gladiator Jobs

 

 

 

Id: 2703
	AegisName: "Expert_Ring"
	Name: "Expert Ring"
	Type: 5
	Buy: 20
	Weight: 150
	Slots: 1
	Job: {
		All: true
		Novice: false
	}
	Upper: 2
	Loc: 136
	EquipLv: 50
	Refine: false
	Script: <"
		bonus bDelayrate,-5;
		bonus bUseSPrate,5;
	">
},

 

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

If your server is running with pre-re, it is already set to "All: true" and "Novice: false" which means it can be equipped with by all job except Novice.

 

If your server is running with renewal:

Under job, add this:

 

Ninja: true
Taekwon: true
Star_Gladiator: true
Gunslinger: true

so,  job should looks like this:

 

	Job: {
		Ninja: true
		Taekwon: true
		Star_Gladiator: true
		Gunslinger: true
		Swordsman: true
		Magician: true
		Archer: true
		Acolyte: true
		Merchant: true
		Thief: true
		Knight: true
		Priest: true
		Wizard: true
		Blacksmith: true
		Hunter: true
		Assassin: true
		Crusader: true
		Monk: true
		Sage: true
		Rogue: true
		Alchemist: true
		Bard: true
	}

Share this post


Link to post
Share on other sites
  • 0

You need to remove the "Upper: 2" bit.

Upper type 2 means only rebirth jobs can equip IRRC.

 

From: http://herc.ws/wiki/Custom_Items

Normal jobs: 0x01 (1)

Upper jobs: 0x02 (2)

Baby jobs: 0x04 (4)

Third jobs: 0x08 (8)

Upper Third jobs: 0x10 (16)

Baby Third jobs: 0x20 (32)

 

Under pre-re mode third classes are considered upper, making use of

the 8 and above masks is therefore not necessary unless in renewal

mode. When no value is specified, all classes (mask 0x3f) are able to

equip the item.

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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