PDA

View Full Version : Any tips on fixing loot issues


Ephezian
01-20-2004, 03:19 AM
Hi all,

I have a question, I am using MW and EQadmin and it shows the loots set up but when I kill the selected Mob it doesnt drop loots. I was talking to someone last night in IRQ and they stated I need to add the loots now I am still trying to figure out how to do this and was wondering if a kind sole may show an example code on how this is done. Any help would be appreciated just trying to finish my server up.

Thanks

Ephezian

Muuss
01-20-2004, 05:43 AM
(self advertising mode : ON)
Try the spawn editor in my sig :)

Ephezian
01-20-2004, 06:04 AM
I am using your spawn editor but for some reason the spawns and loots show and are in both loots and spawns under loot but are not affecting my mobs ingame. Do you have any ideas what i might be doing wrong?


Ephezian

Muuss
01-20-2004, 10:31 PM
Well, to add a loot you have add a loottable to the loottable_id field of npc_types (right clic the field).
this will open a new window.

in that window (Choose a loottable (and loot management))
* Search for a loottable_entry
OR
* Create a new loottable :
- create a loottdrop-> new
- add items (lootdrop_entries ->new), double clic the new field, and edit it
- create a new loottable -> new, edit it
- finally, create a new loottable_entries -> new

click on USE n (where n is the id of your loottable)

and your npc will have loots when killed.

(ps : don't forget to press Update each time you see a field in yellow).

Muuss