What's new

Potwory na zam?wienie!

Status
Not open for further replies.

GM Praga

Advanced User
Joined
Jun 19, 2008
Messages
366
Reaction score
24
Age
30
Odp: Potwory na zam?wienie!

dodalem sobie te potworki ktore dajesz ale zadnego z nich nie moge zabic nawet gmem dlaczego tak sie dzieje??
prosze o pomoc

Wyglada na to ze ty jedyny masz ten problem sprawdz czy masz wszystko dobrze skopiowane do pliku xml a jak nie sprawdz czy dobrze napisales linijke do monsters.xml jak nie dziala to przykro mi ;/
 

Szybki

User
Joined
May 1, 2008
Messages
22
Reaction score
3
Odp: Potwory na zam?wienie!

monstera robi sie w notatniku po ... programy, zanim program sie wlaczy bedziesz miec monstera notatnikiem.

co do sprite ja moge robic new wyglady ;P.

Sprawdzmy co tam umiesz...

looktype: 275
nazwa: Water Snake
wymysl z 3 nowe czary dla niego (woda)
ma zamieniac gracza na chwile w fish, a sam zamieniac sie na chwile w water elemental
loot:blue robe, mystic turban, 3 golden nuggets, mpa, 10-30 cc
hp: 40k
speed daj 500


POWODZENIA!! :p(mam nadzieje ze umiesz. bo jak nie to narazie nie pisz takich tematow :p)

zdaje mi sie ze zignorowales moj post -.- chcialbym przypomniec :p
 

Xinx

Senior User
Joined
Jun 17, 2008
Messages
712
Reaction score
127
Age
31
Odp: Potwory na zam?wienie!

Uwaga zrobi?em w?asny temat potwory na zam?wienie lecz niestety zosta? on usuni?ty oraz moderator napisa? mi abym tutaj przyjmowa? zlecenia no wiec piszecie mi tak
1.Nazwa Potwora
2.Hp
3.Speed
4.Wygl?d
5.Loot
6.Oraz pod jaka tibie
7.Cos odsiebie (nieobiecuje ze zrobie na 100%)

Potw?r powinien dzia?a? na 90 % :p czyli 9/10

To Tyle
 
Last edited:

BladeS

Active User
Joined
Sep 1, 2008
Messages
72
Reaction score
3
Odp: Potwory na zam?wienie!

Nazwa monstera :The Dark Man
HP : 500000
Speed : 200
Wygl?d : Citizen w czarnym ubraniu
Loot : dark armor,golden helmet,backpack of holding,mastermind shield
Tibia 8.0
Walenie z exevo gran mas mort i zmienia w vampire
 

Xinx

Senior User
Joined
Jun 17, 2008
Messages
712
Reaction score
127
Age
31
Odp: Potwory na zam?wienie!

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="The Dark Man" nameDescription="a vampire" race="blood" experience="29000" speed="200" manacost="100">
  <health now="500000" max="500000"/>
  <look type="134" head="20" body="30" legs="40" feet="50" corpse="6006"/>
  <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="1"/>
    <flag canpushcreatures="1"/>
    <flag targetdistance="1"/>
    <flag staticattack="90"/>
    <flag runonhealth="0"/>
  </flags>
  <attacks>
    <attack name="melee" interval="2000" min="-30" max="-180"/>
    <attack name="Mas Death" interval="2000" chance="20" range="1" min="-700" max="-1800">
      <attribute key="areaEffect" value="redshimmer"/>
    </attack>
    <attack name="speed" interval="2000" chance="12" radius="6" target="0" speedchange="-600" duration="60000">
      <attribute key="areaEffect" value="redshimmer"/>
    </attack>
  </attacks>

  <defenses armor="17" defense="23">
    <defense name="outfit" interval="1500" chance="60" monster="vampire" duration="6000">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>
    <defense name="outfit" interval="1500" chance="50" monster="vampire" duration="6000">
      <attribute key="areaEffect" value="blueshimmer"/>
    </defense>

     <defense name="speed" interval="1500" chance="120" range="7" speedchange="300" duration="30000">
      <attribute key="areaEffect" value="redshimmer"/>
    </defense>
  </defenses>
  <immunities>
    <immunity physical="0"/>
    <immunity energy="0"/>
    <immunity fire="0"/>
    <immunity poison="1"/>
    <immunity lifedrain="1"/>
    <immunity paralyze="1"/>
    <immunity outfit="1"/>
    <immunity drunk="1"/>
    <immunity invisible="1"/>
  </immunities>
  <voices interval="5000" chance="100"> 
    <voice sentence="Kill" yell="1"/>
    <voice sentence="Dead"/>
    <voice sentence="I sell you dead"/>
    <voice sentence="Dark Man"/>
  </voices>
  <loot>
    <item id="2148" countmax="9" chance1="100000" chancemax="0"/>
    <item id="3314" chance="8000"/> 
    <item id="2383" chance="1666"/>
    <item id="5905" countmax="1" chance1="2000" chancemax="0"/>
    <item id="3383" chance="2000"/> --dark armor
    <item id="3365" countmax="1" chance="2000"/> --golden helmet
    <item id="1987" chance="100000"
      <inside>
        <item id="2148" countmax="4" chance1="2500" chancemax="0"/>
        <item id="2032" chance="10000"/>
        <item id="2229" countmax="3" chance1="10000" chancemax="0"/>
        <item id="2412" chance="15000"/>
        <item id="2747" chance="18000"/>
        <item id="2534" chance="500"/>
        <item id="2396" chance="600"/>
        <item id="2144" countmax="3" chance1="1538" chancemax="0"/>
        <item id="2479" chance="1428"/>
      </inside>
    </item>
  </loot>
</monster>


Powinno dzia?a?
 

BladeS

Active User
Joined
Sep 1, 2008
Messages
72
Reaction score
3
Odp: Potwory na zam?wienie!

nie dzia?a :/
zr?b mi kolejnego :

Nazwa monstera : The Master
HP : 1000000
Speed : 500
Wygl?d : Custommer supporta
Loot : blessed robe,golden helmet,backpack of holding,blessed shield,blessed legs
Tibia 8.0
Walenie z exevo gran mas vis
 
Last edited:

Xinx

Senior User
Joined
Jun 17, 2008
Messages
712
Reaction score
127
Age
31
Odp: Potwory na zam?wienie!

Blades jak nie dzia?a mi dzia?? pod silnik Evo 8.0

#edit

Code:
<?xml version="1.0" encoding="UTF-8"?>
  <monster name="The Master" nameDescription="demons" race="blood" species="fire" experience="5500" speed="500" manacost="0">
    <health now="1000000" max="1000000"/>
    <look type="266" head="20" body="30" legs="40" feet="50" corpse="7622"/>
    <targetchange interval="60000" chance="0"/>
    <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="1"/>
      <flag staticattack="50"/>
      <flag lightlevel="0"/>
      <flag lightcolor="0"/>
      <flag targetdistance="1"/>
      <flag runonhealth="210"/>
    </flags>
    <attacks>
      <attack name="melee" interval="2000" min="-300" max="-1300"/>
      <attack name="ultimate explosion" interval="6000" chance="80" min="-500" max="-1500"/>
    </attacks>
    <defenses armor="32" defense="34">
      <defense name="light healing" interval="6000" chance="70" min="30" max="80"/>
    </defenses>
    <immunities>
      <immunity physical="0"/>
      <immunity energy="0"/>
      <immunity fire="1"/>
      <immunity poison="1"/>
      <immunity lifedrain="0"/>
      <immunity paralyze="0"/>
      <immunity outfit="0"/>
      <immunity drunk="1"/>
      <immunity invisible="1"/>
    </immunities>
    <voices interval="2000" chance="5">
      <voice sentence="The Master"/>
    </voices>
    <loot>
      <item id="2148" countmax="100" chance1="100000" chancemax="0"/>
      <item id="2672" countmax="2" chance1="20000" chancemax="0"/>
      <item id="2469" chance="1111" />
      <item id="2523" chance="1111" />
      <item id="2524" chance="1111" />
    </loot>
  </monster>

Prosze ten powinien dzia?ac ... jak nie dzia?a pod 8.0 to sprawdz czy bedzie dzia?al pod 8.10
 
Last edited:

GM Praga

Advanced User
Joined
Jun 19, 2008
Messages
366
Reaction score
24
Age
30
Odp: Potwory na zam?wienie!

Xinx chcia?em podzi?kowa? ci za pomoc w tym temacie poniewa? teraz szko?a,prace domowe i jeszcze choroba a nied?ugo wyjazd oby dwaj bedziemy mogli robi? monstery jeszcze raz dzi?ki za pomoc
 

Hawks

Advanced User
Joined
Apr 12, 2008
Messages
378
Reaction score
28
Odp: Potwory na zam?wienie!

Name: Simba
hp: 100k
Loot: 3-7 assaassin star
Obra?enia: z pionsona (co? jak exevo gran mas pox tylko troche mniejsze) za 600+800hp, z ?apy za 500-700hp.
Wygl?d : Jak lew ;D
 

Xinx

Senior User
Joined
Jun 17, 2008
Messages
712
Reaction score
127
Age
31
Odp: Potwory na zam?wienie!

Code:
<?xml version="1.0" encoding="UTF-8"?>
  <monster name="Simba" nameDescription="a king lion" race="blood" experience="4500" speed="500" manacost="320">
    <health now="100000" max="100000"/>
    <look type="41" head="20" body="30" legs="40" feet="50" corpse="2889"/>
    <targetchange interval="60000" chance="0"/>
    <strategy attack="100" defense="0"/>
    <flags>
      <flag summonable="1"/>
      <flag attackable="1"/>
      <flag hostile="1"/>
      <flag illusionable="1"/>
      <flag convinceable="1"/>
      <flag pushable="0"/>
      <flag canpushitems="0"/>
      <flag staticattack="50"/>
      <flag lightlevel="0"/>
      <flag lightcolor="0"/>
      <flag targetdistance="1"/>
      <flag runonhealth="0"/>
    </flags>
  <attacks>
    <attack name="melee" interval="2000" min="-500" max="-700"/>
    <attack name="poison" interval="3000" chance="34" range="7" radius="2" target="1" min="-600" max="-800">
      <attribute key="shootEffect" value="posion"/>
      <attribute key="areaEffect" value="poisonarea"/>
    </attack>
  </attacks>
  <defenses armor="15" defense="10"/>
  <immunities>
    <immunity physical="0"/>
    <immunity energy="0"/>
    <immunity fire="0"/>
    <immunity poison="1"/>
    <immunity lifedrain="1"/>
    <immunity paralyze="0"/>
    <immunity outfit="1"/>
    <immunity drunk="1"/>
    <immunity invisible="1"/>
  </immunities>
  <summons maxSummons="6">
    <summon name="Lion" interval="1000" chance="12" max="6"/>
  </summons>
  <voices interval="5000" chance="10">
    <voice sentence="Simba xD"/>
    <voice sentence="Here's looking at you!"/>
    <voice sentence="You are Dead Bye Bye ;p"/>
    <voice sentence="You've got the look!"/>
  </voices>
  <loot>
    <item id="3976" countmax="10" chance1="50000" chancemax="0"/>
    <item id="2148" countmax="52" chance1="100000" chancemax="0"/>
    <item id="2175" chance="4000"/>
    <item id="2181" chance="1333" /> -- quagmire rod
    <item id="2509" chance="3333"/>
    <item id="2377" chance="2000"/>
    <item id="3972" chance="100"/>
    <item id="1987" chance="90000">
      <inside>
        <item id="2512" countmax="1" chance="3000"/>
        <item id="2394" chance="5000"/>
        <item id="2148" countmax="7" chance1="100000" chancemax="0"/>
        <item id="2518" chance="1000"/>
        <item id="2397" chance="6666"/>
        <item id="7368" chance="9999" countmax="7" />
      </inside>
    </item>
  </loot>
</monster>

Mam nadzieje ?e teraz dzia?a
 
Last edited:

Hawks

Advanced User
Joined
Apr 12, 2008
Messages
378
Reaction score
28
Odp: Potwory na zam?wienie!

Wszystko dobrze, tylko, ?e wali z ognia i ucieka, ja wol? aby mnie atakowa?a z poinsosna i nie ucieka? jak do neigo podchodz?, A i ?eby z ka?dego lecia?y tylko od 3 do 7 assassin star?w!
Prosz? o nowego;]
 

dawid2008

Active User
Joined
May 26, 2008
Messages
121
Reaction score
3
Odp: Potwory na zam?wienie!

Ja tam moge tez zrobic moze nawet zrobimy male battle :)

Jak chcesz battle to pisz na PW :)

@PS

Potwory niczego sobie ;p
 

123mamut

Advanced User
Joined
Apr 12, 2008
Messages
282
Reaction score
21
Odp: Potwory na zam?wienie!

prosz? po potwora pod tibie 8.1
nazwa hitlerek
Moce w zwarciu i z sd
loot demon legs, golden helmet
hp 1000000
 

Xinx

Senior User
Joined
Jun 17, 2008
Messages
712
Reaction score
127
Age
31
Odp: Potwory na zam?wienie!

123 mamut prosze oto potw?r dla ciebie

Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Hitlerek" nameDescription="a Szwab" race="UNDEAD" experience="6000" speed="580" manacost="0">
  <health now="1000000" max="1000000"/>
  <look type="130" head="0" body="0" legs="0" feet="0" addons="3" corpse="6080"/>
  <targetchange interval="5000" chance="8"/>
  <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 canpushcreatures="1"/>
    <flag targetdistance="1"/>
    <flag staticattack="90"/>
    <flag runonhealth="0"/>
  </flags>
  <attacks>
    <attack name="melee" interval="2000" min="-300" max="-1000"/>
    <attack name="lifedrain" interval="3000" chance="4" range="1" min="-50" max="-250">
      <attribute key="areaEffect" value="blueshimmer"/>
    </attack>
    <attack name="speed" interval="4000" chance="15" range="7" speedchange="-600" duration="30000">
      <attribute key="areaEffect" value="redshimmer"/>
    </attack>
    <attack name="lifedrain" interval="1000" chance="17" radius="3" target="0" min="-120" max="-200">
      <attribute key="areaEffect" value="redshimmer"/>
    </attack>
    <attack name="lifedrain" interval="2000" chance="9" length="8" spread="0" min="-100" max="-200">
      <attribute key="areaEffect" value="redshimmer"/>
    </attack>
    <attack name="physical" interval="2000" chance="8" range="7" min="-400" max="-700">
      <attribute key="shootEffect" value="suddendeath"/>
      <attribute key="areaEffect" value="mortarea"/>
  </attacks>
  <defenses armor="20" defense="20">
    <defense name="healing" interval="1000" chance="17" min="50" max="150">
      <attribute key="areaEffect" value="redshimmer"/>
    </defense>
  </defenses>
  <immunities>
    <immunity physical="0"/>
    <immunity energy="0"/>
    <immunity fire="1"/>
    <immunity poison="1"/>
    <immunity lifedrain="1"/>
    <immunity paralyze="1"/>
    <immunity outfit="1"/>
    <immunity drunk="1"/>
    <immunity invisible="1"/>
  </immunities>
  <summons maxSummons="4">
    <summon name="Hero" interval="1000" chance="17" max="4"/>
  </summons>
  <voices interval="5000" chance="10">
    <voice sentence="Szwabska Armata"/>
    <voice sentence="You will endure agony beyond thy death!"/>
    <voice sentence="Death awaits all!"/>
    <voice sentence="Thy living flesh offends me!"/>
    <voice sentence="Death and Decay!"/>
  </voices>
  <loot>
 	<item id="2148" countmax="100" chance1="100000" chancemax="0"/>
 	<item id="3365" chance="10000"/> --golden helmet
 	<item id="3389" chance="1666"/> --demon legs
 	<item id="2656" chance="709"/> --blue robe
 	<item id="2144" countmax="6" chance1="6666" chancemax="0"/>  black pear

 	<item id="1987" chance="100000">
 	<inside>
 	<item id="2535" chance="588"/> --castle shield
 	<item id="2165" chance="888"/> --stealth ring
 	<item id="2143" countmax="4" chance1="4000" chancemax="0"/>  white pear
 	<item id="2237" chance="10000"/> --dirty cape
 	<item id="2148" countmax="12" chance1="80000" chancemax="0"/>
 	<item id="2175" chance="10000"/> --spell book
 	<item id="2179" chance="900"/> --gold ring
 	<item id="3360" chance="1000"/> --golden armor
 	<item id="7893" chance="1000"/> --Lightning Boots
      </inside>
    </item>
  </loot>
</monster>
 

Hawks

Advanced User
Joined
Apr 12, 2008
Messages
378
Reaction score
28
Odp: Potwory na zam?wienie!

To jak poprawisz mi tego potworka ? ^^
 

Xinx

Senior User
Joined
Jun 17, 2008
Messages
712
Reaction score
127
Age
31
Odp: Potwory na zam?wienie!

OMFG jush dawno poprawi?em wczoraj w nocy :p pisze zreszta ,, Mam nadzieje ?e teraz dzia?a,,
 

Szybki

User
Joined
May 1, 2008
Messages
22
Reaction score
3
Odp: Potwory na zam?wienie!

looktype: 275
nazwa: Water Snake
wymysl z 3 nowe czary dla niego (woda)
ma zamieniac gracza na chwile w fish, a sam zamieniac sie na chwile w water elemental
loot:blue robe, mystic turban, 3 golden nuggets, mpa, 10-30 cc
hp: 40k
speed daj 500



czy wy nie zauwa?acie moich post?w?
 

Piotrek1474

Advanced User
Joined
Sep 13, 2008
Messages
193
Reaction score
5
Age
32
Odp: Potwory na zam?wienie!

Zb?dny taki temat ale ok zobacz? twoje zdolno?ci :)

Zr?b mi potwora: Orc Humman pod TFS'a i zobacz? czy tylko edytujesz
czy umiesz :p
 
Status
Not open for further replies.
Top