Jump to content
  • 0
Tsuuu

[Job] Usage restriction

Question

I would like to know how do I forbid certain classes to use certain equipment.

 

I already tried using

Id: 18603
	AegisName: "Black_Devil_Mask_"
	Name: "Black Devil's Mask"
	Type: 5
	Buy: 20
	Job: 0x028F5EEE
	Weight: 100
	Slots: 1
	Loc: 512
	Refine: false
	View: 760
	Script: <" bonus bAllStats,10; ">

 

 

 

Does not work.  :/
 

Is there a list of job class identifiers?

Edited by Tsuuu

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Use job names (example):

Job: {
		Swordsman: true
		Magician: true
		Merchant: true
		Knight: true
		Wizard: true
		Blacksmith: true
		Crusader: true
		Rogue: true
		Alchemist: true
		Taekwon: true
		Star_Gladiator: true
		Soul_Linker: true
		Gunslinger: true
	}

and you could check the header of item db file for a list of all the available jobs.

Share this post


Link to post
Share on other sites
  • 0

Use job names (example):

Job: {
		Swordsman: true
		Magician: true
		Merchant: true
		Knight: true
		Wizard: true
		Blacksmith: true
		Crusader: true
		Rogue: true
		Alchemist: true
		Taekwon: true
		Star_Gladiator: true
		Soul_Linker: true
		Gunslinger: true
	}

and you could check the header of item db file for a list of all the available jobs.

 

That would not block the evolutions of each class using such equipment, right?

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

×
×
  • Create New...

Important Information

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