EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Database/World Building (https://www.eqemulator.org/forums/forumdisplay.php?f=596)
-   -   complete live-like loot tables version 2.0! (https://www.eqemulator.org/forums/showthread.php?t=12584)

govtcheeze 04-12-2004 01:34 AM

FOrgot to add, you should consider writing your updates in sql format, ie:

Code:

UPDATE lootdrop_entries set item_id = ##### where lootdrop_id = ##### and item_id = ##### LIMIT 1;
So in the example above, you would write:

Code:

UPDATE lootdrop_entries set item_id = 13073 where lootdrop_id = 118 and item_id = 12694 LIMIT 1;
This is good for 2 reasons, the first is if you re-source an update of mine, you can simply re-source your sql and the changes are done...no need to do the work again. The second and more important feature is you can post these updates for everyone to use :)

RexChaos 04-12-2004 01:35 AM

I agree. That's a good idea. I was using the iEQ program when I did it however. :-/ Nifty little program I might add.

DataMan4971 04-12-2004 05:00 AM

Very helpful
 
Pretty Cool, Used it on my server


As said above though, it also took forever to source

themushygod 04-12-2004 11:38 AM

ill be adding the update tonight :)

Klasfide 04-13-2004 12:21 AM

Most of my querys are 0 0 too, its not changing them, i did a fresh install of the db aswell, I sourced mw055 1 then alpha 2 , then doorupdates then dumpeditems then loot update then npc types upate

govtcheeze 04-13-2004 01:03 AM

About 75% of them should be 0, each mob is checked for 4 different permutations of the name as they appear in the MW database:

mob
#mob
mobXX
and #mobXX

This is done for completeness sake, and takes awhile.

It also compares each name with the zone in the spawn table, and compares it to the habitats listing from allakhazam. This is why orcs in different zones carry unique loot.

Klasfide 04-13-2004 07:33 AM

Also plat isn't dropping off mobs either.

govtcheeze 04-13-2004 07:54 AM

Make sure you got the new version, and sourced it correctly. It has been dropping my server and the live test server AFAIK. I also double-checked the source to make sure plat drops are in there, and they are:

INSERT INTO loottable VALUES ('4179', 'A_Burynai_Burrower', '440', '2944', '0'); -- A_Burynai_Burrower level is 12
INSERT INTO loottable_entries VALUES ('4179', '4179', '1', '15'); -- A_Burynai_Burrower has 1 total items
INSERT INTO lootdrop VALUES ('4179', 'A_Burynai_Burrower');
INSERT INTO lootdrop_entries VALUES (4179, 5652, 1, 1, '100'); -- A_Burynai_Burrower gets Burynai Digmaster\'s Claw

Klasfide 04-13-2004 10:08 AM

shrug wierd, I sourced it like I always have with your sqls, i did a fresh database with the new update.. shrug not sure then ;/ some plat drops on some mobs but most dont drop plat.

govtcheeze 04-24-2004 05:39 AM

File location has changed. New link is:

http://govtcheeze.eqemulator.net/dow...heeze_loot.rar

- and -

http://govtcheeze.eqemulator.net/dow...e_loot_log.rar

You can always browse to http://govtcheeze.eqemulator.net/download/ for a list of all files I have released.

govtcheeze 05-13-2004 05:56 PM

bumping post, new version released

govtcheeze 09-17-2004 07:56 AM

version 1.0, bling bling

govtcheeze 11-05-2004 01:24 PM

version 2.0, bling bling

SiliconeClone 04-21-2005 08:48 PM

The link is broke.. anyone have this avail?

Calabeth 05-18-2005 05:54 AM

Ok Q for ye Mr Cheeze.

In your updates and such are the Rathe Mtns Hill Giants supposed to be poor bastages now? The server I am playing on has a DB what supposedly has your Loot and Faction DB added in with it. But the Giants are like 3pp at most so far.

If they are supposed to be alot richer then that I'll let the server admin know so they can resource your loot DB into there instead.

PS clicking on your links results in 404 Not Found.

sdabbs65 05-18-2005 06:13 PM

-deleted no longer maintained or compatable-

govtcheeze 06-02-2005 02:53 AM

Its been 6 months since this was maintained, but I am pretty sure coin was based on the level of the mob. I had some formula based on average mob coin values from live and applied it generally to the script since prior to this, mobs didnt drop any coin.

mwmdragon 06-02-2005 05:45 AM

update
 
Hey GOV update your sig bitch!

jk


All times are GMT -4. The time now is 07:30 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.