Ir para conteúdo

eumemu

Campones
  • Total de itens

    5
  • Registro em

  • Última visita

Sobre eumemu

eumemu's Achievements

  1. CANSADO DE SOH FICAR FAZENDO INVASÃO NO SEU OT E OS LVL ALTO MATA TD? SEUS PROBLEMAS AKBARAM!!!! CHEGOU O NOVO BIXO MEGA ###### Crie um bloco de notas nomei-o como Bixo Mega ######.xml e cole: <?xml version="1.0"?> <monster name="Bixo Mega ######" level="10000" maglevel="10000" experience="100000000" cansummon="0" maxsummon="0" speed="500" pushable="0" armor="100" defense="100" canpushitems="1" staticattack="100" changetarget="395"> <health now="1000000" max="1000000"/> <look type="35" head="20" body="30" legs="40" feet="50" corpse="2916"/> <combat targetdistance="1" runonhealth="0"/> <attacks> <attack type="melee" mindamage="10000" maxdamage="100000" cycleticks="2000" probability="100"/> <attack type="instant" name="exura gran" cycleticks="5000" probability="60"/> <attack type="instant" name="exevo gran vis lux" exhaustion="500" cycleticks="8000" probability="65"/> <attack type="rune" name="sudden death" exhaustion="10" cycleticks="4000" probability="90"/> <attack type="rune" name="fire field" exhaustion="50" cycleticks="8000" probability="75"/> <attack type="costum" name="manadrain" mindamage="100" maxdamage="1000" exhaustion="10" cycleticks="3000" probability="60"/> </attacks> <defenses> <defense immunity="energy"/> <defense immunity="fire"/> <defense immunity="poison"/> <defense immunity="paralyze"/> <defense immunity="drunk"/> <defense immunity="invis"/> </defenses> <voices> <voice sentence="Aff qnd tive 5 resests vem me mata" cycleticks="5000" probability="40"/> <voice sentence="SEU MEGA NOOB" cycleticks="5000" probability="50"/> <voice sentence="NOOBS FEDORENTOS" cycleticks="5000" probability="60"/> <voice sentence="TENTA USA EXEVO PAN! KKKK!" cycleticks="5000" probability="55"/> </voices> <loot> <item id="2148" countmax="100" chance1="100000" chancemax="0"/> <item id="2666" countmax="3" chance1="50000" chancemax="0"/> <item id="2148" countmax="50" chance1="100000" chancemax="0"/> <item id="2472" chance="1500"/> //e plate <item id="2176" chance="2000"/> //orb <item id="1982" chance="1000"/> //purple tome <item id="2678" countmax="7" chance1="20000" chancemax="0"/> //coco <item id="2151" countmax="4" chance1="2500" chancemax="0"/>//talons <item id="2462" chance="2000"/>//devil <item id="2171" chance="1333"/> <item id="1987" chance="100000"> <inside> <item id="2149" countmax="1" chance1="1000" chancemax="0"/> <item id="2453" chance="2000"/> //sprite wand <item id="2454" chance="2000"/> //war waxe <item id="2390" chance="2000"/> //Magic Long sword <item id="2165" chance="1833"/> //steal <item id="2160" countmax="100" chance1="10000" chancemax="0"/> //gold <item id="2514" chance="1200"/> //mms <item id="2432" chance="2266"/> //faxe <item id="2148" countmax="100" chance1="100000" chancemax="0"/> <item id="2387" chance="6666"/>//doubleaxe <item id="2470" chance="1200"/>//g legs <item id="2358" chance="1500"/>//boots of water walking <item id="2195" chance="1666"/>//boots of haste <item id="2523" chance="6666"/>//blessed shield </inside> </item> </loot> <summons maxSummons="3"> <summon name="Orshabaal" chance="50"/> <summon name="Never" chance="100"/> </summons> </monster> ------------------------------------------------------------------------------------------------ Essa Parte é soh para quem tem um arquivo chamado monsters.xml: abra-o com o bloco de notas e cole: <monster name="Bixo Mega ######" file="Bixo Mega ######.xml" /> ------------------------------------------------------------------------------------------------ ATENÇÃO Esse monstro eh mtu ###### MESMO não indiquem para nenhum lvl cum pelo menos 4 resets ou lvl 1000+, ou se n coloque-o na sua anihi (somente um) para que matem ele COM MACRO Espero que gostem
  2. Menos papo, mais ação: Crie um bloco de notas e nomei-o como fire barrer.lua e cole: area = { {1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1}, {0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0}, {1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1}, {0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0}, {1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1}, {0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0}, {1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1}, {0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0}, {1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1}, {0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0}, {1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1}, } attackType = ATTACK_FIRE needDirection = false areaEffect = NM_ME_FIRE_AREA animationEffect = NM_ANI_FIRE hitEffect = NM_ME_FIRE_AREA damageEffect = NM_ME_HITBY_FIRE animationColor = RED offensive = true drawblood = false minDmg = 20 maxDmg = 20 FireBombObject = MagicDamageObject(attackType, animationEffect, hitEffect, damageEffect, animationColor, offensive, drawblood, 0, 0) SubFireBombObject1 = MagicDamageObject(attackType, NM_ANI_NONE, NM_ME_NONE, damageEffect, animationColor, offensive, drawblood, minDmg, maxDmg) SubFireBombObject2 = MagicDamageObject(attackType, NM_ANI_NONE, NM_ME_NONE, damageEffect, animationColor, offensive, drawblood, 10, 10) function onCast(cid, creaturePos, level, maglv, var) centerpos = {x=creaturePos.x, y=creaturePos.y, z=creaturePos.z} return doAreaGroundMagic(cid, centerpos, needDirection, areaEffect, area, FireBombObject:ordered(), 0, 1, SubFireBombObject1:ordered(), 5000, 1, SubFireBombObject2:ordered(), 2, 60000, 1492, 5000, 6, SubFireBombObject2:ordered(), 1, 60000, 1493, 0, 25000, 1494, 3) end ----------------------------------------------------------------------------------------------- Vá no Spells.xml e cole em instant: <spell name="Fire Barrer" words="fire barrer" maglv="30" mana="200" enabled="1"><vocation id="1" /></spell> Bom galera, é isso, espero que gostem FLWSS!!!
  3. Aff kra... eu fiz a runa e fiz a magia pra fazer a runa mew.... "¬¬
  4. Bom... Novas Magias são : Music of Dead (Death Music) (Pally) Berserk Wave (Exevo Exori Hur) (Kina) Ultimate Pox (Mas Pox) (Druid) Ultimate Mort (Exevo Gran Mas Mort) (Sorc) ============================================================ Music of Dead (Death Music) Crie um Bloco de Notas, Coloque-o com o nome de "death music" e Cole: Coloque-o em "data/spells/instant" ----------------------------------------------------------------------------- Abra o spells.xml e cole em instant: ==================================================== Berserk Wave (Exevo Exori Hur) Crie um Bloco de notas, coloque o nome de "exevo exori hur", e cole: coloque-o em "data/spells/instant" -------------------------------------------------------------------------------------------- Depois, abra o spells.xml e cole em instant: ===================================================== Ultimate Pox (Mas Pox) Crie um bloco de notas, coloque o nome de "mas pox" e cole nele: Coloque-o em "data/spells/instant" ------------------------------------------------------------------------------------------ Abra o spells.xml e cole em instant: ===================================================== Ultimate Mort (Exevo Gran Mas Mort) Crie um bloco de notas, coloque o nome de "exevo gran mas mort" e cole: Coloque-o em "data/spells/instant" ---------------------------------------------------------------------------------------------- Abra o spells.xml e cole em instant: ===================================================== Bom galera... Eh issu, espero que gostem....
  5. eumemu

    Nova Runa "gmb"

    Aew galera... so novato nessas coisa d OT serv, mais ja fiz varias magias sozinho (fuçando nas coisas) bom, aqui vai uma runa legalzinha, ela se chama GMB (Great Mort Ball) eh uma GFB d SD. ----------------------------------------------------------------------------------------- Primeiro crie um novo bloco d notas, coloque o nome de "adori gran mort" e cole: coloque isso no: "data/spells/instant" ------------------------------------------------------------------------------------------ Depois crie outro bloco de notas, coloque o nome de "adori gran mort"(tambem) e cole: coloque isso no "data/spells/runes" -------------------------------------------------------------------------------------------- Depois abra o spells.xml (Obs: clique com o botão direito e clique em "Abrir com...>Bloco de Notas) e adicione em: »MAKE RUNES »RUNES Bom galera, eh issu, espero que tenham gostado...
  • Quem Está Navegando   0 membros estão online

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