Jump to content
  • 0
Takizuki

Add Specific Skills to a Group ID

Question

Hi, im just wondering if is it possible to add a specific skills and items to a group ID ?

 

or

 

only group id 2 can use this item id or skills

Edited by Takizuki

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

You may want to consolidate all of your requests into one thread, as you seem to have quite a few!

 

Answering your latter question, without doing a source edit, the only way that I personally know of, is adding a bit of code around the existing item's script, like such:

 

if(getgroupid() == 2) { item script goes here} else { end; }

Share this post


Link to post
Share on other sites
  • 0

i thought of that but it might get confuse on which the answer is for... hmmm... where exactly should i put that? item db?

try in item_db ;)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

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