Petey Pablo Posted November 8, 2012 Posted November 8, 2012 how do i remove unautorized after clicking character. login>my account>select charname> always unautorized! Thank you
Nipsino Posted November 8, 2012 Posted November 8, 2012 Try checking permissions in access.php within your config folder.
Petey Pablo Posted November 12, 2012 Author Posted November 12, 2012 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 ),
Mootie Posted November 17, 2012 Posted November 17, 2012 (edited) 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 November 17, 2012 by Mootie
Petey Pablo Posted November 19, 2012 Author Posted November 19, 2012 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!
Question
Petey Pablo
how do i remove unautorized after clicking character.
login>my account>select charname> always unautorized!
Thank you
5 answers to this question
Recommended Posts