[quote name='FormationX']ill do it for rsgp[/QUOTE]
wow..
find in actionhandler
[code]public void firstClickNpc(int i)[/code]
add in the npc and make it require playerrights to open
[code]
case ####:
if(c.playerRights >= #){
c.getShops().openShop(##);
} else {
c.sendMessage("You must be have mod powers or above to access this shop.")
}
break;
[/code]