Use of GM Shop by GM's issue.

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Use of GM Shop by GM's issue.

Post 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.
xban1x
L2j Veteran
L2j Veteran
Posts: 1228
Joined: Thu Jan 17, 2013 9:46 am

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

Post by xban1x »

work like before? what you mean by that?
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

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

Post 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.
xban1x
L2j Veteran
L2j Veteran
Posts: 1228
Joined: Thu Jan 17, 2013 9:46 am

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

Post by xban1x »

I don't see the releation of allowing them to use GMShop and allow them to trade with players ... they are seperate ...
takhs7
Posts: 110
Joined: Sun Aug 31, 2008 7:16 am

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

Post by takhs7 »

You just need to set isGM="true" for that access level..
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

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

Post 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.
Post Reply