No storage on my groups.conf
groups: (
{
id: 0 /* group 0 is the default group for every new account */
name: "Player"
level: 0
inherit: ( /*empty list*/ )
commands: {
commands: true
rates: true
refresh: true
go: true
iteminfo: true
mobinfo: true
whodrops: true
whereis: true
time: true
hominfo: true
homstats: true
noask: true
noks: true
autoloot: true
alootid: true
autoloottype: true
autotrade: true
breakguild: true
changegm: true
duel: true
invite: true
accept: true
reject: true
leave: true
}
permissions: {
/* without this basic permissions regular players could not
trade or party */
can_trade: true
can_party: true
command_enable: true
}
},
I'm using this.
- script storage -1,{
OnInit:
bindatcmd "storage",strnpcinfo(0)+"::OnAtcommand";
end;
OnAtcommand:
if(getmapflag(strcharinfo(3),mf_gvg));
openstorage;
end;
}