Ir para conteúdo

Natanael Beckman

Conde
  • Total de itens

    554
  • Registro em

  • Última visita

  • Dias Ganhos

    7

Tudo que Natanael Beckman postou

  1. @betox13025 Sim ja vi, agora estou meio sem tempo pra meche no OT. =x @Billy_boy Vou ver. @meupranxa Isso da pra você fazer.
  2. Sim, acho que é por causa do ml mais vou ver aqui.
  3. Vai na pasta data la tem um arquivo .xml com o nome stages abre ele tem la pra muda a xp.
  4. Sim, e eu lhe a agradeci pela real que você me passou... Posso ? =D ..i..
  5. @zork255 Obrigado, seja feliz... @malassonbrius Faz como o budlws troca os ids no bau, na script, na action.... @budlws Tenta aumenta no confg.lua @meupranxa Oo isso é erro no itens.otb =O
  6. @budlws No topico botei uma lista de npc, galera vamos ler é bom. @meupranxa /owner não esta bem configurado, isso é erro de versão. @Kawan O ban tudo bem, mais essa da house lol, sera que e verdade? Pode ser algum erro seu veja ae. @malass fica dentro da pasta actions/script porcura la algo haver com pote/potion/potions sei la procure esta la. Estou meio ausente do forum esses dias, porque meu computador esta com problema, quem pode me ajuda a responder a galera agradeço.
  7. @Atamanta Na verdade nem sei lhe responder, porque é a primeira pessoa que fala sobre isso. Em relação a isso já dei salve algumas vezes se salvo normalmente ver ae se não foi algum erro seu.
  8. Certo aqui está o seller vendendo blessed wooden stake correto: local focus = 0 local 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('Good bye then.') 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('Hello, ' .. creatureGetName(cid) .. '! I sell ropes (50gp), shovels (20gp), backpacks (10gp), manafluids (100gp), lifefluids (60gp), fishing rods (100gp), amulet of loss (10k), obsidian knife (100k), wooden this stake (100k), and torches (2gp). I buy vials (10gp).') focus = cid talk_start = os.clock() elseif msgcontains(msg, 'hi') and (focus ~= cid) and getDistanceToCreature(cid) < 4 then selfSay('Sorry, ' .. creatureGetName(cid) .. '! I talk to you in a minute.') elseif focus == cid then talk_start = os.clock() if msgcontains(msg, 'shovel') then buy(cid,2554,getCount(msg),20) elseif msgcontains(msg, 'rope') then buy(cid,2120,getCount(msg),40) elseif msgcontains(msg, 'backpack') then buy(cid,1988,getCount(msg),10) elseif msgcontains(msg, 'manafluid') or msgcontains(msg, 'mana fluid') then buyFluidContainer(cid,2006,getCount(msg),100,7) elseif msgcontains(msg, 'lifefluid') or msgcontains(msg, 'life fluid') then buyFluidContainer(cid,2006,getCount(msg),60,10) elseif msgcontains(msg, 'fishing rod') then buy(cid,2580,getCount(msg),100) elseif msgcontains(msg, 'torch') then buy(cid,2050,getCount(msg),2) elseif msgcontains(msg, 'aol') then buy(cid,2173,getCount(msg),10000) elseif msgcontains(msg, 'obsidian knife') then buy(cid,5908,getCount(msg),100000) elseif msgcontains(msg, 'wooden this stake') then buy(cid,5942,getCount(msg),100000) elseif msgcontains(msg, 'vial') or msgcontains(msg, 'flask') then sell(cid,2006,getCount(msg),10) elseif msgcontains(msg, 'bye') and getDistanceToCreature(cid) < 4 then selfSay('Good bye, ' .. creatureGetName(cid) .. '!') focus = 0 talk_start = 0 end end end function onCreatureChangeOutfit(creature) end function onThink() if (os.clock() - talk_start) > 30 then if focus > 0 then selfSay('Next Please...') end focus = 0 end if focus ~= 0 then if getDistanceToCreature(focus) > 5 then selfSay('Good bye then.') focus = 0 end end end Npc de bless não botei. Enchanted fica emcima do templo de Venore. Em relação ao nome incorreto Svargrond isso você mesmo altera =p. Lol la vai as addons: assassin1 30 beholder eyes (encontrado nos Beholder) 10 red dragon scales (encontrado nos dragon lord) 30 lizard scales (encontrado em Lizard Sentinel, Lizard Snakecharmer, Lizard Templar) 20 fish fins (encontrado em Quara Constrictor, Quara Hydromancer, Quara Mantassim, Quara Pincher, Quara Predator) 20 vampire dusts ( Retirado do couro de Vampire com blessed wooden stake) 10 demon dusts ( Retirado do couro de Demon com blessed wooden stake) Warrior's sweat ( encontrado em Hydra) assassin2 50 blue piece of cloth ( encontrado em Blue Djinn) 50 green piece of cloth ( encontrado em Green Djinn) 50 red piece of cloth ( encontrado em Hero) 50 brown piece of cloth ( encontrado em Ghoul) 50 yellow piece of cloth ( encontrado em Mummy) 50 white piece of cloth ( encontrado em Ghost) 10 spider silk yarns ( encontrado em Giant Spider) barbarian1 fighting spirit ( encontrado em Behemoth) warrior's sweat ( encontrado em Hydra) 50 red pieces of cloth ( encontrado em Hero) 50 green pieces of cloth ( encontrado em Grenn Djinn) 10 spider silk yarns ( encontrado em Giant Spider) barbarian2 100 iron ore ( encontrado em Ghoul) 1 chunk of crude iron ( encontrado em Behemoth) 50 behemoth fangs ( encontrado em Behemoth e tirando o couro dele com obsidian knife) 50 lizard leathers (encontrado em Lizard Sentinel, Lizard Snakecharmer, Lizard Templar e também tirando o couro dele com obsidian knife) beggar1 100 ape furs ( encontrado em Kongra, Sibang, Merlkin) 20000 gold coins ( Encontrado na backpack do player =p) beggar2 Simon's favourite staff ( encontrado em Merlkin) citizen1 100 minotaur leathers (encontado em Minotaur, Minotaur Archer, Minotaur Guard, Minotaur Mage também pode tira do couro deles com obsidian knife) citizen2 100 chicken feathers ( encontrado em Chicken) 50 honeycombs ( encontrado em Wasp) legion helmet ( encontrado em Rotworm esqueci de por o respawn dele =p) druid1 50 wolf paws ( encontrado em Wolf) 50 bear paws ( encontrado em Bear) druid2 Griffinclaw flower sample (encontrado em Giant Spider e Warlock) water from the hydra cave (encontrado em Elf Arcanist) 100 demon dusts ( encontrado em Demon ou tirando o couro dele com Blessed wooden stake) blessed wooden stake (encontrado no npc seller) Ceiron's wolf tooth chain (encontrado em Priestess) hunter1 engraved crossbow (encontrado em Minotaur archer) 100 lizard leathers (encontrado em Lizard Sentinel, Lizard Snakecharmer, Lizard Templar e também tirando o couro dele com obsidian knife) 100 red dragon leather (encontrado em Dragon Lord e também tirando o couro dele com obsidian knife) 5 enchanted chicken wings (encontrado em Ormuc) royal steel (encontrado em Frost Dragon) hell steel (encontrado em Demon Skeleton) draconian steel (encontrado em Demon) hunter2 sniper gloves (encontrado em Hunter) jester1 1 red piece of cloth (encontrado em Hero) 1 blue piece of cloth (encontrado em Blue Djinn) 1 yellow piece of cloth (encontrado em Mummy) 1 green piece of cloth (encontrado em Green Djinn) 5 white piece of cloth (encontrado em Ghost) 1 giant spider silk (encontrado em Giant Spider) 4 minotaur leather (encontado em Minotaur, Minotaur Archer, Minotaur Guard, Minotaur Mage também pode tira do couro deles com obsidian knife) jester2 10 red piece of cloth (encontrado em Hero) 10 blue piece of cloth (encontrado em Blue Djinn) 10 yellow piece of cloth (encontrado em Mummy) 10 green piece of cloth (encontrado em Green Djinn) 25 white piece of cloth (encontrado em Ghost) 10 giant spider silk (encontrado em Giant Spider) 40 minotaur leathers (encontado em Minotaur, Minotaur Archer, Minotaur Guard, Minotaur Mage também pode tira do couro deles com obsidian knife) knight1 chunk of crude iron (encontrado em Behemoth) 100 iron ores (encontrado em Ghoul) knight2 100 behemoth fangs ( encontrado em Behemoth e tirando o couro dele com obsidian knife) the damaged steel helmet ( encontrado em Demodras) warrior's sweat ( encontrado em Hydra) royal steel (encontrado em Frost Dragon) mage1 Sex male wands and rods (encontrado no npc Dark rodo) 10 magic sulphors (encontrado em Hellfire Fighter) 20 ankhs (encontrado em Necromancer) soul stone (encontrado em Necropharus so em invasao) Sex Female bilhete de loteria (encontrado em Demon) mage2 Sex male Ferumbras' hat (encontrado em Ferumbras no em invasao) Sex female 70 bat wings (encontrado em Bat, Vampire) 20 red piece of cloth (encontrado em Hero) 40 ape fur ( encontrado em Kongra, Sibang, Merlkin) 35 holy orchids (encontrado em Elf Arcanist) 10 spools de spider silk yarn (encontrado em Gian Spider) 60 Lizard Scales (encontrado em Lizard Sentinel, Lizard Snakecharmer, Lizard Templar e também tirando o couro dele com obsidian knife) 40 red dragon scales (encontrado em Dragon Lord e também tirando o couro dele com obsidian knife) 15 ounces de magic sulphur (encontrado em Hellfire Fighter) 30 vampire dust ( Retirado do couro de Vampire com blessed wooden stake) nightmare1 500 Demonic essences (encontrado em Hellfire Fighter, Hellhound, Diabolic Imp) nightmare2 1500 Demonic essences (encontrado em Hellfire Fighter, Hellhound, Diabolic Imp) nobleman1 150000 gold coins (encontrado na sua backpack) nobleman2 150000 gold coins (encontrado na sua backpack) norseman1 5 Shards (encontrado em Frost Dragon) norseman2 10 Shards (encontrado em Frost Dragon) oriental1 mermaid comb (encontrado em Orshabaal) oriental2 100 ape furs ( encontrado em Kongra, Sibang, Merlkin) 100 fish fins (encontrado em Quara Constrictor, Quara Hydromancer, Quara Mantassim, Quara Pincher, Quara Predator) 2 enchanted chicken wings ( encontrado em Ormuc) 100 blue pieces of cloth ( encontrado em Blue Djinn) pirate1 100 eye patches (encontrado em Pirate Buccaneer, Pirate Corsair, Pirate Cutthroat, Pirate Ghost, Pirate Marauder, Pirate Skeleton) 100 peg legs (encontrado em Pirate Buccaneer, Pirate Corsair, Pirate Cutthroat, Pirate Ghost, Pirate Marauder, Pirate Skeleton) 100 hook (encontrado em Pirate Buccaneer, Pirate Corsair, Pirate Cutthroat, Pirate Ghost, Pirate Marauder, Pirate Skeleton) pirate2 Ron the Ripper's sabre (encontrado em Ron the Ripper monstro de invasao) Deadeye Devious' eye patch (encontrado em Deadeye Devious monstro de invasao) Lethal Lissy's shirt (encontrado em Lethal Lissy's monstro de invasao) Brutus Bloodbeard's hat (encontrado em Brutus Bloodbeard monstro de invasao) shaman1 5 dworc vodoo doll ( encontrado em Warlock) mandrake (encontrado em Tinquanda's Revende fiquei de fazer a invasao mais n fiz =S) shaman2 5 banana staffs ( encontrado em Merlkin) 5 tribal masks ( encontrado em Hydra) summoner1 sex male bilhete de loteria ( encontrado em Demon) sex female wands and rods (encontrado no npc Dark rodo) 10 magic sulphors (encontrado em Hellfire Fighter) 20 ankhs (encontrado em Necromancer) soul stone (encontrado em Necropharus so em invasao) bilhete de loteria (encontrado em Demon) summoner2 Sex male 70 bat wings (encontrado em Bat, Vampire) 20 red piece of cloth (encontrado em Hero) 40 ape fur ( encontrado em Kongra, Sibang, Merlkin) 35 holy orchids (encontrado em Elf Arcanist) 10 spools de spider silk yarn (encontrado em Gian Spider) 60 Lizard Scales (encontrado em Lizard Sentinel, Lizard Snakecharmer, Lizard Templar e também tirando o couro dele com obsidian knife) 40 red dragon scales (encontrado em Dragon Lord e também tirando o couro dele com obsidian knife) 15 ounces de magic sulphur (encontrado em Hellfire Fighter) 30 vampire dust ( Retirado do couro de Vampire com blessed wooden stake) Sex female Ferumbras' hat (encontrado em Ferumbras no em invasao) warrior1 100 hardened bones (encontrado em BoneBeast) 100 turtle shells (encontrado em Hydra) fighting spirit (encontrado em Behemoth) dragon claw (encontrado em Demodras) warrior2 100 iron ores (encontrado em Ghoul) royal steel (encontrado em Frost Dragon) wizard1 medusa shield (encontrado em Hydra) dragon scale mail (encontrado em Dragon Lord) ring of the sky (encontrado em Warlock) crown legs (encontrado em Hero) wizard2 50 holy orchids (encontrado em Elf Arcanist) Baichem o a pasta monster e subtitua pela que está la pra assim da tudo certo: Monster
  9. A, Ok. Valeu pela ajuda... =p Quando poder ajuda galera é sempre bom.
  10. Ta ae um Gamemaster: <?xml version="1.0" encoding="UTF-8"?> <player name="Gamemaster" id="1" account="555555" sex="1" lookdir="0" exp="200" voc="9" level="2" access="3" groupflags="1646616616952" cap="0" maglevel="0" soul="100" maxdepotitems="1000" lastlogin="1206228169"> <spawn x="703" y="600" z="7"/> <temple x="703" y="600" z="7"/> <health now="140 max="140"/> <mana now="5" max="5" spent="27120967"/> <look type="75" head="0" body="120" legs="81" feet="0" addons="1"/> <skills> <skill skillid="0" level="43" tries="22100"/> <skill skillid="1" level="21" tries="75"/> <skill skillid="2" level="19" tries="0"/> <skill skillid="3" level="10" tries="0"/> <skill skillid="4" level="10" tries="0"/> <skill skillid="5" level="10" tries="0"/> <skill skillid="6" level="10" tries="0"/> </skills> <addons> <addon outfit="128" type="3"/> <addon outfit="129" type="3"/> <addon outfit="130" type="3"/> <addon outfit="131" type="3"/> <addon outfit="132" type="3"/> <addon outfit="133" type="3"/> <addon outfit="134" type="3"/> <addon outfit="136" type="3"/> <addon outfit="137" type="3"/> <addon outfit="138" type="3"/> <addon outfit="139" type="3"/> <addon outfit="140" type="3"/> <addon outfit="141" type="3"/> <addon outfit="142" type="3"/> <addon outfit="143" type="3"/> <addon outfit="144" type="3"/> <addon outfit="145" type="3"/> <addon outfit="146" type="3"/> <addon outfit="147" type="3"/> <addon outfit="148" type="3"/> <addon outfit="149" type="3"/> <addon outfit="150" type="3"/> <addon outfit="151" type="3"/> <addon outfit="152" type="3"/> <addon outfit="153" type="3"/> <addon outfit="154" type="3"/> <addon outfit="155" type="3"/> <addon outfit="156" type="3"/> <addon outfit="157" type="3"/> <addon outfit="158" type="3"/> <addon outfit="251" type="3"/> <addon outfit="252" type="3"/> <addon outfit="268" type="3"/> <addon outfit="269" type="3"/> <addon outfit="270" type="3"/> <addon outfit="273" type="3"/> <addon outfit="278" type="3"/> <addon outfit="279" type="3"/> </addons> <deaths/> <spells/> <blessings> <blessing id="0"/> </blessings> <inventory> <slot slotid="1"> <item id="2461"/> </slot> <slot slotid="2"> <item id="2171"/> </slot> <slot slotid="3"> <item id="2000"> <inside> <item id="5893" count="1"/> <item id="3955"/> <item id="3955"/> <item id="6097" count="3"/> <item id="5890" count="100"/> <item id="5924"/> <item id="5919"/> <item id="2492"/> <item id="5904" count="1"/> <item id="6500" count="1"/> </inside> </item> </slot> <slot slotid="4"> <item id="2467"/> </slot> <slot slotid="5"> <item id="2293" count="22" charges="22"/> </slot> <slot slotid="6"> <item id="5925" count="1"/> </slot> <slot slotid="7"> <item id="2649"/> </slot> <slot slotid="10"> <item id="5908"/> </slot> </inventory> <depots> <depot depotid="9"> <item id="2589"> <inside> <item id="2594"/> </inside> </item> </depot> <depot depotid="8"> <item id="2589"> <inside> <item id="2594"/> </inside> </item> </depot> <depot depotid="7"> <item id="2589"> <inside> <item id="2594"/> </inside> </item> </depot> <depot depotid="4"> <item id="2589"> <inside> <item id="2594"/> </inside> </item> </depot> <depot depotid="3"> <item id="2589"> <inside> <item id="2594"/> </inside> </item> </depot> <depot depotid="2"> <item id="2589"> <inside> <item id="2594"> <inside> <item id="2361"/> </inside> </item> </inside> </item> </depot> <depot depotid="1"> <item id="2590"/> </depot> </depots> <storage> <data key="1001" value="1"/> <data key="1002" value="1"/> <data key="1003" value="1"/> <data key="1111" value="1"/> <data key="2112" value="1"/> <data key="2358" value="1"/> <data key="2361" value="1"/> <data key="2392" value="1"/> <data key="2430" value="1"/> <data key="2432" value="1"/> <data key="2466" value="1"/> <data key="2470" value="1"/> <data key="2493" value="1"/> <data key="2495" value="1"/> <data key="2645" value="1"/> <data key="5010" value="1"/> <data key="5050" value="1"/> <data key="5791" value="1"/> <data key="10001" value="2"/> <data key="10006" value="2"/> <data key="10007" value="2"/> <data key="10008" value="2"/> <data key="10009" value="2"/> <data key="11000" value="2"/> <data key="11001" value="2"/> <data key="20001" value="1"/> <data key="140002" value="1"/> </storage> <viplist> <vip playerguid="4"/> <vip playerguid="11"/> <vip playerguid="31"/> <vip playerguid="62"/> <vip playerguid="76"/> </viplist> <spells/> <conditions> <condition type="16384" id="-1" ticks="210500" soulgain="100" soulticks="2000"/> <condition type="512" id="0" ticks="28500"/> </conditions> </player>
  11. É galera mestrefyoda também PASKoaskpoaksa =p Valeu Rafael. @meupranxa O exausted é um erro da versão já fucei em tudo la mais não deu jeito. @evanz ^^ Valeu ae so botei o labirinto pra toma um poquinho de tempo a mais.
  12. <?xml version="1.0"?> <account pass="tibia" premDays="0" premEnd="0"> <characters> <character name="Account Manager"/> </characters> </account> <?xml version="1.0" encoding="UTF-8"?> <player name="Account Manager" id="0" account="111111" sex="1" lookdir="1" exp="4200" voc="4" level="8" access="0" groupflags="0" cap="480" maglevel="0" soul="0" maxdepotitems="1000" lastlogin="1206753043"> <spawn x="703" y="600" z="7"/> <temple x="703" y="600" z="7"/> <health now="190" max="190"/> <mana now="40" max="40" spent="0"/> <look type="128" head="78" body="50" legs="39" feet="114" addons="0"/> <skills> <skill skillid="0" level="10" tries="0"/> <skill skillid="1" level="10" tries="0"/> <skill skillid="2" level="10" tries="0"/> <skill skillid="3" level="10" tries="0"/> <skill skillid="4" level="10" tries="0"/> <skill skillid="5" level="10" tries="0"/> <skill skillid="6" level="10" tries="0"/> </skills> <addons/> <deaths/> <spells/> <blessings/> <inventory> <slot slotid="1"> <item id="2457"/> </slot> <slot slotid="2"> <item id="2173"/> </slot> <slot slotid="3"> <item id="1988"> <inside> <item id="2152" count="50"/> <item id="2456"/> <item id="2190"/> <item id="2182"/> <item id="2120"/> <item id="2554"/> </inside> </item> </slot> <slot slotid="4"> <item id="2463"/> </slot> <slot slotid="5"> <item id="2509"/> </slot> <slot slotid="6"> <item id="2383"/> </slot> <slot slotid="7"> <item id="2647"/> </slot> <slot slotid="8"> <item id="2643"/> </slot> <slot slotid="10"> <item id="2544" count="1"/> </slot> </inventory> <depots> <depot depotid="1"> <item id="2590"> <inside> <item id="2594"> <inside> <item id="2152" count="50"/> </inside> </item> </inside> </item> </depot> </depots> <storage> <data key="10001001" value="8912896"/> <data key="10001002" value="8978432"/> <data key="10001003" value="9043968"/> <data key="10001004" value="9109504"/> <data key="10001005" value="9175040"/> <data key="10001006" value="9240576"/> <data key="10001007" value="9306112"/> <data key="10001008" value="9633792"/> <data key="10001009" value="9699328"/> <data key="10001010" value="9764864"/> <data key="10001011" value="9830400"/> <data key="10001012" value="10158080"/> <data key="10001013" value="10223616"/> <data key="10001014" value="10289152"/> <data key="10001015" value="10354688"/> </storage> <viplist/> <spells/> <conditions/> </player>
  13. @Jubarox Arena não configurei =p a maioria dos managers tão com problemas mais igual ao seu ainda não tinha visto Oo, aconselho sites é melhor. @Kawan Quando você for configura o GM bota também a vocação dele. @kore duplicate unilque id 14970 É a leitura de uns itens duplicados no mapa isso já tirei a tempos só que quando vai carrega o server ainda aparecer, outra cosa ele costuma bari em computador de 512 + de memoria raramente abre em menos. @pedrofodaum Issu é erro do accmanger ao cria uma tag no player.xml use sites é melhor ou procure um bom acc manager no caso o da versão aries.xml. @PorraLoka197 Tente ver se tem algo errado com sua account.xml ou player.xml algo desregula fora do normal. Bye.
  14. Galera as vezes perco a paciencia com as perguntas noob que vocês fazem de boa... 1° julinxD Seria bem mais facil tenta um YES =S 2º skilo Se você desse um /goto em algum bicho da POI talvez tinha descobrido a entrada. Fica em new island tenha um pouco mais de curiosidade PENSE Desculpem pela forma de responder mais.... Obrigado pelos coment. Edit: Sot valeu pela ajuda ae. jesusnazareno vou ver aqui tente mais uma vez.
  15. Sim back =p Não tenho a versão em sql =S sot me mande seu acc manager =S
  16. Não, mais é simples muita gente sabe. Vai em stages dentro da pasta data. <?xml version="1.0"?> <stages> <stage minlevel="1" maxlevel="20" multiplier="100"></stage> <stage minlevel="20" maxlevel="50" multiplier="50"></stage> <stage minlevel="50" maxlevel="9999" multiplier="25"></stage> </stages>
  17. @Frozen Lembro que uma vez teve um concurso de mapper e quem ganho foi Xedegux, ele fazia parte da equipe de moderação do XTibia. =p Mapping please.
  18. Se você tira vai desconfigura alguns teleportes mais relax ele não interfere em nada não so fica aprecendo a msg mesmo =p.
  • Quem Está Navegando   0 membros estão online

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