Postado Fevereiro 3, 2015 10 anos Subistitua o groups.xml e a pasta talkactions de outro ot.. q tenha tutor <?xml version="1.0" encoding="UTF-8"?> <groups> <group id="1" name="Player" flags="0" access="0" maxdepotitems="0" maxvipentries="0" /> <group id="2" name="Gamemaster" flags="137438953471" access="5" maxdepotitems="0" maxvipentries="200" /> <group id="4" name="Tutor" flags="1374389534743" access="2" maxdepotitems="1" maxvipentries="200" /> <group id="3" name="Administrator" flags="272730398714" access="6" maxdepotitems="0" maxvipentries="200" /></groups> Aqui está. mudei algumas coisas .. ADM = ACESS 6, TUTOR = ACESS 2, GAMEMASTER = ACESS 5, PLAYER = ACESS 0 Editado Fevereiro 3, 2015 10 anos por arthurabreu (veja o histórico de edições) I helped you ? REP +. Att: Abreu
Postado Fevereiro 4, 2015 10 anos Autor Solução Subistitua o groups.xml e a pasta talkactions de outro ot.. q tenha tutor <?xml version="1.0" encoding="UTF-8"?> <groups> <group id="1" name="Player" flags="0" access="0" maxdepotitems="0" maxvipentries="0" /> <group id="2" name="Gamemaster" flags="137438953471" access="5" maxdepotitems="0" maxvipentries="200" /> <group id="4" name="Tutor" flags="1374389534743" access="2" maxdepotitems="1" maxvipentries="200" /> <group id="3" name="Administrator" flags="272730398714" access="6" maxdepotitems="0" maxvipentries="200" /> </groups> Aqui está. mudei algumas coisas .. ADM = ACESS 6, TUTOR = ACESS 2, GAMEMASTER = ACESS 5, PLAYER = ACESS 0 Opa, vou fazer este teste logo mais... Só me restou uma dúvida, este acess que foi alterado tenho que corrigir no tabela de players ou na account? Pois hoje o group id está na tabela de players e não sei onde está o acess... Para funcionar corretamente o gamemaster/administrador, tenho que alterar o TYPE na tabela accounts para "5" e definir o grupo_id para "2 ou 3" na tabela Players. Obrigado! Olá, realizei a alteração abaixo mas não funcionou corretamente. <?xml version="1.0" encoding="UTF-8"?> <groups> <group id="1" name="Player" flags="0" access="0" maxdepotitems="0" maxvipentries="0" /> <group id="2" name="Gamemaster" flags="137438953471" access="5" maxdepotitems="0" maxvipentries="200" /> <group id="50" name="Tutor" flags="1374389534743" access="2" maxdepotitems="1" maxvipentries="200" /> <group id="3" name="Administrator" flags="272730398714" access="6" maxdepotitems="0" maxvipentries="200" /> </groups> O que acontece, desejo liberar somente alguns comandos para o Tutor, porém tive que adicionar o acess/acctype para o GOD mas não funcionou... <?xml version="1.0" encoding="UTF-8"?> <talkactions> <!-- Gods --> <talkaction log="yes" group="3" acctype="5" words="/addskill" separator=" " script="add_skill.lua" /> <talkaction log="yes" group="3" acctype="5" words="/chameleon" separator=" " script="chameleon.lua" /> <talkaction log="yes" group="3" acctype="5" words="/clean" script="clean.lua" /> <talkaction log="yes" group="3" acctype="5" words="/closeserver" separator=" " script="closeserver.lua" /> <talkaction log="yes" group="3" acctype="5" words="/i" separator=" " script="create_item.lua" /> <talkaction log="yes" group="3" acctype="5" words="/hide" script="hide.lua" /> <talkaction log="yes" group="3" acctype="5" words="/mccheck" script="mccheck.lua" /> <talkaction log="yes" group="3" acctype="5" words="/openserver" script="openserver.lua" /> <talkaction log="yes" group="3" acctype="5" words="/owner" separator=" " script="owner.lua" /> <talkaction log="yes" group="3" acctype="5" words="/m" separator=" " script="place_monster.lua" /> <talkaction log="yes" group="3" acctype="5" words="/s" separator=" " script="place_npc.lua" /> <talkaction log="yes" group="3" acctype="5" words="/summon" separator=" " script="place_summon.lua" /> <talkaction log="yes" group="3" acctype="5" words="/addtp" separator=" " script="addtp.lua" /> <talkaction log="yes" group="3" acctype="5" words="/addtutor" separator=" " script="add_tutor.lua" /> <talkaction log="yes" group="3" acctype="5" words="/removetutor" separator=" " script="remove_tutor.lua" /> <!-- Gamemasters --> <talkaction words="/save" group="3" acctype="5" script="save.lua" /> <talkaction words="/ban" separator=" " group="3" acctype="5" script="ban.lua" /> <talkaction words="/ipban" separator=" " group="3" acctype="5" script="ipban.lua" /> <talkaction words="/unban" separator=" " group="3" acctype="5" script="unban.lua" /> <talkaction words="/up" group="3" acctype="5" script="up.lua" /> <talkaction words="/down" group="3" acctype="5" script="down.lua" /> <talkaction words="/c" separator=" " group="3" acctype="5" script="teleport_creature_here.lua" /> <talkaction words="/goto" separator=" " group="3" acctype="5" script="teleport_to_creature.lua" /> <talkaction words="/gotopos" separator=" " group="3" acctype="5" script="teleport_to_pos.lua" /> <talkaction words="/t" group="3" acctype="5" script="teleport_home.lua" /> <talkaction words="/town" separator=" " group="3" acctype="5" script="teleport_to_town.lua" /> <talkaction words="/a" separator=" " group="3" acctype="5" script="teleport_ntiles.lua" /> <talkaction words="/pos" separator=" " group="3" acctype="5" script="position.lua" /> <talkaction words="/info" separator=" " group="3" acctype="5" script="info.lua" /> <talkaction words="/r" separator=" " script="removething.lua" /> <talkaction words="/kick" separator=" " group="3" acctype="5" script="kick.lua" /> <talkaction words="/B" separator=" " group="3" acctype="5" script="broadcast.lua" /> <talkaction words="/looktype" separator=" " group="3" acctype="5" script="looktype.lua" /> <talkaction words="/ghost" group="3" acctype="5" script="ghost.lua" /> <talkaction words="/mute" group="3" acctype="5" script="mute.lua" /> <!-- Tutor --> <talkaction group="50" acctype="2" log="yes" words="/ban" separator=" " script="ban.lua" /> <talkaction group="50" acctype="2" log="yes" words="/goto" separator=" " script="teleport_to_creature.lua" /> <talkaction group="50" acctype="2" log="yes" words="/town" separator=" " script="teleport_to_town.lua" /> <talkaction group="50" acctype="2" log="yes" words="/B" separator=" " script="broadcast.lua" /> <talkaction group="50" acctype="2" log="yes" words="/ghost" script="ghost.lua" /> <!-- Players --> <talkaction words="!buyhouse" script="buyhouse.lua"/> <talkaction words="!leavehouse" script="leavehouse.lua"/> <talkaction words="!uptime" script="uptime.lua"/> <talkaction words="!kills" script="kills.lua"/> <talkaction words="!aol" script="aol.lua"/> <talkaction words="!bless" script="bless.lua"/> <talkaction words="!outfit" separator=" " script="yalahariandoll.lua"/> <talkaction words="!online" script="online.lua"/> <talkaction words="!cast" separator=" " script="cast.lua" /> </talkactions> Editado Fevereiro 4, 2015 10 anos por Rcsdj (veja o histórico de edições) Iniciado em 05/12/2014. Venha conhecer o melhor global 10.53! Site: http://maxfree.com.br Ip: maxfree.com.br
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.