Ir para conteúdo

Feedback

Problemas? Sugestões? Poste aqui.


Subfóruns

    • Não há posts ainda

Explore Perguntas

Não há nenhuma pergunta popular de mostrar agora

  1. 0 votos
    0 respostas
  2. 0 votos
    0 respostas
  3. 0 votos
    0 respostas
  4. 0 votos
    1 resposta
  5. tibia.hopesoft.com.br

    Perguntado por jrtecnologias,

    0 votos
    0 respostas

16 questões neste fórum

  1. 0 votos
    1 resposta
  2. 0 votos
    0 respostas
  3. 0 votos
    0 respostas
  4. 0 votos
    0 respostas
  5. 0 votos
    3 respostas
  6. tibia.hopesoft.com.br

    0 votos
    0 respostas
  7. EMPIRE SERVER TESTE SERVER ONLINE

    0 votos
    0 respostas
  8. Ajuda via Discord

    0 votos
    3 respostas
  9. NTO PLUS

    0 votos
    0 respostas
  10. Supremuserv

    0 votos
    0 respostas
  11. Baiak Tribe/Dragontorra 8.60

    0 votos
    0 respostas
  12. Poke Lute II

    0 votos
    3 respostas
  13. Poketibia

    1 voto
    0 respostas
  14. servs to tibia

    0 votos
    0 respostas
  15. 0 votos
    0 respostas
  16. 1 voto
    0 respostas
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
  • Mais Reputados

  • Tópicos

  • Últimos Posts

    • Fildena XXX 100mg is a medicine for treating Erectile Dysfunction (ED) and Pulmonary Arterial Hypertension (PAH). Its active component Sildenafil Citrate enhances blood flow in penile and aids in getting an erection during sexual activity. This pill is available in a variety of strengths, and its dosage can be adjusted based on the individual’s condition and response to treatment.   This medicine works by inhibiting PDE-5, which is an enzyme that reduces the amount of cGMP (cyclic guanosine monophosphate) in the body. cGMP helps in the relaxation of muscles in the penile region, and this allows for an easy flow of blood. It is recommended that you take this medication 30 to 60 minutes before sexual activity.   Do not use this medication if you have had a heart attack, a stroke, or eye problems like non-arteritic anterior ischemic optic neuropathy (NAION). It may worsen these conditions. You may also have a higher risk of stomach bleeding or ulcers with this medicine. This drug should not be used by people who have sickle cell anemia, as it raises the risk of a dangerous complication called vaso-occlusive crisis.   The side effects of Fildena XXX 100 medicine are usually mild and temporary. However, if they are serious, you should contact your doctor. Some of the common side effects of this medication are headache, flushing, nausea, stomach upset, or dizziness. These side effects can be prevented by avoiding alcohol and other medications that interact with this medicine.   You should inform your doctor of any medical or health conditions that you have, including: heart disease, high blood pressure, liver or kidney disease, diabetes, or any allergies. You should also tell your doctor about any foods, herbs, or dietary supplements you are taking. This information will help your doctor decide if Fildena 100 is safe for you to take.   Fildena XXX 100 medication should be taken exactly as prescribed by your doctor. Do not increase or decrease the dose without approval from your doctor. Do not take this medication with any other ED medicines, as the combination can cause a dangerous reaction. This includes nitrates such as Nitroglycerin, Isosorbide Dinitrate, and Isosorbide Mononitrate. In addition, you should not take this medicine with rifampicin or phenytoin, as they can interfere with the effectiveness of this medication.
    • e presiso do loguin e senha da sua internet
    • NAO APARECE DANGER! ACTION:   local config = { effectonuse = 65, -- efeito que sai levelscrit = 100, --- leveis que terão storagecrit = 48904 -- storage que será verificado } function onUse(cid, item, frompos, item2, topos) if getPlayerStorageValue(cid, config.storagecrit) < config.levelscrit then doRemoveItem(item.uid, 1) doSendMagicEffect(topos,config.effectonuse) doPlayerSendTextMessage(cid,22,"You've Leveled your Critical Skill to ["..(getPlayerStorageValue(cid, config.storagecrit)+1).."/"..config.levelscrit.."].") setPlayerStorageValue(cid, config.storagecrit, getPlayerStorageValue(cid, config.storagecrit)+1) elseif getPlayerStorageValue(cid, config.storagecrit) >= config.levelscrit then doPlayerSendTextMessage(cid,22,"You've already reached the MAX level of Critical Skill.\nCongratulations!!!!") return 0 end return 1 end     local config = { effectonuse = 65, -- efeito que sai levelscrit = 100, --- leveis que terão lvlcritDanger = 48913 -- storage que será verificado } function onUse(cid, item, frompos, item2, topos) if getPlayerStorageValue(cid, config.lvlcritDanger) < config.levelscrit then doRemoveItem(item.uid, 1) doSendMagicEffect(topos,config.effectonuse) doPlayerSendTextMessage(cid,22,"You've Leveled your Critical Skill to ["..(getPlayerStorageValue(cid, config.lvlcritDanger)+1).."/"..config.levelscrit.."].") setPlayerStorageValue(cid, config.lvlcritDanger, getPlayerStorageValue(cid, config.lvlcritDanger)+1) elseif getPlayerStorageValue(cid, config.lvlcritDanger) >= config.levelscrit then doPlayerSendTextMessage(cid,22,"You've already reached the MAX level of Critical Skill.\nCongratulations!!!!") return 0 end return 1 end   CREATURESCRIPT:   local lvlcrit = 48904 local lvlcritDanger = 48913 local multiplier = 1.5 function onCombat(cid, target) if isPlayer(cid) and isCreature(target) then local criticalChance = getPlayerStorageValue(cid, lvlcrit) or 0 local criticalDangerChance = getPlayerStorageValue(cid, lvlcritDanger) or 0 local chance = math.random(1, 1000) -- Mantém um intervalo razoável if chance <= (criticalChance * 3) then local damage = 100 -- Valor do dano crítico BOOSTER (ajuste conforme necessário) doTargetCombatHealth(cid, target, COMBAT_PHYSICALDAMAGE, -damage, -damage, 255) doSendAnimatedText(getCreaturePos(target), "+BOOSTER!", 31) doSendMagicEffect(getCreaturePosition(cid), 54) elseif chance <= (criticalDangerChance * 3) then local damage = 100 -- Valor do dano crítico DANGER (ajuste conforme necessário) doTargetCombatHealth(cid, target, COMBAT_PHYSICALDAMAGE, -damage, -damage, 255) doSendAnimatedText(getCreaturePos(target), "DANGER!", 190) doSendMagicEffect(getCreaturePosition(cid), 52) end end return true end  
    • fala pessoal blz, bom vamos la, alguma alma sabia para poder me ajudar com um script? o problema é que ao entrar na sala do boss isso tudo normal, transformamos os cristais normalmente, de verde para rosa, posterior aparece o Ferumbras Soul Splinter normal, depois de matá-lo, aparece os Ferumbras Essence normal, e ao passar eles pelo vortex eles se tranformam em poeira tbm normal, porem ao passarem todos pelos vortex, teria que nascer um Ferumbras Desestabilizado e ai que esta o problema, além dos rift invasor da sala não sumirem o ferumbras tbm não nasce na sala, se eu sumono ele com o GM e mato ele na sala, ai o ferumbras mortal sheel aparece normal e quando ele morre o portal se transforma no que vai para sala de recompensa, normalmente. em fim acredito que o problema está neste meio tempo, entre as ferumbras essência e as ferumbras Desestabilizadas. o arquivo vortex, o que acredito que este com problema esta na pasta: movimento/ quest/ ferumbras_ascendant vortex.lua rift_invader_death.lua ferumbras_lever.lua
×
×
  • Criar Novo...