Ir para conteúdo

Sttonix

Campones
  • Total de itens

    17
  • Registro em

  • Última visita

Sobre Sttonix

Informações

  • Char no Tibia
    Stik Flash
  • Forma que conheci o xTibia
    Outros Sites

Sttonix's Achievements

  1. Queria um sistema de aura que quando chegasse o boost +15 ele ganhasse uma aura , pode ser npc ou automatico .. os numero das aura sao 2469 e 2468 no meu sv Vlw
  2. Cara , quando eu entro em um teleport com o poke fora da Ball ele desaparece e buga , dai vocÊ reloga ele sai morto
  3. Peguei um gesior que amei o layout , porem , quando vc entra no site aparece uma imagem de uma promoção dai clica fechar , que eu não quero e tal , como faço pra tira ela do começo?
  4. http://pastebin.com/A33ZC8aN Ou se Preferir olhar pora qui mesmo... local config = { removeOnUse = "no", usableOnTarget = "yes", -- can be used on target? (fe. healing friend) splashable = "no", realAnimation = "no", -- make text effect visible only for players in range 1x1 healthMultiplier = 1.0, manaMultiplier = 1.0 } config.removeOnUse = getBooleanFromString(config.removeOnUse) config.usableOnTarget = getBooleanFromString(config.usableOnTarget) config.splashable = getBooleanFromString(config.splashable) config.realAnimation = getBooleanFromString(config.realAnimation) local POTIONS = { [8704] = {empty = 7636, splash = 2, health = {50, 100}}, -- small health potion [7618] = {empty = 7636, splash = 2, health = {100, 200}}, -- health potion [7588] = {empty = 7634, splash = 2, health = {200, 400}, level = 50, vocations = {3, 4, 7, 8}, vocStr = "knights and paladins"}, -- strong health potion [7591] = {empty = 7635, splash = 2, health = {500, 700}, level = 80, vocations = {4, 8}, vocStr = "knights"}, -- great health potion [8473] = {empty = 7635, splash = 2, health = {800, 1100}, level = 130, vocations = {4, 8}, vocStr = "knights"}, -- ultimate health potion [7620] = {empty = 7636, splash = 7, mana = {90, 170}}, -- mana potion [7589] = {empty = 7634, splash = 7, mana = {110, 190}, level = 50, vocations = {1, 2, 3, 5, 6, 7}, vocStr = "sorcerers, druids and paladins"}, -- strong mana potion [7590] = {empty = 7635, splash = 7, mana = {500, 800}, level = 80, vocations = {1, 2, 5, 6}, vocStr = "sorcerers and druids"}, -- great mana potion [8472] = {empty = 7635, splash = 3, health = {400, 600}, mana = {230, 380}, level = 80, vocations = {3, 7}, vocStr = "paladins"} -- great spirit potion } local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_TICKS, (getConfigInfo('timeBetweenExActions') - 100)) function onUse(cid, item, fromPosition, itemEx, toPosition) local potion = POTIONS[item.itemid] if(not potion) then return false end if(not isPlayer(itemEx.uid) or (not config.usableOnTarget and cid ~= itemEx.uid)) then if(not config.splashable) then return false end if(toPosition.x == CONTAINER_POSITION) then toPosition = getThingPos(item.uid) end doDecayItem(doCreateItem(2016, potion.splash, toPosition)) doTransformItem(item.uid, potion.empty) return TRUE end if(hasCondition(cid, CONDITION_EXHAUST_HEAL)) then doPlayerSendDefaultCancel(cid, RETURNVALUE_YOUAREEXHAUSTED) return TRUE end if(((potion.level and getPlayerLevel(cid) < potion.level) or (potion.vocations and not isInArray(potion.vocations, getPlayerVocation(cid)))) and not getPlayerCustomFlagValue(cid, PLAYERCUSTOMFLAG_GAMEMASTERPRIVILEGES)) then doCreatureSay(itemEx.uid, "Only " .. potion.vocStr .. (potion.level and (" of level " .. potion.level) or "") .. " or above may drink this fluid.", TALKTYPE_ORANGE_1) return TRUE end local health = potion.health if(health and not doCreatureAddHealth(itemEx.uid, math.ceil(math.random(health[1], health[2]) * config.healthMultiplier))) then return false end local mana = potion.mana if(mana and not doPlayerAddMana(itemEx.uid, math.ceil(math.random(mana[1], mana[2]) * config.manaMultiplier))) then return false end doSendMagicEffect(getThingPos(itemEx.uid), CONST_ME_MAGIC_BLUE) if(not realAnimation) then doCreatureSay(itemEx.uid, "Aaaah...", TALKTYPE_ORANGE_1) else for i, tid in ipairs(getSpectators(getCreaturePosition(cid), 1, 1)) do if(isPlayer(tid)) then doCreatureSay(itemEx.uid, "Aaaah...", TALKTYPE_ORANGE_1, false, tid) end end end doAddCondition(cid, exhaust) if(not potion.empty or config.removeOnUse) then doRemoveItem(item.uid, 1) return TRUE end doRemoveItem(item.uid, 0) doPlayerAddItem(cid, potion.empty, 0) doPlayerRemoveItem(cid, potion.empty, getPlayerItemCount(cid, potion.empty)) doPlayerAddItem(cid, potion.empty, getPlayerItemCount(cid, potion.empty)) return TRUE end
  5. Olá, Eu Estava com um OT Baiak no Ar , tudo normal. Quando resolvi criar um site com Gesior o Walef Xavier ( acho que é assim ). Tava Tudo normal , então fui já abrir o OT , mas as pots estavam sem Exhaust , ja tentei de tudo , to com o mesmo database , tudo do antigo OT que eu usava , só resetei pra por o site. e as pots tão sem exhaust nenhum, Alguém consegue ajudar ? Grato
  6. Sttonix

    Pedido De Script

    Quero arrumar o Script de Morrer , que nao apareça o corpo quando morre , tem como?
  7. Tipo , meu OT de Pokémon no Clean não recolhe os Monstros mortos nem players mortos , isso laga muito o server e prejudica. Se alguém conseguir alguma coisa que recolha todos os corpos estaria grato, inclusive dos pokés. 8,54 VERSÃO Pokétibia.
  8. só axei estranho ser black cat,sendo ele branco mas o mosntro ta legal
  9. não peguei msm atak do behe não olha : defense name="Ultimate Healing" chance="100" speed="2300" min="1337" max="1337"/> <defense name="Sudden Death" chance="40" speed="0"/>
  10. Bom,aqui vou postar meu segundo bixo espero que gostem e no final do post comento sobre ele. (Façam críticas construtivas se tiver algo ruim) Bom,antes de nada vá ate monsters.xml e ache a linha dos Giants e adicione a linha : Depois Crie um Arquivo .xml (com o nome Pai do Behe.xml) e Ponha Isto dentro dele : <?xml version="1.0"?> <monster name="Pai do Behe" nameDescription="Pai Do Behe" level="0" experience="45000" manacost="0" speed="420" race="2"> <health now="13000" max="13000"/> <strategy attack="720" defense="450"/> <targetchange speed="420" chance="75"/> <flags canpushitems="0" summonable="0" hostile="1" attackable="1" illusionable="0" convinceable="0" pushable="1" staticattack="0" targetdistance="0" runonhealth="0"/> <look type="55" head="0" body="0" legs="0" feet="0" addons="0" corpse="5999"/> <attacks> <attack name="melee" chance="1000" speed="2000" skill="420" attack="420" min="-1337" max="-1337"/> </attacks> <defenses defense="45" armor="10"> <defense name="Ultimate Healing" chance="100" speed="2300" min="1337" max="1337"/> <defense name="Strong Haste" chance="800" speed="4200"/> <defense name="Magic Prison" chance="0" speed="0"/> <defense name="Sudden Death" chance="40" speed="0"/> </defenses> <immunities> <immunity name="fire"/> <immunity name="lifedrain"/> <immunity name="paralyze"/> <immunity name="drunk"/> <immunity name="water"/> <immunity name="invisible"/> </immunities> <voices speed="2000" chance="50"> <voice sentence="Vem na minha meu querido"/> <voice sentence="Meu sonho e entrar no show do milhao;e quebrar o silvio ma hoe"/> </voices> <summons maxSummons="4"> <summon name="Behemoth" speed="1000" chance="10"/> </summons> <loot> <item id="2472" chance="300"/> <item id="7389" chance="1000"/> <item id="7389" chance="1518"/> </loot> </monster> Bom , O Pai do Behe é um Bixo Para Exp 25~700 Exp (Recomendado) Ele é forte,e pode dar combos muito fortes por isso nada de tentar matá-lo solo,leve Knights para Blokar,Druids para dar exura sio e sorcerers e palladins para shoter,ele pode trocar de alvo bastante por isso tente formar uma parede de kina,e cuide com a vida sempre deixando no verde,knights usar Uhp =) SS do Pai do Behe Obs : Colocar o Arquivo .xml na pasta dos Giants
  11. Obs : Ele tem uma vida também muito alta rsrsrs,se for um ot 2k+ exp o level minimo pra blocar a fera é um lvl 8k Kina Com MUITO Exura sio Pelo menos de 2 druid lvl 6k , por que os combos você pode morrer facilmente com um infeliz combo que iria zerar sua vida,e fugir dele não adianta ele é muito rapido e tem um paralize também extremo como ja falei
  12. Ta criativo até , talvez irei por no meu OT!
  13. KKKKKKKKKKKKKKKKKKKK,vo por algum ataque como uma "barrigada" nele,aumentar os hits etc para meu ot High Exp,ri das falas boa criatividade!
  14. Teria como postar print? Sempre gosto de pré visualizar!!
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...