Ir para conteúdo

Astalavistababy

Membro
  • Registro em

  • Última visita

Histórico de Curtidas

  1. Curtir
    Astalavistababy deu reputação a IagoNp em [Ajuda]Piso que teleporta   
    Fácil amigo, faça o seguinte.
     
    Vai na pasta movements/scripts copie e renomeie o arquivo.lua para tiletp ou o nome que achar melhor.
     
    Dentro do arquivo cole isto aqui: 
    local pos = {x = 1226, y = 800, z = 7} function onStepIn(cid, item, position, fromPosition) if getPlayerAccess(cid) then doTeleportThing(cid, pos) doSendMagicEffect(getThingPos(cid), 37) end return true end As posições é a única coisa que precisa configurar.
     
    Em movements/movements.xml adicione essa tag:
    <movevent type="StepIn" actionid="23020" event="script" value="tiletp.lua"/> Actionid = id do piso que você vai configurar no Mapa Editor.
    Value = o nome do arquivo que você criou.
     
    Pronto, teste e veja se funcionou!
  2. Gostei
    Astalavistababy deu reputação a Vodkart em (Resolvido)NPC Cledwyn - Silver token trader   
    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg) end function onThink() npcHandler:onThink() end function creatureSayCallback(cid, type, msg) if(not npcHandler:isFocused(cid)) then return false end local talkUser,msg,str = NPCHANDLER_CONVbehavior == CONVERSATION_DEFAULT and 0 or cid,msg:lower(),"" local moeda = 10581 -- ID DA SILVER TOKEN local t = { ["boots of haste"] = {amount = 10, item = {2195,1}}, ["demon helmet"] = {amount = 11, item = {2493,1}}, ["frozen starlight"] = {amount = 30, item = {2361,1}}, ["spellbook of dark mysteries"] = {amount = 20, item = {8918,1}}, ["royal crossbow"] = {amount = 20, item = {8851,1}}, ["stuffed dragon"] = {amount = 30, item = {5791,1}}, ["star tear"] = {amount = 100, item = {7735,1}}, ["jester staff"] = {amount = 100, item = {7958,1}}, ["vancini axe"] = {amount = 100, item = {8925,1}}, ["firewalker boots"] = {amount = 50, item = {9932,1}}, ["flame blade"] = {amount = 100, item = {8931,2}} } if (msgcontains(msg, 'trade') or msgcontains(msg, 'TRADE'))then str = str .. "Pode trocar suas SILVER TOKENS por: " for name, ret in pairs(t) do str = str.." {"..name.."} = "..ret.amount.." Moedas /" end npcHandler:say(str, cid) elseif t[msg] then local item, amount = t[msg].item[1], t[msg].item[2] if doPlayerRemoveItem(cid,moeda, t[msg].amount) then if isItemStackable(item) or amount == 1 then doPlayerAddItem(cid, item, amount) else for i = 1, amount do doPlayerAddItem(cid, item, 1) end end npcHandler:say("Aqui está "..amount.." ".. getItemNameById(item) .."!", cid) else npcHandler:say("Você precisa de "..t[msg].amount.." ".. getItemNameById(moeda), cid) end end return true end npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback) npcHandler:addModule(FocusModule:new())  
     
     
     
  3. Gostei
    Astalavistababy deu reputação a kranzix em [Link Quebrado] [ModenAcc] WebSite Otpokemon V4.0 Completo   
    Fala TibiaKG's!!
     
    Essa é a Atualização V4.0 Do WebSite OTPokemon Espero Que Curtam As Novidades
     
     
    EDIÇÃO
     
    *Adicionado Poke Of Day (Editavel Na index.tpl Do Template)
    *Adicionado Facebook News (Editavel Na index.tpl Do Template)
    *Shop e Doação ( Disponiveis )
    *Nova Template
    *Atualizado Style.css
    *Deixei Apenas Um Mundo (BLUE) Disponivel Porque Muitos Estavam Com Dificuldades Para Tirar Os Outros
    *Sistema De Tradução
    Dentre Outras...
     
    PRINT



     
    DOWNLOAD
     
    MediaFire



     
    ATENÇÃO:senha para descompactar (otpokemon!) Sem Parenteses.
     
    SCAN



    CRÉDITOS
     
    Kranzix (Edição Geral)
    ModenAcc (Base)
    ---------------------------------------------------------------------------------------------------------------------------
    REP + SÃO BEM-VINDOS!!
  4. Gostei
    Astalavistababy deu reputação a TheSource em [Modern Acc] OTPokemon Template   
    Esse template é bastante igual ao do otpokemon com uns reparos pequenos ele fica perfeito, aproveitem.

    Demonstração







    Scan




     
    Créditos:
    Douglas Wanzzine

    Download




Informação Importante

Confirmação de Termo