Page 1 of 1

Use of GM Shop by GM's issue.

Posted: Wed Mar 13, 2013 4:10 pm
by JMD
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:5866
L2JDP Revision Number:9504

I have setted in admin commands for access level 6 to be able to use the admin gm shop and buy stuff from there but it doesnt work like before and I dont want to allow transaction to my gm's for obvious reasons.

Re: Use of GM Shop by GM's issue.

Posted: Wed Mar 13, 2013 4:19 pm
by xban1x
work like before? what you mean by that?

Re: Use of GM Shop by GM's issue.

Posted: Wed Mar 13, 2013 6:37 pm
by JMD
Lets say i have
<!-- ADMIN SHOP -->
<admin command="admin_buy" accessLevel="6" />
<admin command="admin_gmshop" accessLevel="6" />
And i give someone access level 6. They wont be able to buy stuff unless i enable transaction for access level 6.

Before the access levels and commands were moved to xml inside the configs i was able to allow my gms to buy stuff from the admin gm shop but they werent able to trade/mail etc. items.

Re: Use of GM Shop by GM's issue.

Posted: Wed Mar 13, 2013 6:49 pm
by xban1x
I don't see the releation of allowing them to use GMShop and allow them to trade with players ... they are seperate ...

Re: Use of GM Shop by GM's issue.

Posted: Fri Mar 15, 2013 7:24 pm
by takhs7
You just need to set isGM="true" for that access level..

Re: Use of GM Shop by GM's issue.

Posted: Sat Mar 16, 2013 5:55 pm
by JMD
I had also to set this:

Code: Select all

    <!-- ADMIN HELP PAGE -->    <admin command="admin_help" accessLevel="6" />
Now my gms with access level 6 can use the admin shop normally.