Add Specific Skills to a Group ID

Takizuki

New member
Messages
45
Points
0
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

 
Last edited by a moderator:
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; }

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

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


 
Back
Top