Jump to content
  • 0

Change slot


Vincent

Question


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

Hello, how can i config the cp that player can change the slot's of there char?

 

In the access.php there are some options:

 

'character' => array(
			'index'    => AccountLevel::LOWGM,
			'view'     => AccountLevel::NORMAL,
			'online'   => AccountLevel::ANYONE,
			'prefs'    => AccountLevel::NORMAL,
			'changeslot' => AccountLevel::NORMAL,



'ChangeSlot'         => AccountLevel::NORMAL,  // Minimum group level required to change another character's slot.

But the menu are not in the CP if a normal player is logd in.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  112
  • Topics Per Day:  0.03
  • Content Count:  388
  • Reputation:   4
  • Joined:  05/01/12
  • Last Seen:  

u can try minimum group to change char..maybe u can change 0..not normal

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

But the menu are not in the CP if a normal player is logd in.

perhap your custom website template doesnt designed to show all the menu option .. ??

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

found the reason after set debug modus to true. The CP need the mob_db and mob_db2. Cant understand why a mob_db for chaning slot is requierd but it works now.

Link to comment
Share on other sites

×
×
  • Create New...