• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Problem z Who is Online?

Aleh

Active Member
Joined
Jan 9, 2009
Messages
1,228
Reaction score
39
Location
Rzeszów
Witam. Mam problem. W zakładce Who is Online nie wyświetla mi się profesja.
>>Kliknij aby zobaczyć ten błąd.
Skrypt odpowiedzialny za wyświetlanie profki:
Code:
<TD WIDTH=25%>'.$vocation_name[$player['promotion']][$player['vocation']].'</TD>
Jeżeli coś jeszcze będzie trzeba dodać to proszę napisać a dodam.
 
Tak
Code:
// 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
$vocation_name[0][1] = array(1 => 'Master Sorcerer', 2 => 'Elder Druid', 3 => 'Royal Paladin', 4 => 'Elite Knight'); // id => 'name' , $vocation_name[1] - promotion level 1, $vocation_name[0] - for world ID 0
Code:
$config['site']['newchar_vocations'][0] = array(1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 => 'Paladin Sample', 4 => 'Knight Sample');
 
im not pl
but i think u have proplem on website on Who is online its says its offline but the serv online right?? then go to config.lua and make a new line and type.
Port = 7171
 
@up
Nie nowego;) Odpalam na nowo Blacka.
@2xup
No, not in the problem. How to Online server is online so you do not write in this problem.
Sorry for my english.
 
Back
Top