Tudo que Fausto32 postou
-
Peça seu Mapa - GuizitoG
Vlw No Aguardo
-
Ajuda em um bug no zombie event!
blz já to criando aqui no World mais nem garanto q termine agr pqê quero por o mais completo possivel sem pontas soltas Zombie + Talk + Portal + Php + Tutorial xD
-
Ajuda em um bug no zombie event!
Mano e vou postar meu proprio script de zombie e ti passo o link só vai demorar um tikim sem muito tempo :z Ele tem nem um erro garanto total funcionabilidade em TFS 0.4 por talkaction e teleport
-
Peça seu Mapa - GuizitoG
Mano eu nem sei como eh feita uma area de fogo acho q mais natural néh k
-
Peça seu Mapa - GuizitoG
Quadrado e meio classico néh? Tipo quero misto meio quadrado não todo meio complicado sem virar um labirinto k como c achar qfica massa adequado a um mapa de evento
- Pedido de marca de sangue
-
Peça seu Mapa - GuizitoG
Ficha de pedido: Local desejado: Area Para FireStorm Event ! Nível de detalhamento: Médio Adicionais: Ahh faz uma paradinha bem infernozênho mermo nem mt pequeno nem mt grande pra um evento/o evento consiste somente em uma chuva de fogo quem não for atingido ganha 1 . Versão: 8.60 Download Privado .
- Erro no Console SOCORRO!
-
Erro no Console SOCORRO!
Mano eu penssei nisso tambem pode ser sim pqê tipo meu pc eh 2.5Gb fui tentar rodar em um de 2Gb sóh dai deu isso ae provavelmente e a falta de memoria mesmo Tipo pode ser pelo aumento do mapa sei lá '-' ou até esse monte de erro tambem pode ajudar mais não isso pqê o meu não tem erro nem um e memoria mesmo provavelmente !
- Erro no Console SOCORRO!
-
[PEDIDO] Macro
Mano nem precisava comprar c fosse pra comprar recomendaria magebot o melhor na minha opinião mais enfim o Elf faz isso ai até o MCV mais esse ai nunca usei procure um tutorial dele era mais facil ñ ? http://www.tibiadash.com/2010/05/tutorial-bbot-completo.html "
-
Premio ao logar pela primeira vez
Mano c pode usar o mesmo script do firstitems tá ligado ? só por pra ganhra 1 coisa sóh e mudar as storages caso c num tenha ele ai tá aqui : data\creaturescripts\scripts function onLogin(cid) if getPlayerGroupId(cid) == 1 and getPlayerStorageValue(cid, 50000) == -1 then if isSorcerer(cid) then local bag = doPlayerAddItem(cid, 9774, 1) doAddContainerItem(bag, 2120, 1) doAddContainerItem(bag, 2554, 1) doAddContainerItem(bag, 2152, 20) doAddContainerItem(bag, 2789, 20) doPlayerAddItem(cid, 2525, 1) doPlayerAddItem(cid, 2190, 1) doPlayerAddItem(cid, 2463, 1) doPlayerAddItem(cid, 2457, 1) doPlayerAddItem(cid, 2647, 1) doPlayerAddItem(cid, 2643, 1) setPlayerStorageValue(cid, 50000, 1) elseif isDruid(cid) then local bag = doPlayerAddItem(cid, 9774, 1) doAddContainerItem(bag, 2120, 1) doAddContainerItem(bag, 2554, 1) doAddContainerItem(bag, 2152, 20) doAddContainerItem(bag, 2789, 20) doPlayerAddItem(cid, 2525, 1) doPlayerAddItem(cid, 2182, 1) doPlayerAddItem(cid, 2463, 1) doPlayerAddItem(cid, 2457, 1) doPlayerAddItem(cid, 2647, 1) doPlayerAddItem(cid, 2643, 1) setPlayerStorageValue(cid, 50000, 1) elseif isPaladin(cid) then local bag = doPlayerAddItem(cid, 9774, 1) doAddContainerItem(bag, 2120, 1) doAddContainerItem(bag, 2554, 1) doAddContainerItem(bag, 2152, 20) doAddContainerItem(bag, 2789, 20) doPlayerAddItem(cid, 2389, 3) doPlayerAddItem(cid, 2525, 1) doPlayerAddItem(cid, 2457, 1) doPlayerAddItem(cid, 2643, 1) doPlayerAddItem(cid, 2647, 1) doPlayerAddItem(cid, 2463, 1) setPlayerStorageValue(cid, 50000, 1) elseif isKnight(cid) then local bag = doPlayerAddItem(cid, 9774, 1) doAddContainerItem(bag, 2120, 1) doAddContainerItem(bag, 2554, 1) doAddContainerItem(bag, 2152, 20) doAddContainerItem(bag, 8601, 1) doAddContainerItem(bag, 2383, 1) doAddContainerItem(bag, 2417, 1) doAddContainerItem(bag, 2789, 20) doPlayerAddItem(cid, 2525, 1) doPlayerAddItem(cid, 2463, 1) doPlayerAddItem(cid, 2457, 1) doPlayerAddItem(cid, 2647, 1) doPlayerAddItem(cid, 2643, 1) setPlayerStorageValue(cid, 50000, 1) end end return TRUE end Dai c escolhe c eh o mesmo item pra todos só apagar esses ai e deixar só o q vc quer creaturescripts.xml <event type="login" name="FirstItems" event="script" value="firstitems.lua"/> data\creaturescripts\scripts Registro no Login.lua registerCreatureEvent(cid, "FirstItems") í tá ae Espero ter ajudado!
-
Ajuda em um bug no zombie event!
POis eh mano o script já eh responsavel por isso tá ligado? ele já faz isso c não da erro de distro e vc instalou o script corretamente o erro deve tar nas coordenadas .. pode passar o link do topico q tu pegou seu evento ?
- Bug Quando Morre
- Server Global
-
Npc que troca item raro por item de refinação.
Data/npc changer.xml <?xml version="1.0" encoding="UTF-8"?> <npc name="Luke" script="data/npc/scripts/ladrao.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="152" head="95" body="95" legs="29" feet="56" addons="2" corpse="6080"/> <parameters> <parameter key="message_greet" value="E ai mano! Seguinte, voce parece ser gente fina, ta afim de fazer um {rolo}?" /> </parameters> </npc> \data\npc\scripts changer.lua 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 onPlayerEndTrade(cid) npcHandler:onPlayerEndTrade(cid) end function onPlayerCloseChannel(cid) npcHandler:onPlayerCloseChannel(cid) end npcHandler:addModule(shopModule) function creatureSayCallback(cid, type, msg) if(not npcHandler:isFocused(cid)) then return false end local talkUser = NPCHANDLER_CONVBEHAVIOR == CONVERSATION_DEFAULT and 0 or cid local item = 4874 local item2 = 5893 if(msgcontains(msg, 'rolo') or msgcontains(msg, 'pick')) then if(getPlayerStorageValue(cid, 30005) == -1) then selfSay('Consegui aqui uma dwarven pickaxe... Que foi? Roubei mesmo, aquele mineiro de Gloria so pensa em dinheiro, nao sabe dividir. Enfim, preciso de uma {perfect behemoth fang}, quer trocar?', cid) talkState[talkUser] = 1 else selfSay('O que? Some daqui cara, a gente ja negociou o que devia!', cid) end elseif(msgcontains(msg, 'yes')) then if(talkState[talkUser] == 1) then if doPlayerRemoveItem(cid, item2, 1) then doPlayerRemoveItem(cid, item2, 1) doPlayerAddItem(cid, item, 1) selfSay('Hoho, valeu fera.', cid) setPlayerStorageValue(cid, 30005, 1) else selfSay('Esta tentando passar a perna em quem? Voce nao tem o que eu preciso.', cid) end end talkState[talkUser] = 0 elseif(msgcontains(msg, 'no') and isInArray({1}, talkState[talkUser]) == TRUE) then selfSay('Ok. Nem ligo.', cid) talkState[talkUser] = 0 end return true end npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback) npcHandler:addModule(FocusModule:new()) O Npc tá ai :} c pode mudar as falas k e facil vêr ai onde fica. E o Loot: <item id="7618" chance="1400"/> Ai em chance c configura a facilidade de loot q vai ter quanto menor o numero menor a chance de drop só adicionar essa linha no meio dos loots da criatura desejada
-
sistema vip premium account
Tem como ser mais especifico ? falar qual a diferença o q quer q mude ..
-
[DUVIDA] MarkeT System 8.6 ?
Resumindo vai ter q ser cliente proprio apenas então acho q nem vale a pena :z sem falar o trabalho q vai dar .
- [Resolvido] [Duvida] Como POr Exaust No Help?
- Mafia easy
-
[Pedido] script de {vip} do lado do nome
http://tibiaking.com/forum/topic/7507-perfect-vip-system-20/ Saka ae num achei oq tu queria separado mais ai eh incluso espero ter ajudado .
-
Ajuda em um bug no zombie event!
Mano primeiro não faça isso de por resp lá isso só vai atrapalhar e o evento nunca vai funcionar como deveria néh .. da algum erro na distro? c der ajudaria vc postar aqui ..
-
Novo Item On game com mesma sprite
Tenho varios itens duplicados no meu server os vips saka ? pra num ter risco de dropar e tals olha ae . http://tibiaking.com/forum/topic/15337-criando-dois-items-com-a-mesma-sprite/ Programa recomendo o OTB Item Editor pqê tive problemas em achar a versão do meu otb e ele já mostra qual e i e so por a spr e dat dele na pasta do programa .. Ps: Recomendo fazer backup da otb antes de tentar duplicar algo ..
- Duvida erro na house
-
[Ajuda] Items Iniciais
Aiai uso essa e funciona perfeitamente .. c ta criando chares novos ? por quer pode ser as storages ... c não for nada disso tente por mod : mods/firstitems.xml <?xml version="1.0" encoding="UTF-8"?> <mod name="First Items" version="1.0" author="The Forgotten Server" contact="otland.net" enabled="no"> <config name="firstitems_config"><![CDATA[ config = { storage = 30001, items = {2050, 2382} } ]]></config> <event type="login" name="FirstItems" event="script"><![CDATA[ domodlib('firstitems_config') function onLogin(cid) if getPlayerStorageValue(cid, 30001) == -1 then if getPlayerVocation(cid) == 1 or getPlayerVocation(cid) == 5 or getPlayerVocation(cid) == 9 then doPlayerAddItem(cid, 2190, 1)--Wand Of Vortex doPlayerAddItem(cid, 2175, 1)--Spellbook doPlayerAddItem(cid, 8820, 1)--Mage hat doPlayerAddItem(cid, 8819, 1)--Magician Robe doPlayerAddItem(cid, 2648, 1)--Chain Legs doPlayerAddItem(cid, 2173, 1)--Amulet of loss doPlayerAddItem(cid, 2643, 1)--Leather Boots doPlayerAddItem(cid, 2004, 1)--Golden Backpack doPlayerAddItem(cid, 2152, 25)--Money doPlayerAddItem(cid, 2273, 50)--UH doPlayerAddItem(cid, 2268, 50)--SD doPlayerSendTextMessage(cid,22,""..getPlayerName(cid).." you now have the first Wizard items.") end if getPlayerVocation(cid) == 2 or getPlayerVocation(cid) == 6 or getPlayerVocation(cid) == 10 then doPlayerAddItem(cid, 2182, 1)--Snakekbite Rod doPlayerAddItem(cid, 2175, 1)--Spellbook doPlayerAddItem(cid, 8820, 1)--Mage hat doPlayerAddItem(cid, 8819, 1)--Magician Robe doPlayerAddItem(cid, 2648, 1)--Chain Legs doPlayerAddItem(cid, 2173, 1)--Amulet of loss doPlayerAddItem(cid, 2643, 1)--Leather Boots doPlayerAddItem(cid, 2004, 1)--Golden Backpack doPlayerAddItem(cid, 2152, 25)--Money doPlayerAddItem(cid, 2273, 50)--UH doPlayerAddItem(cid, 2268, 50)--SD doPlayerSendTextMessage(cid,22,""..getPlayerName(cid).." you now have the first Prophet items.") end if getPlayerVocation(cid) == 3 or getPlayerVocation(cid) == 7 or getPlayerVocation(cid) == 11 then doPlayerAddItem(cid, 2389, 2)--Spear doPlayerAddItem(cid, 2530, 1)--Copper Shield doPlayerAddItem(cid, 2660, 1)--Cloak doPlayerAddItem(cid, 8923, 1)--Legs doPlayerAddItem(cid, 2173, 1)--Amulet of loss doPlayerAddItem(cid, 2643, 1)--Leather Boots doPlayerAddItem(cid, 2004, 1)--Golden Backpack doPlayerAddItem(cid, 2456, 1)--Bow doPlayerAddItem(cid, 2152, 25)--Money doPlayerAddItem(cid, 2273, 50)--UH doPlayerSendTextMessage(cid,22,""..getPlayerName(cid).." you now have the first Assassin items.") end if getPlayerVocation(cid) == 4 or getPlayerVocation(cid) == 8 or getPlayerVocation(cid) == 12 then doPlayerAddItem(cid, 2481, 1)--Soldier Helmet doPlayerAddItem(cid, 2465, 1)--Brass Armor doPlayerAddItem(cid, 2509, 1)--Steel Shield doPlayerAddItem(cid, 2478, 1)--Brass Legs doPlayerAddItem(cid, 2173, 1)--Amulet of loss doPlayerAddItem(cid, 2643, 1)--Leather Boots doPlayerAddItem(cid, 2004, 1)--Golden Backpack doPlayerAddItem(cid, 2152, 25)--Money doPlayerAddItem(cid, 2273, 50)--UH doPlayerAddItem(cid, 8602, 1)--Sword doPlayerAddItem(cid, 2439, 1)--Club doPlayerAddItem(cid, 8601, 1)--Axe doPlayerSendTextMessage(cid,22,""..getPlayerName(cid).." you now have the first Warrior items.") end setPlayerStorageValue(cid, 30001, 1) end return TRUE end ]]></event> </mod>