lelesho 0 Postado Outubro 3, 2012 Share Postado Outubro 3, 2012 (editado) Olá eu consegui achar um The Forgotten Server 0.2.14: Mas não consigo colocar GOD,GM,TUTOR. Não existe o GROUP ID (EU ACHO,NÂO TENHO certeza) Alguem poderia me ajudar? No sqlite não é possivel colocar Group_ID acima de 3, pois TFS da erro no banco de dados então o GOD seria GROUP ID 3 mas quando eu logo ele só tem ROUPA de GAMEMASTER e quando você digita o comando exemplo /m ou /a Ele diz que não posso executar este comando UNICO COMANDO QUE FUNCIONA é o #B "Que manda MSG pro jogo" Na pasta XML não tem o arquivo GROUPS e nem os COMMANDS Editado Outubro 4, 2012 por lelesho Link para o comentário https://xtibia.com/forum/topic/195506-problema-com-god/ Compartilhar em outros sites More sharing options...
0 ADMFortes 1 Postado Outubro 3, 2012 Share Postado Outubro 3, 2012 poste o groups.xml do seu servidor, ele fica na pasta data/XML se não tiver, crie um assim: <?xml version="1.0" encoding="UTF-8"?> <groups> <group id="1" name="Player" depotLimit="500" maxVips="50"/> <group id="2" name="Tutor" depotLimit="500" maxVips="50" flags="16809984" customFlags="2" access="1" violationReasons="4" nameViolationFlags="2"/> <group id="3" name="Senior Tutor" depotLimit="500" maxVips="50" flags="68736352256" customFlags="14" access="2" violationReasons="10" nameViolationFlags="2" statementViolationFlags="63"/> <group id="4" name="Gamemaster" flags="3808558964575" customFlags="257215" access="3" violationReasons="19" nameViolationFlags="10" statementViolationFlags="69" depotLimit="3000" maxVips="300" outfit="75"/> <group id="5" name="Community Manager" flags="3840774348794" customFlags="781823" access="4" violationReasons="23" nameViolationFlags="42" statementViolationFlags="213" depotLimit="4000" maxVips="400" outfit="266"/> <group id="6" name="ADM" flags="3845069447162" customFlags="50331647" access="5" violationReasons="23" nameViolationFlags="426" statementViolationFlags="469" depotLimit="5000" maxVips="500" outfit="302"/> </groups> Link para o comentário https://xtibia.com/forum/topic/195506-problema-com-god/#findComment-1353733 Compartilhar em outros sites More sharing options...
0 lelesho 0 Postado Outubro 3, 2012 Autor Share Postado Outubro 3, 2012 Até o group id vai, mas quando eu coloco pelo sqlite grou "4,5,6" da um erro. porque? error while updating cell value UPDATE on Table "players" violates foreing: "group_id" What would you like to do? (Re-Edit value Return to value before edition) e 2 opções. Link para o comentário https://xtibia.com/forum/topic/195506-problema-com-god/#findComment-1353967 Compartilhar em outros sites More sharing options...
0 SkyLigh 453 Postado Outubro 3, 2012 Share Postado Outubro 3, 2012 (editado) Verifique com ele assim <?xml version="1.0" encoding="UTF-8"?> <groups> <group id = 1 name="Player"/> <group id = 2 name="Tutor" flags="16809984" customFlags="2" access="1" violationReasons="4" nameViolationFlags="2"/> <group id = 3 name="Senior Tutor" flags="68736352256" customFlags="14" access="2" violationReasons="10" nameViolationFlags="2" statementViolationFlags="63" maxVips="200"/> <group id = 4 name="Gamemaster" flags="3808558964575" customFlags="257215" access="3" violationReasons="19" nameViolationFlags="10" statementViolationFlags="69" depotLimit="3000" maxVips="300" outfit="75"/> <group id = 5 name="Community Manager" flags="3840774348794" customFlags="781823" access="4" violationReasons="23" nameViolationFlags="170" statementViolationFlags="213" depotLimit="4000" maxVips="400" outfit="266"/> <group id = 6 name="God" flags="3845069447162" customFlags="2097151" access="5" violationReasons="23" nameViolationFlags="170" statementViolationFlags="213" depotLimit="5000" maxVips="500" outfit="302"/> </groups> Editado Outubro 3, 2012 por SkyLigh Link para o comentário https://xtibia.com/forum/topic/195506-problema-com-god/#findComment-1354054 Compartilhar em outros sites More sharing options...
0 Yan Oliveira 215 Postado Outubro 4, 2012 Share Postado Outubro 4, 2012 No Sqlite coloque groupid q deseje como ADMFortes disse /\ e dps em accounts faça mesma coisa. Link para o comentário https://xtibia.com/forum/topic/195506-problema-com-god/#findComment-1354164 Compartilhar em outros sites More sharing options...
0 ADMFortes 1 Postado Outubro 4, 2012 Share Postado Outubro 4, 2012 Sim, você deve estar esquecendo de colocar ou no accounts ou nos players o group_id! Link para o comentário https://xtibia.com/forum/topic/195506-problema-com-god/#findComment-1354282 Compartilhar em outros sites More sharing options...
0 lelesho 0 Postado Outubro 4, 2012 Autor Share Postado Outubro 4, 2012 Eu coloquei group id nas account e no player e continua travando no 3 não passa pro 4,5,6 não vai da o mesmo erro no sqllite Reediteri o TOPICO pra explicar melhor meu problema Link para o comentário https://xtibia.com/forum/topic/195506-problema-com-god/#findComment-1354296 Compartilhar em outros sites More sharing options...
0 ADMFortes 1 Postado Outubro 4, 2012 Share Postado Outubro 4, 2012 poste seu talkactions, creio que o erro seja lá Link para o comentário https://xtibia.com/forum/topic/195506-problema-com-god/#findComment-1354375 Compartilhar em outros sites More sharing options...
0 lelesho 0 Postado Outubro 4, 2012 Autor Share Postado Outubro 4, 2012 (editado) Vou postar aqui minhas talkactions <?xml version="1.0" encoding="UTF-8"?> <talkactions> <!-- player talkactions --> <talkaction words="!buypremium" script="buyprem.lua"/> <talkaction words="!leavehouse" script="leavehouse.lua"/> <talkaction words="!save" script="save.lua"/> <talkaction words="!changesex" script="changesex.lua"/> <talkaction words="!uptime" script="uptime.lua"/> <talkaction words="!deathlist" script="deathlist.lua"/> <!-- test talkactions --> <talkaction words="!z" script="magiceffect.lua"/> <talkaction words="!x" script="animationeffect.lua"/> </talkactions> Como acho que o erro tambem pode esta no arquivo commands.xml vou postar aqui tambem <?xml version="1.0" encoding="UTF-8"?> <commands> <command cmd="/b" group="2" acctype="5" log="yes"/> <command cmd="/i" group="2" acctype="5" log="yes"/> <command cmd="/n" group="2" acctype="5" log="yes"/> <command cmd="/reload" group="1" acctype="5" log="yes"/> <command cmd="/s" group="2" acctype="5" log="yes"/> <command cmd="/openserver" group="1" acctype="5" log="yes"/> <command cmd="/closeserver" group="1" acctype="5" log="yes"/> <command cmd="/ghost" group="2" acctype="5" log="yes"/> <command cmd="/owner" group="2" acctype="5" log="yes"/> <command cmd="/goto" group="2" acctype="4" log="yes"/> <command cmd="/a" group="2" acctype="5" log="yes"/> <command cmd="/c" group="2" acctype="4" log="yes"/> <command cmd="/m" group="2" acctype="5" log="yes"/> <command cmd="/summon" group="2" acctype="5" log="yes"/> <command cmd="/kick" group="1" acctype="4" log="yes"/> <command cmd="/B" group="1" acctype="4" log="yes"/> <command cmd="/q" group="2" acctype="4" log="yes"/> <command cmd="/info" group="1" acctype="4" log="yes"/> <command cmd="/gethouse" group="2" acctype="4" log="yes"/> <command cmd="/t" group="2" acctype="4" log="yes"/> <command cmd="/up" group="2" acctype="5" log="yes"/> <command cmd="/down" group="2" acctype="5" log="yes"/> <command cmd="/newtype" group="2" acctype="5" log="yes"/> <command cmd="/pos" group="1" acctype="2" log="yes"/> <command cmd="/r" group="2" acctype="5" log="yes"/> <command cmd="/town" group="2" acctype="4" log="yes"/> <command cmd="/raid" group="2" acctype="4" log="yes"/> <command cmd="/addskill" group="2" acctype="5" log="yes"/> <command cmd="/ban" group="1" acctype="3" log="yes"/> <command cmd="/unban" group="1" acctype="4" log="yes"/> <command cmd="/clean" group="2" acctype="5" log="yes"/> <command cmd="/mccheck" group="2" acctype="5" log="yes"/> <command cmd="/serverdiag" group="2" acctype="5" log="yes"/> <command cmd="!online" group="1" acctype="1" log="no"/> <command cmd="!buyhouse" group="1" acctype="1" log="no"/> <command cmd="!sellhouse" group="1" acctype="1" log="no"/> <command cmd="!serverinfo" group="1" acctype="1" log="no"/> <command cmd="!kills" group="1" acctype="1" log="no"/> <command cmd="!createguild" group="1" acctype="1" log="no"/> <command cmd="!joinguild" group="1" acctype="1" log="no"/> </commands> na pasta XML só existe os arquivos. admim commands mounts outfits quests stages vocations Editado Outubro 4, 2012 por lelesho Link para o comentário https://xtibia.com/forum/topic/195506-problema-com-god/#findComment-1354427 Compartilhar em outros sites More sharing options...
0 zani123 17 Postado Outubro 5, 2012 Share Postado Outubro 5, 2012 Em account, o group é 5 e no player é 2. Eu usei esse TFS recentemente e essa configuração funcionou para mim. Troque os groups com o servidor desligado para não ter problemas. Link para o comentário https://xtibia.com/forum/topic/195506-problema-com-god/#findComment-1355201 Compartilhar em outros sites More sharing options...
0 lelesho 0 Postado Outubro 5, 2012 Autor Share Postado Outubro 5, 2012 Mas não da pra por mais de group_id 3 o max é 3 não vai 4 nem 5 nem 6 Link para o comentário https://xtibia.com/forum/topic/195506-problema-com-god/#findComment-1355360 Compartilhar em outros sites More sharing options...
0 Yan Oliveira 215 Postado Outubro 5, 2012 Share Postado Outubro 5, 2012 Vá em data/creaturescripts/script/look e veja se tem essa parte: youAre = { [2] = "a Tutor", [3] = "a Senior Tutor", [4] = "a GM", [5] = "a CM", [6] = "a ADM" } Caso vc n ache ou n consiga veja se esse video possa te ajudar: Caso vc n consiga me avise. Link para o comentário https://xtibia.com/forum/topic/195506-problema-com-god/#findComment-1355383 Compartilhar em outros sites More sharing options...
Pergunta
lelesho 0
Olá eu consegui achar um The Forgotten Server 0.2.14:
Mas não consigo colocar GOD,GM,TUTOR. Não existe o GROUP ID (EU ACHO,NÂO TENHO certeza)
Alguem poderia me ajudar?
No sqlite não é possivel colocar Group_ID acima de 3, pois TFS da erro no banco de dados então o GOD seria GROUP ID 3
mas quando eu logo ele só tem ROUPA de GAMEMASTER e quando você digita o comando exemplo
/m ou /a Ele diz que não posso executar este comando
UNICO COMANDO QUE FUNCIONA é o #B "Que manda MSG pro jogo"
Na pasta XML não tem o arquivo GROUPS e nem os COMMANDS
Editado por leleshoLink para o comentário
https://xtibia.com/forum/topic/195506-problema-com-god/Compartilhar em outros sites
11 respostass a esta questão
Posts Recomendados