Spell bar, uma janela com botões que soltam magias.
Nome: Spell Bar Descrição: Atalho para soltam magias. Autor: Eduardo Vicente (Banana Fight) ++ Zeh(Shaykie) Website: www.xtibia.com
Versão 2.0
Features: - Solta magias, temporizador para poder usar denovo - Corrigido para deslogar e remover a janela.
Novidades
Adicionado configuração de level e minimo de mana para usar

Download
Instalação
Adicione o Mod, dentro da pasta
otclient-master\Mods
Como configurar:
Criando um novo botão
SpellGroupIcon id: ID DO BOTÃO image-source: IMAGEM DO ICONE anchors.top: parent.top anchors.left: parent.left margin-left: 5 SpellProgressSpell id: ID DO CONTADOR anchors.fill: groupIconAttack !tooltip: tr('MENSAGEM QUE APARECE QUANDO DEIXA MOUSE ENCIAM') @onClick: SpellSkill('VALOR DO SCRIPT QUE VAI EXECUTAR')
Como Fica
SpellGroupIcon id: groupIconSpecial image-source: moves_icon/Special.png anchors.top: parent.top anchors.left: groupIconSupport.right margin-left: 5 SpellProgressSpell id: progressSpellSpecial anchors.fill: groupIconSpecial !tooltip: tr('Special') @onClick: SpellSkill('4')
Parte do .Lua
Embaixo de:
elseif numeskill == '4' then Spell = 'progressSpellSpecial' GrpSpell = 'groupIconSpecial' TimeSpell = 1200 spellText = 'Exori Gran' level = 8 mana = 20
Adicione isso:
elseif numeskill == '4' then Spell = 'ID DO CONTADOR' GrpSpell = 'ID DO BOTÃO' TimeSpell = TEMPO PRA USAR DE NOVO spellText = 'MAGIA QUE VAI USAR' level = LEVEL MINIMO mana = MANA MINIMA
E pronto, você adicionou um novo botão, não esqueça de ir aumentando o tamanho da janela conforme for adicionando botões.