• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Loot Disappeared

Tyhawk master

New Member
Joined
Jan 10, 2015
Messages
149
Reaction score
4
hey guys since i have created a website All my monsters loot has gone from ingame but i have checked the creature script and there all there how can i sort this ?? please tell me
 
Server version?
There are many different version of servers you just can't ask a general question and not provide any information and expect an answer.
 
What character did you spawn the creature on? god, cm, gm?

We need information about the changes you made to your server, remember we are not sitting in front of your computer and cannot see the changes if any you made.

Imagine if I were to ask you what make and model my car is.. you wouldn't be able to tell me because you don't know so I would have to provide hints or pictures so you could make an educational guess even if you know nothing about cars.
 
[7:12:04.845] [Warning - Monsters::loadMonster] Cant load loot. (data/monster/Ge
o-Elementals/gargoyle.xml)
[7:12:04.934] [Warning - Monsters::loadMonster] Cant load loot. (data/monster/Gh
osts/ghost.xml)
[7:12:04.945] [Warning - Monsters::loadMonster] Cant load loot. (data/monster/Gh
osts/spectre.xml)
[7:12:04.983] [Warning - Monsters::loadMonster] Cant load loot. (data/monster/Gi
ants/behemoth.xml)
[7:12:05.359] [Warning - Monsters::loadMonster] Cant load loot. (data/monster/Li
zards/lizard sentinel.xml)
[7:12:05.426] [Warning - Monsters::loadMonster] Cant load loot. (data/monster/Mi
notaurs/minotaur archer.xml)
[7:12:05.696] [Warning - Monsters::loadMonster] Cant load loot. (data/monster/Mo
nks/dark monk.xml)
[7:12:05.735] [Warning - Monsters::loadMonster] Cant load loot. (data/monster/Mo
nks/monk.xml)
[7:12:05.964] [Warning - Monsters::loadMonster] Cant load loot. (data/monster/Ou
tlaws/assassin.xml)
[7:12:05.965] [Warning - Monsters::loadMonster] Cant load loot. (data/monster/Ou
tlaws/assassin.xml)
[7:12:05.968] [Warning - Monsters::loadMonster] Cant load loot. (data/monster/Ou
tlaws/assassin.xml)
[7:12:05.968] [Warning - Monsters::loadMonster] Cant load loot. (data/monster/Ou
tlaws/assassin.xml)
[7:12:05.991] [Warning - Monsters::loadMonster] Cant load loot. (data/monster/Ou
tlaws/black knight.xml)
 
i didnt change anything withing monsters after i created website all i did was create the website , Create a new quest and tested on a character then realised there was no loot being dropped
 
<!-- Geo-Elementals -->
<monster name="Damaged Worker Golem" file="Geo-Elementals/damaged worker golem.xml"/>
<monster name="Earth Elemental" file="Geo-Elementals/earth elemental.xml"/>
<monster name="Earth Overlord" file="Geo-Elementals/earth overlord.xml"/>
<monster name="Gargoyle" file="Geo-Elementals/gargoyle.xml"/>
<monster name="Stone Golem" file="Geo-Elementals/stone golem.xml"/>
<monster name="Jagged Earth Elemental" file="Geo-Elementals/jagged earth elemental.xml"/>
<monster name="Massive Earth Elemental" file="Geo-Elementals/massive earth elemental.xml"/>
<monster name="Muddy Earth Elemental" file="Geo-Elementals/muddy earth elemental.xml"/>
<monster name="War Golem" file="Geo-Elementals/war golem.xml"/>
<monster name="Worker Golem" file="Geo-Elementals/worker golem.xml"/>
 
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Gargoyle" nameDescription="a gargoyle" race="blood" experience="150" speed="250" manacost="0">
    <health now="450" max="450"/>
    <look type="95" corpse="6027"/>
    <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="30"/>
    </flags>
    <attacks>
        <attack name="melee" interval="2000" skill="45" attack="24"/>
        <attack name="physical" interval="1000" chance="24" range="7" min="-50" max="-110">
            <attribute key="shootEffect" value="largerock"/>
        </attack>
    </attacks>
    <defenses armor="26" defense="20">
        <defense name="healing" interval="1000" chance="10" min="5" max="15">
            <attribute key="areaEffect" value="blueshimmer"/>
        </defense>
    </defenses>
    <elements>
        <element earthPercent="100"/>
        <element physicalPercent="22"/>
        <element deathPercent="20"/>
        <element firePercent="-10"/>
    </elements>
    <immunities>
        <immunity lifedrain="1"/>
    </immunities>
    <voices interval="5000" chance="10">
        <voice sentence="Harrrr Harrrr!"/>
        <voice sentence="Stone sweet stone."/>
        <voice sentence="Feel my claws, softskin."/>
        <voice sentence="Chhhhhrrrrk!"/>
        <voice sentence="There is a stone in your shoe!"/>
    </voices>
    <loot>
        <item id="2148" countmax="20" chance="100000"/><!-- gold coin -->
        <item id="2671" countmax="2" chance="33333"/><!-- ham -->
        <item id="2666" countmax="3" chance="33333"/><!-- meat -->
        <item id="" chance="20000"/><!-- steel helmet -->
        <item id="2513" chance="25000"/><!-- battle shield -->
        <item id="2209" chance="3333"/><!-- club ring -->
        <item id="2394" chance="5000"/><!-- morning star -->
        <item id="1987" chance="100000"><!-- bag -->
            <inside>
                <item id="2489" chance="2500"/><!-- dark armor -->
                <item id="2148" countmax="5" chance="100000"/><!-- gold coin -->
            </inside>
        </item>
    </loot>
</monster>
 
Check all the other files that are listed in the errors and see if there is any itemid's missing then restart your server
 
im using it as donation helmet and i got told to take the id out so i doesnt drop
So change it to something else... do you need me to wipe your nose for you too?

Come on you can't be that hopeless that you can't put 2 and 2 together.
I know the above comments are mean but god damn...
 
Back
Top