Ir para conteúdo

Sttonix

Campones
  • Total de itens

    17
  • Registro em

  • Última visita

Tudo que Sttonix postou

  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!!
  15. Poste o scan do arquivo,é bem como ele /\ falou melhor para quem vai fazer o down!
  16. Posta uma SS,fica melhor para antes de baixar já pré visualizar o conteúdo! :wink:
  17. Bom,este monster fiz para meu ot HIGH Exp o nome dele é The Killer e tem aparencia de um Mutated Rat. Bom,Vamos para os Scripts Crie um Arquivo .xml e Ponha este Script : [Ponha o Nome do Arquivo .xml como The Killer.xml] <?xml version="1.0" encoding="UTF-8"?> <monster name="The Killer" nameDescription="a The Killer" race="blood" experience="20000000" speed="4000" manacost="0"> <health now="400000000" max="400000000"/> <look type="305" head="113" body="114" legs="132" feet="132" addons="2" corpse="3128"/> <targetchange interval="60000" chance="0"/> <strategy attack="700" defense="900"/> <flags> <flag summonable="0"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="0"/> <flag convinceable="0"/> <flag pushable="0"/> <flag canpushitems="1"/> <flag canpushcreatures="1"/> <flag targetdistance="1"/> <flag staticattack="90"/> <flag runonhealth="0"/> <flag skull="black"/> </flags> <attacks> <attack name="melee" interval="2000" skill="5000" attack="5000" poison="1000"/> <attack name="lifedrain" interval="1000" chance="13" radius="8" target="0" min="-700000" max="-823000"> <attribute key="areaEffect" value="mortarea"/> </attack> <attack name="speed" interval="1000" chance="12" radius="6" target="0" speedchange="-10000" duration="2000"> <attribute key="areaEffect" value="poison"/> </attack> <attack name="strength" interval="1000" chance="12" radius="3" target="0"> <attribute key="areaEffect" value="blackspark"/> </attack> <attack name="exevo grav hur" interval="1000" chance="34" range="7" radius="7" target="1" min="-100000" max="-150000"> <attribute key="shootEffect" value="mort"/> <attribute key="areaEffect" value="mortarea"/> </attack> <attack name="manadrain" interval="1000" chance="7" length="0" spread="3" min="-200000" max="-320000"> <attribute key="areaEffect" value="energyarea"/> </attack> <attack name="physical" interval="1000" chance="7" length="8" spread="3" min="-50000" max="-100000"/> <attack name="energy" interval="1000" chance="9" length="8" spread="0" min="-7000" max="-50000"> <attribute key="areaEffect" value="redshimmer"/> </attack> <attack name="Divine Condition" interval="3000" chance="10" length="0" spread="0" min="-50000" max="-200000"> <attribute key="areaEffect" value="greenspark"/> </attack> <attack name="lifedrain" interval="1000" chance="15" length="8" spread="0" min="-90" max="-140"> <attribute key="areaEffect" value="redshimmer"/> </attack> <attack name="energy" interval="4000" chance="30" length="8" spread="0" min="-500000" max="-520000"> <attribute key="areaEffect" value="mortarea"/> </attack> </attacks> <defenses armor="200" defense="165"> <defense name="healing" interval="1000" chance="15" min="90000" max="200000"> <attribute key="areaEffect" value="blueshimmer"/> </defense> <defense name="speed" interval="2000" chance="8" speedchange="360" duration="6000"> <attribute key="areaEffect" value="redshimmer"/> </defense> </defenses> <immunities> <immunity physical="0"/> <immunity energy="1"/> <immunity fire="0"/> <immunity poison="1"/> <immunity lifedrain="1"/> <immunity paralyze="1"/> <immunity outfit="1"/> <immunity drunk="1"/> <immunity invisible="1"/> </immunities> </monster> Depois em monsters.xml adicione a linha : Bom,Como Jà Disse o The Killer é um monstro para OT HIGH EXP! Tem paralyzes muito fortes e combos mais ainda,heala etc... Bixo bom para invasões em ot High Exp,por favor Editem o Loot Dele como quizerem e a Exp dele E Também esqueci de dizer,que este é meu primeiro bixo então peguem leve e também aceito criticas para melhorar SS Sem anexo : http://yfrog.com/0lthekillerp Não consegui por SS já Aparecendo por isso botei linkada! Thekiller.bmp
  18. òtimo ! achei bem massa so vou almentar os hits dele pq meu ot é high exp
  19. Quero uma Magia Que Saia Do chao uns ferumbras pra sorc versao do tibia 8.50 pra Druid e sorc,Master Sorc Elder Druid... Gasta 3k de mana Lvl 1200 Pra Usar Vlw ai
  20. Bom,no Caso Frost Dragon Ja E Existente,mas apenas editado por mim... e bom para ots com exp mais de 400x Apenas substitua Isso : <?xml version="1.0"?> <monster name="Frost Dragon" nameDescription="a frost dragon" experience="180000" speed="1100" race="Undead"> <health now="80000" max="80000"/> <look type="248" head="20" body="30" legs="40" feet="50" corpse="7091"/> <strategy attack="200" defense="200"/> <targetchange chance="6"/> <flags> <flag canpushitems="1"/> <flag canpushcreatures="1"/> <flag hostile="1"/> <flag attackable="1"/> <flag illusionable="1"/> <flag pushable="0"/> <flag staticattack="70"/> <flag targetdistance="1"/> <flag runonhealth="250"/> </flags> <attacks> <attack name="melee" interval="2000" chance="100" skill="200" attack="200" range="1"/> <attack name="physical" interval="2000" chance="25" min="-80" max="-180" range="7" radius="4" target="1"> <attribute key="areaEffect" value="blackspark"/> <attribute key="shootEffect" value="energy"/> </attack> <attack name="physical" interval="3000" chance="20" min="-100" max="-260" length="7" spread="3"> <attribute key="areaEffect" value="poff"/> </attack> <attack name="melee" interval="2000" chance="19" skill="200" attack="200" max="-70" range="1" radius="3" target="0"> <attribute key="areaEffect" value="poff"/> </attack> <attack name="speed" interval="4000" chance="25" range="7" duration="50000" speedchange="-600"> <attribute key="areaEffect" value="redshimmer"/> </attack> </attacks> <defenses defense="200" armor="200"> <defense name="healing" interval="1000" chance="25" min="80" max="120"> <attribute key="areaEffect" value="blueshimmer"/> </defense> </defenses> <immunities> <immunity name="lifedrain"/> <immunity name="ice"/> <immunity name="paralyze"/> <immunity name="invisible"/> </immunities> <summons maxSummons="5"> <summon name="Apocalypse" speed="1000" chance="700"/> <summon name="Morgaroth" speed="1000" chance="700"/> </summons> <loot> <item id="1973" countmax="1" chance="5222"/> <item id="2004" countmax="1" chance="100000"> <inside> <item id="2146" countmax="1" chance="1483"/> <item id="2148" countmax="63" chance="88888"/> <item id="2160" countmax="15" chance="1000"/> <item id="2167" countmax="1" chance="2333"/> <item id="2528" countmax="1" chance="2200"/> <item id="7402" countmax="1" chance="885"/> <item id="7441" countmax="1" chance="2900"/> </inside> </item> <item id="2033" countmax="1" chance="1968"/> <item id="2148" countmax="100" chance="100000"/> <item id="2396" countmax="1" chance="1620"/> <item id="2492" countmax="1" chance="855"/> <item id="2498" countmax="1" chance="1200"/> <item id="2547" countmax="1" chance="3500"/> <item id="2672" countmax="1" chance="33000"/> <item id="2796" countmax="1" chance="8000"/> <item id="7290" countmax="1" chance="2777"/> </loot> </monster> Por O Seu Antigo Frost Dragon,Mas Antes Nao Esqueça de Fazer o Backup Do Seu frost dragon velho,caso queira por ele denovo no seu server... e o meu primeiro bixo editado,por isso nao queiram demais ainda :X Foram Apenas Trocados Os Hits Do Frost e O Sumon Foi Adicionado,O Loot voce pode escolher pois eu nao mudei,apenas o gold q cai... SS : corrigindo : Note que No Começo , Depois de Substitua Por isso Tem : [code] Tirem o [code][code] corrigindo² : o speed dele tbm ta aumentado ;.
  21. boa manooooooo,vlw ai veio vc tem razao e pra os q tem raiva de qm fica subindo e dessendo scada =) ja ja vo por no meu ot !
  22. Tem Como Por OT Com Hamachi no OTServ List ? :s
  • Quem Está Navegando   0 membros estão online

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