Jump to content
  • 0

unautorized reset look,position problem


Question

5 answers to this question

Recommended Posts

Posted

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
),

Posted (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 by Mootie
Posted

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!

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...