Takizuki 0 Posted August 5, 2014 (edited) 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 August 5, 2014 by Takizuki Quote Share this post Link to post Share on other sites
0 jTynne 101 Posted August 8, 2014 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; } Quote Share this post Link to post Share on other sites
0 Takizuki 0 Posted August 8, 2014 i thought of that but it might get confuse on which the answer is for... hmmm... where exactly should i put that? item db? Quote Share this post Link to post Share on other sites
0 akbare 2 Posted August 18, 2014 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 Quote Share this post Link to post Share on other sites
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 TakizukiShare this post
Link to post
Share on other sites