Postado Abril 4, 2015 10 anos Estou tendo um problema na hora de trocar o clan no New Cliente. Como podem ver, quando eu clico em um dos clans, aparece "!vip60" Em modules > game_shop > Clans.otui Panel HorizontalSeparator height: 7 anchors.top: parent.top anchors.left: parent.left anchors.right: parent.right margin-top: -12 VerticalScrollBar id: scrollBar step: 50 pixels-scroll: true anchors.top: parent.top anchors.right: parent.right anchors.bottom: parent.bottom margin-bottom: 30 margin-top: 60 ScrollablePanel vertical-scrollbar: scrollBar anchors.top: parent.top anchors.left: parent.left anchors.right: scrollBar.left anchors.bottom: parent.bottom margin-right: 3 margin-bottom: 30 margin-top: 60 Button1 id: 1 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan1/1 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 0 @onClick: g_game.talk("!vip60") Button1 id: 1 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan5/1 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 50 @onClick: g_game.talk("!vip60") Button1 id: 2 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan1/2 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 100 @onClick: g_game.talk("!vip60") Button1 id: 2 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan5/2 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 150 @onClick: g_game.talk("!vip60") Button1 id: 3 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan1/3 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 200 @onClick: g_game.talk("!vip60") Button1 id: 3 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan5/3 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 250 @onClick: g_game.talk("!vip60") Button1 id: 4 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan1/4 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 300 @onClick: g_game.talk("!vip60") Button1 id: 4 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan5/4 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 350 @onClick: g_game.talk("!vip60") Button1 id: 5 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan1/5 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 400 @onClick: g_game.talk("!vip60") Button1 id: 5 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan5/5 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 450 @onClick: g_game.talk("!vip60") Button1 id: 6 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan1/6 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 500 @onClick: g_game.talk("!vip60") Button1 id: 6 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan5/6 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 550 @onClick: g_game.talk("!vip60") Button1 id: 7 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan1/7 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 600 @onClick: g_game.talk("!vip60") Button1 id: 7 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan5/7 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 650 @onClick: g_game.talk("!vip60") Button1 id: 8 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan1/8 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 700 @onClick: g_game.talk("!vip60") Button1 id: 8 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan5/8 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 750 @onClick: g_game.talk("!vip60") Button1 id: 9 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan1/9 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 800 @onClick: g_game.talk("!vip60") Button1 id: 9 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan5/9 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 850 @onClick: g_game.talk("!vip60") Alguém poderia me ajudar ?
Postado Abril 4, 2015 10 anos Panel HorizontalSeparator height: 7 anchors.top: parent.top anchors.left: parent.left anchors.right: parent.right margin-top: -12 VerticalScrollBar id: scrollBar step: 50 pixels-scroll: true anchors.top: parent.top anchors.right: parent.right anchors.bottom: parent.bottom margin-bottom: 30 margin-top: 60 ScrollablePanel vertical-scrollbar: scrollBar anchors.top: parent.top anchors.left: parent.left anchors.right: scrollBar.left anchors.bottom: parent.bottom margin-right: 3 margin-bottom: 30 margin-top: 60 Button1 id: 1 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan1/1 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 0 Button1 id: 1 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan5/1 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 50 Button1 id: 2 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan1/2 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 100 Button1 id: 2 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan5/2 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 150 Button1 id: 3 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan1/3 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 200 Button1 id: 3 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan5/3 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 250 Button1 id: 4 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan1/4 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 300 Button1 id: 4 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan5/4 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 350 Button1 id: 5 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan1/5 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 400 Button1 id: 5 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan5/5 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 450 Button1 id: 6 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan1/6 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 500 Button1 id: 6 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan5/6 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 550 Button1 id: 7 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan1/7 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 600 Button1 id: 7 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan5/7 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 650 Button1 id: 8 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan1/8 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 700 Button1 id: 8 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan5/8 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 750 Button1 id: 9 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan1/9 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 800 Button1 id: 9 !tooltip: tr('Arco-Íris') image-source: /images/shop/clan5/9 width: 415 height: 48 anchors.top: parent.top anchors.left: parent.left margin-top: 850
Postado Abril 4, 2015 10 anos O tópico foi movido para a área correta, preste mais atenção da próxima vez! Leia as regras do fórum: http://tibiaking.com/forum/topic/1281-regras-gerais/?p=7680 Este tópico foi movido: De: "OTServ → Suporte OTServ → Suporte de Scripts" Para: "OTServ → Suporte OTServ → Suporte de Clients" Te ajudei?? REP + e ficamos quites... http://www.tibiaking.com/forum/uploads/emoticons/default_happyy.png' alt=';D'> Atenciosamente, Daniel. Abraços! Meus tutoriais: Programação: Resolvendo QUALQUER erro na data base. Scripts (system's, creaturescripts, mod's, NPC's, etc): (Sistema) GOD Ambient Light Full. Adicionando novas mounts ao servidor [NPC] Papai Noel que dá presente todo ano. Web-site: Resolvendo problema de caracteres especiais em PHP Formatando textos em PHP! Mudando a cor, tamanho, fonte, etc. Criando e configurando tabelas para paginas PHP
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.