Amigo vamos ver se eu posso te ajudar
Vá em (C:/xampp/htdocs/config) abra o config.PHP
Preocure por:
'Sorcerer', 2
Ai vai ter assim:
// list of vocations on ots (world 0)
$vocation_name[0][0] = array(0 => 'None', 1 => 'Sorcerer', 2 => 'Druid', 3 => 'Paladin', 4 =>
'Knight'); // id => 'name' , $vocation_name[0] - promotion level 0, $vocation_name[0] - for
world ID 0/
Agora mude a seu gosto um exemplo para você entender:
// list of vocations on ots (world 0)
$vocation_name[0][0] = array(0 => 'None', 1 => 'Feiticeiro', 2 => 'Macumbeiro', 3 => 'Arqueiro', 4 =>
'Gurreiro'); // id => 'name' , $vocation_name[0] - promotion level 0, $vocation_name[0] - for
world ID 0/
Se ajudei REP+ :button_ok: