Postado Novembro 23, 2017 7 anos Hey guys!Im looking for some help regarding a problem i cant figure out how to fix.I want every character to start in Rookgaard, but wierd things happends;This is what is says in the config.php:$towns_list = array(1 => 'Venore', 2 => 'Thais', 3 => 'Kazordoon', 4 => 'Carlin', 5 => 'Ab\'Dendriel', 6 => 'Rookgaard', 7 => 'Liberty Bay', 8 => 'Port Hope', 9 => 'Ankrahmun', 10 => 'Darashia', 11 => 'Edron', 12 => 'Svargrond', 13 => 'Yalahar', 14 => 'Farmine', 28 => 'Gray Beach',29 => 'Roshamuul',33 => 'Rathleton',34 => 'Krailos',51 => 'Dawnport',52 => 'Feyrist',So I edited the "$config['site']['newchar_towns'] = array(6);"I've also edited this:"$config['site']['flash_client_enabled'] = false;"Which should mean that every character starts in Rookgaard, and there shoudnt be a flash client.But when I make a character on my server, it starts with the tutorial in the flash client where you have to kill the "Wounded Cave Draptor"After all that is done, you have to use a rope on a ropespot.And when thats done, I get to Rookgaard?! Does anyone know how to remove the tutorial flash client so every character starts in Rookgaard?
Postado Novembro 23, 2017 7 anos First of all, provide more information about the datapack you are using and about this gesior too.
Postado Novembro 23, 2017 7 anos Autor 8 minutos atrás, Enzo Caue disse: First of all, provide more information about the datapack you are using and about this gesior too. Im usinghttps://github.com/malucooo/Otxserver-Newhttps://github.com/malucooo/Gesior-AAC Anything more you need to know?
Postado Novembro 23, 2017 7 anos Solução Alright, lets check something. go to your html_public folder, then open the login.php and search for tutorial if says: true, change to false, create another character and try again. in case it's already false, change your login.php for this one. Editado Novembro 23, 2017 7 anos por Enzo Caue (veja o histórico de edições)
Postado Novembro 23, 2017 7 anos Autor 2 hours ago, Enzo Caue said: Alright, lets check something. go to your html_public folder, then open the login.php and search for tutorial if it says: true, change to false, create another character and try again. in case it's already false, change your login.php for this one. Where do I find html_public folder? The only thing with tutorial in my login.php is this: while ($ dbRet = $ dbResource-> fetch ()) { $ dict = array ( "worldid" => 0, "name" => $ dbRet ["name" ], "ismale" => (($ dbRet ["sex"] == 1)? true: false), "tutorial" => (($ dbRet ["lastlogin"]> 1)? false: true) If I change it to "false" I get this error when I try to log in: Editado Novembro 23, 2017 7 anos por firenzie (veja o histórico de edições)
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.