Bloody branch

MikZ

New member
Messages
461
Points
0
Hello , Help with this bloody branch. 

I give commands to my GMs (group lvl 2) @item but i didn't give them permission to trade, 
now what i wanted is that, i also don't want them to use bloody branch.. is there anyway that they cant use bloody branch or they can't click the bloody branch? please help me.. thank you!

 
Last edited by a moderator:
Change bloody branch script(from item_db) to

Code:
if (getgmlevel()==0 || getgmlevel()==99)    monster "this",-1,-1,"--ja--",-3,1,"";
This will make bloody branch only usable by players/admins
 
Back
Top