• logo_cipsoft
    Nowe serwery zostały otwarte 19 Lut 2025:
    Noctalia (Open PvP) Ignitera (Open PvP) us_logo Xybra (Open PvP)

Monsters WoDBO Monster "Wall"

Status
Zamknięty.

Szymikk

Active User
Dołączył
Listopad 27, 2012
Posty
142
Liczba reakcji
5
Siemka, mam problem, a mianowicie mam zrobionego monstera z wygl?dem ?ciany (id 1111), gdy go ze spawnuje to dostaje debuga czy mo?na temu jako? zaradzi? ?
Kod:
<?xml version="1.0" encoding="UTF-8"?>
  <monster name="Wall" nameDescription="a Wall" race="blood" experience="135000" speed="0" manacost="255">
    <health now="10000000" max="10000000"/>
    <look type="5010" head="20" body="30" legs="40" feet="50" corpse="6065"/>
    <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>
    </attacks>

    <immunities>
      <immunity physical="0"/>
      <immunity energy="0"/>
      <immunity fire="0"/>
      <immunity poison="0"/>
      <immunity lifedrain="0"/>
      <immunity paralyze="0"/>
      <immunity outfit="0"/>
      <immunity drunk="0"/>
      <immunity invisible="0"/>
    </immunities>
<loot>
  </loot>
    <voices interval="2000" chance="5">
      <voice sentence="No co tak slabo"/>
      <voice sentence="Idz stad!"/>
      <voice sentence="Ale ty s?aby jestes..."/>
      <voice sentence=" -.-"/>
    </voices>
  </monster>
 
Odp: WoDBO Monster "Wall"

@Topic,
Ten temat chyba powinien by? w pomocy ?!
 
Odp: WoDBO Monster "Wall"

Musisz zrobi? outfit o wygl?dzie ?ciany. Nie mo?esz wstawia? itemu jako outfit. Wiem ?e mo?na komend? jako GM ustawi? ale to nie dzia?a gdy robimy moba (chyba :P )
 
Odp: WoDBO Monster "Wall"

Mo?e tak:

<?xml version="1.0" encoding="UTF-8"?>
<monster name="Wall" nameDescription="a Wall" race="blood" experience="135000" speed="0" manacost="255">
<health now="10000000" max="10000000"/>
<look typex="ID Przedmiotu" head="20" body="30" legs="40" feet="50" corpse="6065"/>
<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>
</attacks>

<immunities>
<immunity physical="0"/>
<immunity energy="0"/>
<immunity fire="0"/>
<immunity poison="0"/>
<immunity lifedrain="0"/>
<immunity paralyze="0"/>
<immunity outfit="0"/>
<immunity drunk="0"/>
<immunity invisible="0"/>
</immunities>
<loot>
</loot>
<voices interval="2000" chance="5">
<voice sentence="No co tak slabo"/>
<voice sentence="Idz stad!"/>
<voice sentence="Ale ty s?aby jestes..."/>
<voice sentence=" -.-"/>
</voices>
</monster>


Tak
<look typex="ID Przedmiotu"
albo tak :
<look typeex="ID Przedmiotu"
 
Odp: WoDBO Monster "Wall"

Spoko :) jak trzeba pomocy to pisz do mnie :P

Temat do zamkni?cia.
 
Status
Zamknięty.
Do góry