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.
Use of GM Shop by GM's issue.
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- L2j Veteran
- Posts: 1228
- Joined: Thu Jan 17, 2013 9:46 am
Re: Use of GM Shop by GM's issue.
work like before? what you mean by that?
-
- Advanced User
- Posts: 1440
- Joined: Wed Apr 15, 2009 10:07 am
Re: Use of GM Shop by GM's issue.
Lets say i have
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.
And i give someone access level 6. They wont be able to buy stuff unless i enable transaction for access level 6.<!-- ADMIN SHOP -->
<admin command="admin_buy" accessLevel="6" />
<admin command="admin_gmshop" accessLevel="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.
-
- L2j Veteran
- Posts: 1228
- Joined: Thu Jan 17, 2013 9:46 am
Re: Use of GM Shop by GM's issue.
I don't see the releation of allowing them to use GMShop and allow them to trade with players ... they are seperate ...
-
- Posts: 110
- Joined: Sun Aug 31, 2008 7:16 am
Re: Use of GM Shop by GM's issue.
You just need to set isGM="true" for that access level..
-
- Advanced User
- Posts: 1440
- Joined: Wed Apr 15, 2009 10:07 am
Re: Use of GM Shop by GM's issue.
I had also to set this:
Now my gms with access level 6 can use the admin shop normally.
Code: Select all
<!-- ADMIN HELP PAGE --> <admin command="admin_help" accessLevel="6" />