Stylaren
08-12-2014, 08:21 PM
Hello!
For some reason my character won't loot any loot from Necromancers, I have tried many different script and settings without success.
After some searching i found this script which shows the corspe ID when standing on it:
while (true) do
print("ID: " .. Map.GetTopMoveItem(Self.Position().x, Self.Position().y, Self.Position().z).id)
wait(100)
break
end
When I run the script it says that Necromancer corpse has ID 18174, anyone know how i can manually add it to Xenobot? Someone sad items.xml in the data folder but that file doesn't seems to exists in newer version of the bot.
For some reason my character won't loot any loot from Necromancers, I have tried many different script and settings without success.
After some searching i found this script which shows the corspe ID when standing on it:
while (true) do
print("ID: " .. Map.GetTopMoveItem(Self.Position().x, Self.Position().y, Self.Position().z).id)
wait(100)
break
end
When I run the script it says that Necromancer corpse has ID 18174, anyone know how i can manually add it to Xenobot? Someone sad items.xml in the data folder but that file doesn't seems to exists in newer version of the bot.