Tudo que mauriciooz postou
-
Algum Script que faça horestis volta com o salve
Galera é o seguinte to precisando de um script que quando o server salva as 6 da amanha a tumba de horestis volta tipo os vasos volta e fica inteiros de novo alguem sabe ? alguém?
-
Stamina refil e Item que entrega todas bless
[C]: in function 'getPlayerStamina' data/actions/scripts/absolutestamina.lua:4: in function <data/actions/scripts/absolutestamina.lua:1>
-
Stamina refil e Item que entrega todas bless
Não deu certo não o tfs aqi e 1.0 ALGUÉM?
-
Alesar bugado como arruma?
local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) 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 local function getTable() local list = { {id = 2532, buy = 5000, sell = 900, name='Ancient Shield'}, {id = 2489, buy = 1500, sell = 400, name='Dark Armor'}, {id = 2490, buy = 1000, sell = 250, name='Dark Helmet'}, {id = 2396, buy = 5000, sell = 0, name='Ice Rapier'}, {id = 2409, buy = 6000, sell = 900, name='Serpent Sword'}, {id = 2529, buy = 0, sell = 800, name='Black Shield'}, {id = 7428, buy = 0, sell = 10000, name='Bonebreaker'}, {id = 2434, buy = 0, sell = 2000, name='Dragon Hammer'}, {id = 7419, buy = 0, sell = 15000, name='Dreaded Cleaver'}, {id = 7860, buy = 0, sell = 2000, name='Earth Knight Axe'}, {id = 7875, buy = 0, sell = 2000, name='Energy Knight Axe'}, {id = 7750, buy = 0, sell = 2000, name='Fiery Knight Axe'}, {id = 2393, buy = 0, sell = 17000, name='Giant Sword'}, {id = 7407, buy = 0, sell = 8000, name='Haunted Blade'}, {id = 7769, buy = 0, sell = 2000, name='Icy Knight Axe'}, {id = 2476, buy = 0, sell = 5000, name='Knight Armor'}, {id = 2430, buy = 0, sell = 2000, name='Knight Axe'}, {id = 2477, buy = 0, sell = 5000, name='Knight Legs'}, {id = 2663, buy = 0, sell = 150, name='Mystic Turban'}, {id = 7421, buy = 0, sell = 22000, name='Onyx Flail'}, {id = 7411, buy = 0, sell = 20000, name='Ornamented Axe'}, {id = 2411, buy = 0, sell = 50, name='Poison Dagger'}, {id = 2436, buy = 0, sell = 6000, name='Skull Staff'}, {id = 2479, buy = 0, sell = 500, name='Strange Helmet'}, {id = 7413, buy = 0, sell = 4000, name='Titan Axe'}, {id = 2528, buy = 0, sell = 8000, name='Tower Shield'}, {id = 2534, buy = 0, sell = 15000, name='Vampire Shield'}, {id = 2475, buy = 0, sell = 5000, name='Warrior Helmet'} } return list end local function creatureSayCallback(cid, type, msg) local talkUser = NPCHANDLER_CONVBEHAVIOR == CONVERSATION_DEFAULT and 0 or cid local player = Player(cid) -- GREET if(msg == "DJANNI'HAH" or (getPlayerStorageValue(cid,GreenDjinn.MissionEnd) >= 3 and msg == "hi")) then if(player:getStorageValue(Factions) > 0) then npcHandler:addFocus(cid) if(player:getStorageValue(BlueDjinn.MissionStart) < 1 or not BlueOrGreen) then npcHandler:say("What do you want from me, " .. getCreatureName(cid) .."?", cid) npcHandler:addFocus(cid) end end end -- GREET if(not npcHandler:isFocused(cid)) then return false end -- Mission 2 - The Tear of Daraman if(msgcontains(msg, "mission")) then if(player:getStorageValue(GreenDjinn.MissionStart+1) == 4 and player:getStorageValue(GreenDjinn.MissionStart+2) < 1) then npcHandler:say({"So Baa'leal thinks you are up to do a mission for us? ...", "I think he is getting old, entrusting human scum such as you are with an important mission like that. ...", "Personally, I don't understand why you haven't been slaughtered right at the gates. ...", "Anyway. Are you prepared to embark on a dangerous mission for us?"}, cid, 0, 1, 3500) npcHandler.topic[cid] = 1 elseif(player:getStorageValue(GreenDjinn.MissionStart+2) == 2) then npcHandler:say("Did you find the tear of Daraman?", cid) npcHandler.topic[cid] = 2 end -- Mission 2 - The Tear of Daraman elseif(msgcontains(msg, "yes")) then if(npcHandler.topic[cid] == 1) then npcHandler:say({"All right then, human. Have you ever heard of the {'Tear of Daraman'}? ...", "They are precious gemstones made of some unknown blue mineral and possess enormous magical power. ...", "If you want to learn more about these gemstones don't forget to visit our library. ...", "Anyway, one of them is enough to create thousands of our mighty djinn blades. ...", "Unfortunately my last gemstone broke and therefore I'm not able to create new blades anymore. ...", "To my knowledge there is only one place where you can find these gemstones - I know for a fact that the Marid have at least one of them. ...", "Well... to cut a long story short, your mission is to sneak into Ashta'daramai and to steal it. ...", "Needless to say, the Marid won't be too eager to part with it. Try not to get killed until you have delivered the stone to me."}, cid, 0, 1, 4500) npcHandler.topic[cid] = 0 player:setStorageValue(GreenDjinn.MissionStart+2, 1) elseif(npcHandler.topic[cid] == 2) then if(player:removeItem(cid, 2346, 1)) then npcHandler:say({"So you have made it? You have really managed to steal a Tear of Daraman? ...", "Amazing how you humans are just impossible to get rid of. Incidentally, you have this character trait in common with many insects and with other vermin. ...", "Nevermind. I hate to say it, but it you have done us a favour, human. That gemstone will serve us well. ...", "Baa'leal, wants you to talk to Malor concerning some new mission. ...", "Looks like you have managed to extended your life expectancy - for just a bit longer."}, cid, 0, 1, 4000) npcHandler.topic[cid] = 0 player:setStorageValue(GreenDjinn.MissionStart+2, 3) end end end if (msgcontains(msg, "bye") or msgcontains(msg, "farewell")) then npcHandler:say("Finally.", cid) npcHandler.topic[cid] = 0 npcHandler:releaseFocus(cid) npcHandler:resetNpc(cid) end return true end local function onTradeRequest(cid) TradeRequest(cid, npcHandler, getTable(), GreenDjinn, 4) end npcHandler:setCallback(CALLBACK_ONTRADEREQUEST, onTradeRequest) npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback) up upe aee ALGUEM ME AJUDA AE Viiting??
-
Stamina refil e Item que entrega todas bless
da esse erro ai [C]: in function 'getPlayerStamina' data/actions/scripts/absolutestamina.lua:4: in function <data/actions/scripts/absolutestamina.lua:1>
-
Sr.Samuel banido
MAIS AQI É UM FORUM PESSOAS QUE AJUDA ELE AJUDAVA SIM AGORA PODE IR EM TODOS MEUS TOPICOS QUE FIZ OLHA SE ALGUM MODERADOR ADMIN OU COISA PARECIDA ME AJUDO ALGUMA VEZ E AINDA BANI AS PESSOAS QUE AJUDA AS OUTRAS QUE DEIXE FALA COISAS SEM SENTIDOS PELO MENOS ALGUMA COISA ELE TAVA FAZENDO
-
Sr.Samuel banido
BEM POSSO DIZER AQUI QUE PELO MENOS ELE ME AJUDO DIFERENTE DE MUITOS TUTOR E ADMIN QUE TEM AQUI :]
-
Galera estou tendo erro no PAGSEGURO
Bem eu instalei o pagseguro no meu site so que na hora de paga e tudo vai certinho recebo o dinheiro certo so que o premium pot n cai na conta da pessoa que compro como faço para arruma isso ??
-
Arrumando npc addoner versao 10.41
alguém pode me ajuda estou tendo problema em achar um script de addoner que funcione 100% sem bug alguem tem ai para a versão 10.41
-
Alesar bugado como arruma?
Galera to com um bug no npc alesar ele está bugado quando estou fazendo a quest ele pede a tear of daram.. ai eu vo la pego a gota la so que quando volto nele e falo com ele, ele simplesmente fica respondendo de eu estou com a tear e eu falo yes so que não dá nada
-
NPCS BUGADOS AJUDA AQI
Galera alguém sabe como arruma o bugs do avar ta quando vai pedi ele addons outfi e bug também no npc Alesar quando esta fazendo a quest quando vou entrega a Tear of Dar para ele e nao da up up
-
(Resolvido)Não consigo acessar area de admin do site
EU BAIXEI OURO GESIOR UNIR OS 2 EM UM SO E FUNCIONOU DE BOA SO DEU UM BUGZINHO DE NA ELE MEIO Q DUPLICO O ESPAÇO DO FACEBOOK ONDE FICA ELE EM VEZ DE TER 1 TEM 2 AGORA SO ISSO PROBLEMA RESOLVIDO JOGUEI EM PAGE_ACESS 555 E FUNCIONOU DE BOA :]
-
(Resolvido)Não consigo acessar area de admin do site
voce pode me ajuda a add isso so fala os passos q eu faço
-
(Resolvido)Não consigo acessar area de admin do site
Nossa Samuel é que eu gostei muito do site aqui não teria como arruma isso?
-
(Resolvido)Não consigo acessar area de admin do site
sim ja coloquei mas como e mysql ele o playr fica group_id 3 e accont fica la type 5 mais mesmo assim ja tentei coloca group 6 também e não deu
-
(Resolvido)Não consigo acessar area de admin do site
Gente estou com um Gesior aqui e não estou conseguindo acessar a pagina do admin para posta noticia ou mecher no shop do site eu estou usando esse gesior http://www.tibiaking.com/forum/topic/36413-2015-gesior-2012-10-v2-atualizado/ ja acessei no mysql page_acess em 3 e 6 mais ainda não funcionou alguem pode me ajuda?
-
[2015] Gesior 2012 1.0 - V2 - Atualizado
aaah pf sabe tudo de otserv então pq o Puff no seu servido te engano fazendo vc da itens para ele? opa arruma essa quest ai The Gravedigger of Drefia Quest << pq o que voce fez foi arruma um bug e depois buga os pilares e o restante da quest toda para no final da os itens pro players isso não e arruma so para voce sabe quer que eu fale da tumba de Horestis que ta bugadona tbm que voce quebra 5 vasos nasce 6 Horestis? do seu server ou voce que que eu te conte sobre o bug de tira pk do seu servido que é so entra no dp e some o battle ah mais isso tudo vc ja sabia né vo discutir com voce não porque so de entra no seu servido eu percebi como voce sabe tudo de otserv
-
(Resolvido)Erro no shop
Galera baixei um site e a database desse site que veio com ele mas infelizmente não funcionou no server eu ja editei globalevents e criei o script shop.lua também mas se alguem tive a solução para esse erro ai agradeço OBS: EU COMPRO O ITEM NO SHOP E ELE NÃO CHEGA NO OT
-
[2015] Gesior 2012 1.0 - V2 - Atualizado
Ana Paula primeiramente voce deveria sabe pois o shop e do seu site estou usando o arquivo que voce posto a sua database então sim esse é o local certo agora se voce nao sabe resolve ou não pode resolve então nem responda a pergunta porque se voce disponibiliza um arquivo falando que esta funcionando e não está eu estou aqui para verificar então em vez de reporta procura resolve os problemas se não souber não responda deixe quem saiba
-
[2015] Gesior 2012 1.0 - V2 - Atualizado
pode posta os scripts que vc usa pq ja tentei de tudo ja criei esses arquivos procurei na internet mais da esse erro ai o
-
[2015] Gesior 2012 1.0 - V2 - Atualizado
Erro fatal : Chamada a uma função membro fetch () em um não-objeto em C: \ xampp \ htdocs \ classes \ account.php na linha 33 Ana o site ta funcionando perfeitamente so tenho 2 problemas na verdade acho que é bug pode me ajuda tipo quando compra no site o item ele n vai para o dp nem para bp o item nao chega mais os pontos sao descontados pode me ajuda?
-
(Resolvido)Galera to com erro na tumba de horestis HELP
eu abrir o actions achei a linha dele ai <action fromaid="50006" toaid="50010" script="other/horestisjars.lua"/> depois fui ate o aquivo horestisjars.lua e la ta assim local config = { jarPositions = { [1] = Position({x = 32991, y = 32721, z = 8}), [2] = Position({x = 32940, y = 32778, z = 9}), [3] = Position({x = 32985, y = 32772, z = 10}), [4] = Position({x = 32936, y = 32752, z = 11}), [5] = Position({x = 32979, y = 32737, z = 12}) }, time = 3600, brokenJarId = 13495, chance = 5, randomText = {"Waaaaaah", "You are too afraid to destroy this object"}, bossName = "Horestis", bossPosition = Position({x = 32941, y = 32793, z = 12}) } function onUse(cid, item, fromPosition, itemEx, toPosition) local player = Player(cid) if itemEx.itemid == 13500 then if player:getStorageValue(item.actionid) > os.time() then player:say("You are too afraid to destroy this object", TALKTYPE_ORANGE_1) return true end player:setStorageValue(item.actionid, os.time() + config["time"]) local rand = math.random(100) if rand > config["chance"] then player:say(config["randomText"][math.random(#config["randomText"])], TALKTYPE_ORANGE_1) return true end Item(item.uid):transform(config["brokenJarId"]) for i = 1, #config["jarPositions"] do local tile = config["jarPositions"]:getTile() if tile then local thing = tile:getItemById(config["brokenJarId"]) if thing and thing:isItem() then broken = 1 else broken = 0 break end end end if broken > 0 then Game.createMonster(config["bossName"], config["bossPosition"]) end else player:say("This jar is already broken!", TALKTYPE_ORANGE_1) end return true end o que ta de errado ai?? outra coisa ta muito dificil de quebra o vaso ajuda nisso também?
-
(resolvido) Pedido NPCS
eu preciso do npc alesar pode me ajuda? quando estou fazendo a quest Djinn quando vou entrega a Tear of da... para ele, ele fica calado nao responde e to com bug no npc avar tar para pega outf e addons nele pode me ajuda nele também? e na tumba de horestis
-
(Resolvido)Galera to com erro na tumba de horestis HELP
Galera to com um erro na tumba de horestis na hora consigo quebra um vaso so que o horestis não nasce tem alguem que saiba arruma?
-
(Resolvido)Experiencia diferenciada por level
VALEU SAMUEL CONSEGUI :] eu agora to com um problema na tumba de horestis ele nao nasce quando quebra o vaso fora que e muito dificil de quebra algum vaso pode me ajuda?