Ir para conteúdo
  • Cadastre-se

Addondoll e Moundoll tfs 1.2


Posts Recomendados

Boa Tarde,

 

 

 

Alguem tem a script de addondoll e mountdoll para tfs 1.2 porque a que eu tinha do tfs 1.0 não funciona =/

 

 

 

 

abs

 

Link para o post
Compartilhar em outros sites
local config = {

    ['citizen'] = { male = 128, female = 136 },
    ['hunter'] = { male = 129, female = 137 },
    ['mage'] = { male = 130, female = 141 },
    ['knight'] = { male = 131, female = 139 },
    ['noble'] = { male = 132, female = 140 },
    ['summoner'] = { male = 133, female = 138 },
    ['warrior'] = { male = 134, female = 142 },
    ['barbarian'] = { male = 147, female = 143 },
    ['druid'] = { male = 148, female = 144 },
    ['wizard'] = { male = 149, female = 145 },
    ['oriental'] = { male = 150, female = 146 },
    ['pirate'] = { male = 151, female = 155 },
    ['assassin'] = { male = 152, female = 156 },
    ['beggar'] = { male = 153, female = 157 },
    ['shaman'] = { male = 154, female = 158 },
    ['norseman'] = { male = 251, female = 252 },
    ['nightmare'] = { male = 268, female = 269 },
    ['jester'] = { male = 273, female = 270 },
    ['brotherhood'] = { male = 278, female = 279 },
    ['demonhunter'] = { male = 289, female = 288 },
    ['yalaharian'] = { male = 325, female = 324 },
    ['wedding'] = { male = 328, female = 329 },
    ['warmaster'] = { male = 335, female = 336 },
    ['wayfarer'] = { male = 367, female = 366 },
    ['afflicted'] = { male = 430, female = 431 },
    ['elementalist'] = { male = 432, female = 433 },
    ['deepling'] = { male = 463, female = 464 },
    ['insectoid'] = { male = 465, female = 466 },
    ['entrepreneur'] = { male = 472, female = 471 },
    ['crystal warlord'] = { male = 512, female = 513 },
    ['soil guardian'] = { male = 516, female = 514 },
    ['demon'] = { male = 541, female = 542 },
    ['cave explorer'] = { male = 574, female = 575 },
    ['dream warden'] = { male = 577, female = 578 },
    ['glooth engineer'] = { male =610, female =618 },
    ['jersey'] = { male = 619, female = 620 },
    ['champion'] = { male =633 , female = 632 },
    ['conjurer'] = { male = 634, female = 578 },
    ['beastmaster'] = { male = 637, female =636  },
    ['chaos acolyte'] = { male = 664, female = 665 },
    ['death herald'] = { male = 667, female = 578 },
    ['ranger'] = { male = 684, female = 683 },
    ['ceremonial grab'] = { male = 695, female = 694 },
    ['puppeteer'] = { male = 697, female = 696 },
    ['spirt caller'] = { male = 699, female = 698 },
}

function onSay(cid, words, param)
    local targetOutfit = config[param:lower()]
    if not targetOutfit then
        return false
    end

    local player = Player(cid)
    if player:getSex() == 0 then
        if param == 'mage' then
            targetOutfit.female, targetOutfit.male = 138, 133
        elseif param == 'summoner' then
            targetOutfit.female, targetOutfit.male = 141, 130
        end
    end

    if player:hasOutfit(player:getSex() == 0 and targetOutfit.female or targetOutfit.male, 3) then
        player:sendTextMessage(MESSAGE_EVENT_ADVANCE, 'You have already obtained the ' .. param .. ' addons.')
        return false
    end

    if not player:removeItem(8982, 1) then
        player:sendTextMessage(MESSAGE_EVENT_ADVANCE, 'You need an addon doll.')
        return false
    end

    player:addOutfitAddon(targetOutfit.female, 3)
    player:addOutfitAddon(targetOutfit.male, 3)
    player:sendTextMessage(MESSAGE_EVENT_ADVANCE, 'You have received the ' .. param .. ' addons!')
    player:getPosition():sendMagicEffect(CONST_ME_FIREWORK_YELLOW)
    return false
end
function onSay(cid, words, param)
    local mounts = {
        ["widow"] = {id = 1},
        ["bird"] = {id = 2},
        ["bear"] = {id = 3},
        ["sheep"] = {id = 4},
        ["panther"] = {id = 5},
        ["draptor"] = {id = 6},
        ["titanica"] = {id = 7},
        ["lizzard"] = {id = 8},
        ["blazebringer"] = {id = 9},
        ["rapidboar"] = {id = 10},
        ["stampor"] = {id = 11},
        ["undeadcavebear"] = {id = 12},
        ["donkey"] = {id = 13},
        ["slug"] = {id = 14},
        ["uniwheel"] = {id = 15},
        ["crystalwolf"] = {id = 16},
        ["panda"] = {id = 19},
        ["dromedary"] = {id = 20},
        ["kingscorpion"] = {id = 21}
    }
   
    local p = Player(cid)
    if(p:getItemCount(9019) > 0) then
        local t = mounts[string.lower(param)]
        if(param ~= "" and t) then
            if(t and not p:hasMount(t.id)) then
                p:removeItem(9019, 1)
                p:sendTextMessage(MESSAGE_INFO_DESCR, "Sua mount foi adicionada!")
                p:getPosition():sendMagicEffect(CONST_ME_GIFT_WRAPS)
                p:addMount(t.id)
            else
                p:sendTextMessage(MESSAGE_INFO_DESCR, "Voce ja tem esta mount.")
            end
        else
            p:sendTextMessage(MESSAGE_INFO_DESCR, "Digite novamente, algo está errado!")
        end
    else
        p:sendTextMessage(MESSAGE_INFO_DESCR, "Voce não tem um mount doll!")
    end
return true
end

Edite os addons/mounts que voce queira..

discord.pngDiscord: vankk #7765

Precisando de ajuda? Entre em contato comigo via Discord.

 

Muitos vêm seus muitos dias de glória, mas poucos vêm seus muitos dias de luta.

Link para o post
Compartilhar em outros sites

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.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo