Jump to content
  • 0

unautorized reset look,position problem


Petey Pablo

Question


  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.03
  • Content Count:  569
  • Reputation:   11
  • Joined:  11/24/11
  • Last Seen:  

how do i remove unautorized after clicking character.

login>my account>select charname> always unautorized!

Thank you

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  218
  • Reputation:   16
  • Joined:  01/24/12
  • Last Seen:  

Try checking permissions in access.php within your config folder.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.03
  • Content Count:  569
  • Reputation:   11
  • Joined:  11/24/11
  • Last Seen:  

Its already normal. But nothing happens. Same problem!


'character' => array(
'index'    => AccountLevel::LOWGM,
'view'     => AccountLevel::NORMAL,
'online'   => AccountLevel::ANYONE,
'prefs'    => AccountLevel::NORMAL,
'changeslot' => AccountLevel::NORMAL,
'resetlook'  => AccountLevel::NORMAL,
'resetpos'   => AccountLevel::NORMAL,
'mapstats'   => AccountLevel::ANYONE,
'divorce'    => AccountLevel::NORMAL
),

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.03
  • Content Count:  569
  • Reputation:   11
  • Joined:  11/24/11
  • Last Seen:  

@bump

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

Maybe your flux is using `level` while your login table has `group_id` (vice versa) this will cause you some errors

i got a fix for your problem change all item_db to item_db_re if you are using rathena with pre-renewal

each item_db on modules you have to rename it into item_db_re and you are good proven tested :)

Edited by Mootie
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.03
  • Content Count:  569
  • Reputation:   11
  • Joined:  11/24/11
  • Last Seen:  

Maybe your flux is using `level` while your login table has `group_id` (vice versa) this will cause you some errors

i got a fix for your problem change all item_db to item_db_re if you are using rathena with pre-renewal

each item_db on modules you have to rename it into item_db_re and you are good proven tested :)

Im using eAthena. How to do that? Thank you!

Link to comment
Share on other sites

×
×
  • Create New...