Tudo que helix758 postou
-
Magia vip
boa cara, brigadão, depois eu coloco um negocio mole na sua mão .
-
Magia vip
ela gasta mana e aparece no default o vodka mandou uma que está funcionando 100% local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_HITAREA) setCombatParam(combat, COMBAT_PARAM_USECHARGES, true) setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, true) setCombatArea(combat, createCombatArea(AREA_SQUARE1X1)) function onGetFormulaValues(cid, level, skill, attack, factor) local levelTotal = level * 0.3 local skillTotal = skill * attack local min = levelTotal + (skillTotal * 0.03) + 13 local max = levelTotal + (skillTotal * 0.08) + 27 return -math.ceil(min), -math.ceil(max) end setCombatCallback(combat, CALLBACK_PARAM_SKILLVALUE, "onGetFormulaValues") function onCastSpell(cid, var) if getPlayerStorageValue(cid, 13540) - os.time() <= 0 then doPlayerSendCancel(cid, "Essa magia só pode ser usada por jogadores Vips!") return false end return doCombat(cid, combat, var) end Porem só não tem aquela opção do Poff ei vodka tem como colocar a opção do pof ? pra ele pofar ?
-
Magia vip
Blz, se conseguir arrumar, agradeço essa aqui pegou vlw
-
Magia vip
-
Magia vip
local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_HITAREA) setCombatParam(combat, COMBAT_PARAM_USECHARGES, true) setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, true) setCombatArea(combat, createCombatArea(AREA_SQUARE1X1)) function onGetFormulaValues(cid, level, skill, attack, factor) local levelTotal = level * 0.3 local skillTotal = skill * attack local min = levelTotal + (skillTotal * 0.03) + 13 local max = levelTotal + (skillTotal * 0.08) + 27 return -math.ceil(min), -math.ceil(max) end setCombatCallback(combat, CALLBACK_PARAM_SKILLVALUE, "onGetFormulaValues") if getPlayerStorageValue(cid, 13540) - os.time() <= 0 then doPlayerSendCancel(cid, "Essa magia só pode ser usada por jogadores Vips!") and doSendMagicEffect (getThingPos(cid), 2) return false end function onCastSpell(cid, var) return doCombat(cid, combat, var) end
-
Magia vip
-
Magia vip
-
Magia vip
não funciona! fica como não existisse a magia
-
Magia vip
Poxa cara, funcionou 100% mas porem quando o cara utiliza a magia gasta mana e com isso o player pode treinar ml kkk e também aparece no default o nome exori, não tem como remover essas 2 coisas? fora isso tá funcionando 100% se tiver como remover esses 2 detalhes agradeço
-
Magia vip
function onStepIn(cid, item, position, fromPosition) local config = { msgDenied = "Você ainda não é vip, Adquira no nosso site. , ", msgWelcome = "Seja Bem Vindo a Area vip." } if getPlayerStorageValue(cid, 13540) - os.time() <= 0 then doTeleportThing(cid, fromPosition, true) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, config.msgDenied) doSendMagicEffect(getThingPos(cid), CONST_ME_MAGIC_BLUE) return TRUE end doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, config.msgWelcome) return TRUE end essa?
-
Magia vip
UNIQUEID 13540 não é action o outro que vc mandou é a vip que já ativa no site, certo? ai está -> uniqueid 13540
- [Monster BUG] Monstros não caminham em cima de corpos
-
Exp task
fala ae galera eu coloquei task no meu servidor , está funcionando 100% mas ao ganhar experience ele ganha a Experience normalmente, mas porem não sobe aquele efeito de exp no boneco , entenderam? vou colocar umas fotos na imagem abaixo para vc entenderem \/ é essa exp que não aparece no player o efeito, mas a exp está funcionando na task ele ganha xp mas n aparece o efeito, quem poder ajudar vou agradecer muito bom existe 2 script uma que fica no mod e a outra que fica na script dos npcs, acredito eu que seja dos npcs e então vou postar abaixo caso alguém peça kk \/ domodlib('task_func') 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 = NPCHANDLER_CONVbehavior == CONVERSATION_DEFAULT and 0 or cid local msg = string.lower(msg) if isInArray({"task","tasks","missao","mission"}, msg) then npcHandler:say("me diga qual task você quer {dragon}, {giant spider}, {rotworm} ou {skeleton}!", cid) talkState[talkUser] = 1 elseif talkState[talkUser] == 1 then if tasktabble[msg] then if CheckTask(cid) ~= true then local contagem = getPlayerStorageValue(cid, tasktabble[msg].storage) if (contagem == -1) then contagem = 1 end if not tonumber(contagem) then npcHandler:say('Desculpe, mas você já terminou a task do '..msg, cid) return true end setPlayerStorageValue(cid, tasktabble[msg].storage_start, 1) npcHandler:say("Parabéns, agora você está participando da missão task do "..msg..", falta matar "..string.sub(((contagem)-1)-tasktabble[msg].count, 2).." "..msg, cid) talkState[talkUser] = 0 else npcHandler:say('Desculpe, mas você já faz parte de uma task!', cid) talkState[talkUser] = 0 end else npcHandler:say('digite o nome correto da missão task! para mais informações digite {!task}', cid) talkState[talkUser] = 1 end elseif isInArray({"receber","reward","recompensa","report","reportar"}, msg) then if CheckTask(cid) then for k, v in pairs(tasktabble) do racetype = k if getPlayerStorageValue(cid,v.storage_start) >= 1 then local contagem = getPlayerStorageValue(cid, v.storage) if (contagem == -1) then contagem = 1 end if not tonumber(contagem) then npcHandler:say('você só pode receber os items uma única vez!', cid) return true end if (((contagem)-1) >= v.count) then for _, check in pairs(configbosses_task) do if string.lower(check.race) == string.lower(racetype) then local on = getPlayersOnline() for i=1, #on do if HavePlayerPosition(on, check.FromPosToPos[1],check.FromPosToPos[2]) then selfSay('aguarde alguns instantes, tem pessoas fazendo a task.', cid) return true end end doTeleportThing(cid, check.Playerpos) local function checkArea(cid) if not isCreature(cid) then return LUA_ERROR end if HavePlayerPosition(cid, check.FromPosToPos[1],check.FromPosToPos[2]) then doTeleportThing(cid, getTownTemplePosition(getPlayerTown(cid))) end end addEvent(checkArea, check.time*60*1000, cid) end end local str = "" if v.exp ~= nil then doPlayerAddExp(cid, v.exp ) str = str.."".. (str == "" and "" or ", ") .." "..v.exp.." de exp" end if v.money ~= nil then doPlayerAddMoney(cid, v.money) str = str.."".. (str == "" and "" or ", ") ..""..v.money.." gps" end if v.reward ~= nil then doAddItemsFromList(cid,v.reward) str = str.."".. (str == "" and "" or ", ") ..""..getItemsFromList(v.reward) end npcHandler:say("Obrigado pela sua ajuda Recompensas: "..(str == "" and "nenhuma" or ""..str.."").." por ter completado a task do "..k, cid) setPlayerStorageValue(cid, v.storage, "Finished") setPlayerStorageValue(cid, v.storage_start, 0) setPlayerStorageValue(cid, 521456, getPlayerStorageValue(cid, 521456) == -1 and 1 or getPlayerStorageValue(cid, 521456)+1) finisheAllTask(cid) else npcHandler:say('Desculpe,mas você só matou '..((contagem)-1)..' de '..v.count..' '..k, cid) end end end else npcHandler:say("você não está em nenhuma missão task", cid) end elseif isInArray({"sair","leave","exit"}, msg) then if CheckTask(cid) then talkState[talkUser] = 2 for k, v in pairs(tasktabble) do if getPlayerStorageValue(cid,v.storage_start) >= 1 then storagesair = v.storage_start local contagem = getPlayerStorageValue(cid, v.storage) if (contagem == -1) then contagem = 1 end npcHandler:say('você está participando de uma missão task do '..k..' e já tem '..((contagem)-1)..' '..k..' mortos, deseja mesmo sair?', cid) end end else npcHandler:say("você não está em nenhuma missão task", cid) end elseif msgcontains(msg, 'yes') and talkState[talkUser] == 2 then setPlayerStorageValue(cid, storagesair, 0) npcHandler:say("Você foi retirado da task com sucesso!", cid) elseif msg == "no" then selfSay("Tudo bem então", cid) talkState[talkUser] = 0 npcHandler:releaseFocus(cid) end return TRUE end npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback) npcHandler:addModule(FocusModule:new())
-
Distro
ai alguém poderia me arrumar uma distro que funcione 100%? eu baixei 4 distro diferente todas com algum bug dentro 1 - com 20 virus e parando de funcionar a cada 20 seng - mas porem acredito eu que está 100% 2 - com tibiacast 100% entrando no corpo 100% mas com o bug de criar guild não funciona , e ao matar o monstro os outros nao passam pelo corpo 3 - com tibiacast 100% mas com o bug da house ao cair o servidor as house não salvam 4 - 100% não tem tibiacast - não entra no corpo não cria guild também tenho que aprender a compilar é fácil ?
- [8.60] The Forgotten Server 0.4 By Fir3Element (SQL and MYSQL)
- [8.60] The Forgotten Server 0.4 By Fir3Element (SQL and MYSQL)
- [8.60] The Forgotten Server 0.4 By Fir3Element (SQL and MYSQL)
-
[8.60] The Forgotten Server 0.4 By Fir3Element (SQL and MYSQL)
Olá mas o scan está errado contem 20 virus https://virustotal.com/pt/file/b17c48431924bd25c0265ef917758d2c1a07c4506dde76396bb8f4de354ba5e7/analysis/1463808092/ mas mesmo assim com os 20 virus eu me confiei e abrir ele , mas ele fica online por 10 seng e depois para de funcionar a distro
- TFS 0.4 CAST
-
Galera é possivel ? se for ajuda aí
Galera gostaria de saber se é possivel se for possivel me postar a script tipo como todos sabem no script se vc colocar pra a wand hitar de 60 - 70 ele vai hitar de 60 à 70 em (MONSTRO) mas em player irar hitar a metade alguém é possivel colocar pra hitar 60 / 70 em monstro e 60 / 70 em player ? é isso que eu gostaria de por no meu noobwar quem poder me ajudar agradeço
-
é possível ?
Galera gostaria de saber se é possivel se for possivel me postar a script tipo como todos sabem no script se vc colocar pra a wand hitar de 60 - 70 ele vai hitar de 60 à 70 em (MONSTRO) mas em player irar hitar a metade alguém é possivel colocar pra hitar 60 / 70 em monstro e 60 / 70 em player ? é isso que eu gostaria de por no meu noobwar quem poder me ajudar agradeço
-
Magia vip
Não funcionou a magia não sai e nem pofa up
-
não juntar spear
ai galera como faço para a Spear vip não se juntar não poder ficar 2 etc... fica só UMA
-
Magia vip
assim, prem=1 está para premium account . mas estou falando para vip entendeu ?
-
Magia vip
aí galera alguém sabe como eu faço para colocar algumas magias só para players vips usarem e quando a vip acabar o player não poder usar mais? ex: só vips usam a magia EXORI GRAN obrigado pela atenção de todos resposta agradeço desde já