Xml question

07/12/2019 14:20 pauma16#1
Hey, when i try to add spider xml, it is too long so it doesnt fit: how can I Add it?
Also if someone has chicken raid xml and can send it i would be so thankful ;P
07/12/2019 23:13 Worldie#2
I remember having this problem already, so instead of pasting the XML script from the VPS, I did it from my PC and everything worked fine after that
07/13/2019 01:18 redbull2905#3
Code:
<?xml version="1.0" encoding="utf-8" ?>
<Definition>
  <Globals>
    <Id Value="3" />
    <Label Value="Raid Giant Spider" />
    <LevelMinimum Value="50" />
    <LevelMaximum Value="255" />
    <StartX Value="55" />
    <StartY Value="56" />
    <RequiredItems>
      <Item VNum="1130" Amount="1" />
    </RequiredItems>
    <GiftItems>
      <Item Amount="1" VNum="302" Design="3" IsRandomRare="1" />
      <Item Amount="3" VNum="5010" Design="3" IsRandomRare="1" />
    </GiftItems>
  </Globals>
  <InstanceEvents>
    <CreateMap Map="0" VNum="2532">
      <SetMonsterLockers Value="1" />
      <SetButtonLockers Value="0" />
      <RefreshRaidGoals/>
      <SummonMonster VNum="289" PositionX="33" PositionY="36" IsHostile="true" IsBoss="1">
        <OnDeath>
          <RemoveMonsterLocker/>
          <RefreshRaidGoals/>
          <End Type="1" />
          <ThrowItem VNum="1046" PackAmount="30" MinAmount="70000" MaxAmount="100000"/>

        </OnDeath>
      </SummonMonster>
    </CreateMap>
  </InstanceEvents>
</Definition>