-
Total de itens
120 -
Registro em
-
Última visita
-
Dias Ganhos
1
Tudo que lucasatak postou
-
[Tópico Bugado] Passe Em Cima Do Gelo E Entao...que Frio!
um tópico no fórum postou lucasatak Lixeira Pública
Fala ae galera,to voltando aos poucos para o :XTibia_smile: Entao vamo lá,hoje meu trabalhinho é bem simples,voce está andando e de repente passa em cima do gelo e voce automaticamente fala Que Frio! Primeiro vá em ot/data/movements/scripts copie qualquer arquivo e renomeio para quefrio e cole isto \/ ----- Script by LucasAtak ----function onStepIn(cid, item, position, fromPosition) ---- Config ---- doSendAnimatedText(getPlayerPosition(cid), "Que Frio!", TEXTCOLOR_LIGHTBLUE) ---------------- if item.actionid == 4322 and status == 0 then doPlayerSendTextMessage(cid, 22, msg3) setPlayerStorageValue(cid,486,1) else doPlayerSendTextMessage(cid, 22, msg1) setPlayerStorageValue(cid,486,0) end end Agora vá em data/movements/movements.xml e cole isto \/ <movevent event="StepIn" actionid="4322" script="quefrio.lua"/> ID Do Gelo: 486 Action Id que voce irá colocar nele: 4322 Ss: Aqui -
[Arquivado][moveevent] Nahruto's Car [atualizado]
tópico respondeu ao makabrotaliban de lucasatak em Noticias - Arquivo
Eu n entendi uma coisa,aonde eu ponho isso --> Function isWall... Brigado! Eu n entendi uma coisa,aonde eu ponho isso --> Function isWall... Brigado! -
To querendo mapa pbot 8.4 , alguem me passa? :PP , e to jogando seu ot, Ystifler muiito legal, Falo!
-
Amigo,2 coisas, a 1° é: esse ot tem teleports? e a 2° Tenta escrever direito ae não existe "mas grande" e sim MAIOR! Quanto ao mapa eu achei legal mas o dp está muito pequeno,tente aumentar ele,ou botar 2 andares,trainers, etc. Abraços!
-
Amigo,você só modificou a magia "Exori",mas tudo bem!
-
Amigo,você podia bota algum efeito de ataque junto com ela né? mais tudo bem,magia simples,mais bem legal! mais só tem 1 erro,se a pessoa estiver na sua frente,não da para usar a magia! Abraços!
-
Muito bom,continue assim. Abraços!
-
2 Coisas,uma delas é uma dica -->Por exemplo você colocou a foto ali quase que eu nao vi a foto,tente colocar no spoiler e em cima escrito em vermelho FOTOS,sei la mais modifica isso,quanto a wand,efeito bom,gostei. Abraço!
-
Fala galera,to trazendo aqui 3 magias pra acompanhar o exana pox,portanto,ficarei muito tempo fora do xtibia por causa dos estudos,brigado! Iremos fazer todos .lua primeiro! Vamo lá! Vá no seu ot/data/spells/scripts/healing e copie qualquer arquivo,cole,renomeio para Anti Drunk e cole isto \/ local combat = createCombatObject()setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0) setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_DRUNK) function onCastSpell(cid, var) return doCombat(cid, combat, var) end Ainda em healing copie qualquer arquivo,cole,renomeio para Anti Paralyze e cole isto \/ local combat = createCombatObject()setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0) setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_PARALYZE) function onCastSpell(cid, var) return doCombat(cid, combat, var) end Ainda em healing copie qualquer arquivo,cole,renomeio para Anti Fogo e cole isto \/ local combat = createCombatObject()setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0) setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_FIRE) function onCastSpell(cid, var) return doCombat(cid, combat, var) end Pronto,como podem ver só muda uma palavra mais como falei elas são SIMPLES! Agora vamo em ot/data/spells/spells.xml e cole essas 3 tags \/ 1° </instant> <instant name="Iee" words="Exana Drunk" lvl="30" mana="70" prem="1" selftarget="1" aggressive="0" exhaustion="1000" needlearn="0" script="healing/Anti Drunk.lua"> <vocation name="Sorcerer" /> <vocation name="Druid" /> <vocation name="Paladin" /> <vocation name="Knight" /> <vocation name="Master Sorcerer" /> <vocation name="Elder Druid" /> <vocation name="Royal Paladin" /> <vocation name="Elite Knight" /> 2° </instant> <instant name="Ieeee" words="Exana Paralyze" lvl="30" mana="70" prem="1" selftarget="1" aggressive="0" exhaustion="1000" needlearn="0" script="healing/Anti Paralyze.lua"> <vocation name="Sorcerer" /> <vocation name="Druid" /> <vocation name="Paladin" /> <vocation name="Knight" /> <vocation name="Master Sorcerer" /> <vocation name="Elder Druid" /> <vocation name="Royal Paladin" /> <vocation name="Elite Knight" /> 3° </instant> <instant name="Ieeeeee" words="Exana Fire" lvl="30" mana="70" prem="1" selftarget="1" aggressive="0" exhaustion="1000" needlearn="0" script="healing/Anti Fogo.lua"> <vocation name="Sorcerer" /> <vocation name="Druid" /> <vocation name="Paladin" /> <vocation name="Knight" /> <vocation name="Master Sorcerer" /> <vocation name="Elder Druid" /> <vocation name="Royal Paladin" /> <vocation name="Elite Knight" /> *Lembrando que a primeira tira o drunk (bêbado)! *Segunda tira a paralyzia! *Terceira tira o fogo! Valeu galera,até qualquer dia ai,comentem! Abraços!
-
Fala galera to trazendo aqui a madona moster,não sei se postaram aqui já,mais vo coloca pra vcs Vá em ot --> data --> monster --> copie qualquer arquivo.xml cole e renomeio para Madona e cole isto \/ <?xml version="1.0" encoding="UTF-8"?><monster name="madona" nameDescription="a madona" race="blood" experience="300000" speed="5000" manacost="0"> <health now="300000" max="300000"/> <look type="288" head="79" body="114" legs="114" feet="0" corpse="5986"/> <targetchange interval="5000" chance="8"/> <strategy attack="100" defense="0"/> <flags> <flag summonable="0"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="1"/> <flag convinceable="0"/> <flag pushable="0"/> <flag canpushitems="0"/> <flag canpushcreatures="0"/> <flag targetdistance="1"/> <flag staticattack="90"/> <flag runonhealth="10"/> </flags> <attacks> <attack name="melee" interval="2000" skill="82" attack="200"/> </attacks> <defenses armor="6" defense="13"/> <elements> <element earthPercent="22"/> <element holyPercent="17"/> <element icePercent="-8"/> <element deathPercent="-5"/> </elements> <voices interval="5000" chance="10"> <voice sentence="VAMO DANÇAR?!"/> </voices> <loot> <item id="3976" countmax="10" chance1="50000" chancemax="0"/> <item id="2671" countmax="3" chance1="80000" chancemax="0"/> <item id="2671" countmax="2" chance1="80000" chancemax="0"/> </loot> </monster> Agora vá em data --> monster --> monster.xml e cole isto \/ <monster name="Madona" file="Madona.xml"/> Imagem --> Ss Aqui! Valeu galera,topico pequeno mais bixo novo Comentem aee, Abraço!
-
Valeu pelo elogio ae Abraço!
-
[npc]addon Por Item, Com Todos Os Outfits.
tópico respondeu ao alissonlinneker de lucasatak em NPCs, monsters e raids
Testei aqui,ficou muito bom,parabens Alisson e valeu! -
Fala galera to trazendo aqui 3 npc pra condominio eles n fazem nada apenas ficam lá e conversam com você Vamo lá,primeiro vá em data/npc/scripts copie qualquer arquivo,cole,renomeio para Porteiro e cole isto \/ local focus = 0local talk_start = 0 local target = 0 local following = false local attacking = false function onThingMove(creature, thing, oldpos, oldstackpos) end function onCreatureAppear(creature) end function onCreatureDisappear(cid, pos) if focus == cid then selfSay('Tchau, Volte sempre.') focus = 0 talk_start = 0 end end function onCreatureTurn(creature) end function msgcontains(txt, str) return (string.find(txt, str) and not string.find(txt, '(%w+)' .. str) and not string.find(txt, str .. '(%w+)')) end function onCreatureSay(cid, type, msg) msg = string.lower(msg) if (msgcontains(msg, 'hi') and (focus == 0)) and getDistanceToCreature(cid) < 4 then selfSay('Ola ' .. creatureGetName(cid) .. 'Voce Está Em Um Condominio Com Casas Caras,Compre Uma,Vale a Pena!".') focus = cid talk_start = os.clock() elseif msgcontains(msg, 'hi') and (focus ~= cid) and getDistanceToCreature(cid) < 4 then selfSay('Desculpe, ' .. creatureGetName(cid) .. '!Ja Falo Com Você Um Minuto!.') elseif focus == cid then talk_start = os.clock() if msgcontains(msg, 'sim') then selfSay('20k pra cima!') talk_state = 1 elseif msgcontains(msg, 'yes') then selfSay('Descendo Mais 1 Poco Tem Mais Casas!') talk_state = 2 elseif talk_state == 1 then if msgcontains(msg, 'si') then if pay(cid,0) then selfSay('Oque custa?.') else selfSay('Desculpe,Nao Posso Te Dar Dinheiro!.') end end talk_state = 0 elseif talk_state == 2 then if msgcontains(msg, 'yes') then if pay(cid,0) then selfSay('COMPRA UMA POR FAVOR!.') else selfSay('Mal Educado.') end end talk_state = 0 elseif msgcontains(msg, 'bye') and getDistanceToCreature(cid) < 4 then selfSay('Tchau, ' .. creatureGetName(cid) .. '!') focus = 0 talk_start = 0 end end end function onCreatureChangeOutfit(creature) end function onThink() doNpcSetCreatureFocus(focus) if (os.clock() - talk_start) > 30 then if focus > 0 then selfSay('Proximo Porfavor...') end focus = 0 end if focus ~= 0 then if getDistanceToCreature(focus) > 5 then selfSay('Tchau, Tchau Amigo.') focus = 0 end end end Agora vá em data/npc/ e copie qualquer arquivo .XML cole,renomeio para Porteiro Ze e cole isto \/ <?xml version="1.0" encoding="UTF-8"?><npc name="Porteiro Ze" script="data/npc/scripts/Porteiro.lua" autowalk="1" floorchange="0" access="5"> <health now="100" max="100"/> <look type="143" head="25" body="21" legs="22" feet="12" addons="2"/> <parameters> <parameter key="message_greet" value="Hello |PLAYERNAME|."/> </parameters> </npc> 2° Agora vá em data/npc/scripts copie qualquer arquivo,cole,renomeio para Zelador e cole isto \/ local focus = 0local talk_start = 0 local target = 0 local following = false local attacking = false function onThingMove(creature, thing, oldpos, oldstackpos) end function onCreatureAppear(creature) end function onCreatureDisappear(cid, pos) if focus == cid then selfSay('Tchau, Volte sempre.') focus = 0 talk_start = 0 end end function onCreatureTurn(creature) end function msgcontains(txt, str) return (string.find(txt, str) and not string.find(txt, '(%w+)' .. str) and not string.find(txt, str .. '(%w+)')) end function onCreatureSay(cid, type, msg) msg = string.lower(msg) if (msgcontains(msg, 'hi') and (focus == 0)) and getDistanceToCreature(cid) < 4 then selfSay('Ola ' .. creatureGetName(cid) .. 'Eu Sou o Zelador Mario, Prazer!".') focus = cid talk_start = os.clock() elseif msgcontains(msg, 'hi') and (focus ~= cid) and getDistanceToCreature(cid) < 4 then selfSay('Desculpe, ' .. creatureGetName(cid) .. '!Ja Falo Com Você Um Minuto!.') elseif focus == cid then talk_start = os.clock() if msgcontains(msg, 'prazer') then selfSay('Eu e o Zé Trocamos De Turno.') talk_state = 1 elseif msgcontains(msg, 'sim') then selfSay('Compre uma Casa e ajude nois!!') talk_state = 2 elseif talk_state == 1 then if msgcontains(msg, 'yes') then if pay(cid,0) then selfSay('Qual Vc quer é só escolher por ai!.') else selfSay('Desculpe,Nao Posso Te Dar Dinheiro!.') end end talk_state = 0 elseif talk_state == 2 then if msgcontains(msg, 'sim') then if pay(cid,0) then selfSay('COMPRA UMA POR FAVOR!.') else selfSay('Mal Educado.') end end talk_state = 0 elseif msgcontains(msg, 'bye') and getDistanceToCreature(cid) < 4 then selfSay('Tchau, ' .. creatureGetName(cid) .. '!') focus = 0 talk_start = 0 end end end function onCreatureChangeOutfit(creature) end function onThink() doNpcSetCreatureFocus(focus) if (os.clock() - talk_start) > 30 then if focus > 0 then selfSay('Proximo Porfavor...') end focus = 0 end if focus ~= 0 then if getDistanceToCreature(focus) > 5 then selfSay('Tchau, Tchau Amigo.') focus = 0 end end end Agora vá em data/npc/copie qualquer arquivo.XML cole,renomeio para Zelador Mario e cole isto \/ <?xml version="1.0" encoding="UTF-8"?><npc name="Zelador Mario" script="data/npc/scripts/Zelador.lua" autowalk="1" floorchange="0" access="5"> <health now="100" max="100"/> <look type="143" head="50" body="52" legs="67" feet="30" addons="0"/> <parameters> <parameter key="message_greet" value="Hello |PLAYERNAME|."/> </parameters> </npc> 3° Agora vá em data/npc/scripts copie qualquer arquivo ,cole ,renomeio para Securanca COM C,e cole isto \/ local focus = 0local talk_start = 0 local target = 0 local following = false local attacking = false function onThingMove(creature, thing, oldpos, oldstackpos) end function onCreatureAppear(creature) end function onCreatureDisappear(cid, pos) if focus == cid then selfSay('Tchau, Volte sempre.') focus = 0 talk_start = 0 end end function onCreatureTurn(creature) end function msgcontains(txt, str) return (string.find(txt, str) and not string.find(txt, '(%w+)' .. str) and not string.find(txt, str .. '(%w+)')) end function onCreatureSay(cid, type, msg) msg = string.lower(msg) if (msgcontains(msg, 'hi') and (focus == 0)) and getDistanceToCreature(cid) < 4 then selfSay('Ola ' .. creatureGetName(cid) .. 'Posso Ajudar?".') focus = cid talk_start = os.clock() elseif msgcontains(msg, 'hi') and (focus ~= cid) and getDistanceToCreature(cid) < 4 then selfSay('Desculpe, ' .. creatureGetName(cid) .. '!Ja Falo Com Você Um Minuto!.') elseif focus == cid then talk_start = os.clock() if msgcontains(msg, 'sim') then selfSay('Em Que?') talk_state = 1 elseif msgcontains(msg, '?Como visito o condominio?') then selfSay('Pague 5k apenas.') talk_state = 2 elseif talk_state == 1 then if msgcontains(msg, 'yes') then if pay(cid,0) then selfSay('Obrigado.') else selfSay('Desculpe,Nao Posso Te Dar Dinheiro!.') end end talk_state = 0 elseif talk_state == 2 then if msgcontains(msg, 'yes') then if pay(cid,0) then selfSay('COMPRA UMA POR FAVOR!.') else selfSay('Mal Educado.') end end talk_state = 0 elseif msgcontains(msg, 'bye') and getDistanceToCreature(cid) < 4 then selfSay('Tchau, ' .. creatureGetName(cid) .. '!') focus = 0 talk_start = 0 end end end function onCreatureChangeOutfit(creature) end function onThink() doNpcSetCreatureFocus(focus) if (os.clock() - talk_start) > 30 then if focus > 0 then selfSay('Proximo Porfavor...') end focus = 0 end if focus ~= 0 then if getDistanceToCreature(focus) > 5 then selfSay('Tchau, Tchau Amigo.') focus = 0 end end end Agora vá em data/npc copie qualquer arquivo.XML,cole,renomeio para Seguranca COM C TAMBEM! e cole isto \/ <?xml version="1.0" encoding="UTF-8"?><npc name="Seguranca" script="data/npc/scripts/Seguranca.lua" autowalk="1" floorchange="0" access="5"> <health now="100" max="100"/> <look type="128" head="1" body="1" legs="1" feet="1" addons="0"/> <parameters> <parameter key="message_greet" value="Hello |PLAYERNAME|."/> </parameters> </npc> ATENÇÃO! PORTEIRO ZE SEM ACENTO,ZELADOR MARIO SEM ACENTO, SEGURANCA SEM Ç Valeuu comentem aee! Abraço!
-
Fala galera to trazendo aqui 7 magias pra vocês 1° Skill Sio CREDITOS PRO Lucasbro QUE GANHO O CONCURSO DE SCRIPT A UM TEMPO ATRAS. Essa magia é para druid da skill para outros players. vamo lá,data/spells/spells.xml <instant name="Skill Friend" words="skill sio" aggressive="0" params="1" needtarget="1" lvl="18" maglv="7" mana="300" soul="0" exhaustion="1" prem="0" enabled="1" script="skillfriend.lua"> <vocation name="Druid" /> <vocation name="Elder Druid" /> Agora em data/spells/scripts copie qualquer arquivo,cole,renomeio para skillfriend e cole isto \/ Explicações: É o tempo em que a magia ficará no player que o druid usou no caso 60 segundos. Você que escolhe o skill no caso alí e distance,você pode muda pra,sword,axe etc. Esse é quanto de skill aumenta. 2° magia eu que fiz a partir de agora só modifiquei algumas coisas facéis. data/spells/spells.xml cole isto \/ </instant> <instant name="Tera Vita" words="Exevo Tera Wall" direction="1" lvl="250" maglv="30" mana="350" soul="5" exhaustion="1" prem="1" enabled="1" script="support/Tera Vita.lua"> <vocation name="Sorcerer" /> <vocation name="Master Sorcerer" /> Agora vá em data/spells/scripts/support copie qualquer arquivo,cole,renomeio para Tera Vita e cole isto \/ 3° magia data/spells/spells.xml e cole isto \/ </instant> <instant name="Energy Hur" words="Exevo Energy Hur" direction="1" lvl="250" maglv="26" mana="600" soul="0" exhaustion="1" prem="1" enabled="1" script="Exevo Energy Hur.lua"> <vocation name="Druid" /> <vocation name="Elder Druid" /> Agora vá em data/spells/scripts copie qualquer arquivo,cole,renomeio para Exevo Energy Hur e cole isto \/ 4° magia,vá em data/spells/spells.xml e cole isto \/ </instant> <instant name="Ground Hur" words="Exevo Ground Hur" direction="1" lvl="250" maglv="26" mana="600" soul="0" exhaustion="1" prem="1" enabled="1" script="Exevo Ground Hur.lua"> <vocation name="Druid" /> <vocation name="Elder Druid" /> Agora vá em data/spells/scripts copie qualquer arquivo,cole,renomeio para Exevo Ground Hur e cole isto \/ 5° magia,vá em data/spells/spells.xml e cole isto \/ </instant> <instant name="Venom Hur" words="Exevo Venom Hur" direction="1" lvl="250" maglv="26" mana="600" soul="0" exhaustion="1" prem="1" enabled="1" script="Exevo Venom Hur.lua"> <vocation name="Sorcerer" /> <vocation name="Master Sorcerer" /> Agora vá em data/spells/scripts copie qualquer arquivo,cole,renomeio para Exevo Venom Hur e cole isto \/ 6° magia,vá em data/spells/spells.xml e cole isto \/ </instant> <instant name="Sion Hur" words="Exevo Sion Hur" direction="1" lvl="250" maglv="26" mana="600" soul="0" exhaustion="1" prem="1" enabled="1" script="Exevo Sion Hur.lua"> <vocation name="Knight" /> <vocation name="Elite Knight" /> Agora vá em data/spells/scripts copie qualquer arquivo,cole,renomeio para Exevo Sion Hur e cole isto \/ 7° magia e ultima,data/spells/spells.xml e cole isto \/ </instant> <instant name="San Hur" words="Exevo San Hur" direction="1" lvl="250" maglv="26" mana="600" soul="0" exhaustion="1" prem="1" enabled="1" script="Exevo San Hur.lua"> <vocation name="Paladin" /> <vocation name="Royal Paladin" /> Agora vá em data/spells/scripts copie qualquer arquivo cole,renomeio para Exevo San Hur e cole isto \/ *Agora As Ss: 1°Usando A Magia. Efeito Da Magia. 2°Exevo Tera Wall. 3°Exevo Energy Hur. 4°Exevo Ground Hur. 5°Exevo Venom Hur. 6°Exevo Sion Hur. 7°Exevo San Hur. PREGUIÇOSOS -->Baixar Arquivo. XINGUEM,FALEM,RECLAMEM,MAIS COMENTEM :smile_positivo: Abraços!
-
Se conseguir fala. Abraços!
-
Posso da uma dica? Faz por alavanca cara é bem mais facil , modifique o meu. data/actions/scripts cola isto \/ agora vá em data/actions/scripts e cole isto \/ Agora vá no mapa editor e bote esse uniqueid "8029" na alavanca e pronto. Abraço!
-
GOD BONDE FIZ UM PRA VC AQUI VE SE DA CERT,vá em data/npc/scripts copie qualquer arquivo,cole,renomeio para runes2 ,LEMBRANDO QUE ESSE NPC SÓ VAI VENDER MANA RUNE MAIS VC PODE BOTA OUTRAS RUNES. cole isto \/ Agora no xml bota isso \/ Ve se funciona, Abraço!
-
Olha,não sou tão chegado á essa área mais acho que é nesse codigo ---> <attribute key="hitChance" value="5"/> aí você aumenta a chance do hit Abraço!
-
Vamo lá: Nome Completo: Lucas Saraiva Data de Nascimento: 29/07/1995 Cidade - Estado: Rio De Janeiro - RJ Área que deseja atuar: Scripting Link para um de seus trabalhos:http://www.xtibia.com/forum/Magia-Trampa-F...131#entry682131 Abraço!
-
Eu fiz em ot 8.2,tenta em 8.4 se não der muda os ids dos sorvetes . Abraço!
-
Lord'paulistinha Morre Pela 3ª Vez.
tópico respondeu ao alissonlinneker de lucasatak em Notícias e Discussões - Tibia Global
Tomara que ele nao pare,boa sorte lord! Abraço! -
Os Sem-vidas De 2008!
tópico respondeu ao ryandometal de lucasatak em Notícias e Discussões - Tibia Global
{bot} --Foi comprovado na china que se ficar mais de 3 dias no pc fica com problema mental e pode até morrer -.-. Abraço! -
Novo Recorde De Experiência Em 1 Dia!
tópico respondeu ao ryandometal de lucasatak em Notícias e Discussões - Tibia Global
É Nerd Concerteza :smile_positivo: Abraço! -
Fala galera to trazendo aqui um monstro rox chamado negao Primeiro vá em ot/data/monsters/copie qualquer arquivo.xml,cole,renomeio para Negao e cole isto \/ <?xml version="1.0" encoding="UTF-8"?> <monster name="Negao" species="human" nameDescription="a Negao" race="human" experience="5080" speed="500" manacost="0"> <health now="5015" max="5015"/> <look type="128" head="30" body="30" legs="30" feet="30" addons="1" corpse="3058"/> <targetchange interval="60000" chance="0"/> <strategy attack="100" defense="0"/> <flags> <flag summonable="0"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="0"/> <flag convinceable="0"/> <flag pushable="0"/> <flag canpushitems="1"/> <flag staticattack="50"/> <flag lightlevel="0"/> <flag lightcolor="0"/> <flag targetdistance="1"/> <flag runonhealth="0"/> </flags> <attacks> <attack name="melee" interval="2000" min="-300" max="-400"/> <attack name="berserk" interval="3049" chance="45"/> </attacks> <defenses armor="34" defense="36"/> <immunities> <immunity physical="0"/> <immunity energy="0"/> <immunity fire="0"/> <immunity poison="1"/> <immunity lifedrain="0"/> <immunity paralyze="1"/> <immunity outfit="0"/> <immunity drunk="0"/> <immunity invisible="0"/> </immunities> <voices interval="3000" chance="1000"> <voice sentence="Vai dar merda!"/> <voice sentence="Cesta!"/> <voice sentence="Que vacilo alemao!"/> <voice sentence="Isso eh do mangue!"/> </voices> <loot> <item id="2148" countmax="20" chance1="100000" chancemax="0"/> <item id="2229" countmax="2" chance1="20000" chancemax="0"/> <item id="2231" chance="33333"/> <item id="2463" chance="2500"/> <item id="5925" chance="8000"/> <item id="1987" chance="100000"> <inside> <item id="2541" chance="2000"/> <item id="2148" countmax="10" chance1="50000" chancemax="0"/> <item id="2450" chance="1666"/> <item id="2449" chance="10000"/> </inside> </item> </loot> </monster> Segundo,vá em ot/data/monsters/monsters.xml e cole isto \/ <monster name="Negao" file="Negao.xml"/> ----> Ss Aqui! Pronto seu negao esta pronto xD Comentem Ae Abraço!
-
Magia Que Trampa Com Fogo E Ataca!
tópico respondeu ao lucasatak de lucasatak em Globalevents e Spells
Po áté tentei mais aparece isso ---> O(S) SEGUINTE(S) ERRO(S) FOI(FORAM) ENCONTRADO(S) Você inseriu um link que o administrador não permite. Mais vo continuar tentando. Abraço!
-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.