Log in

View Full Version : starting_items table / agnostic players


Eleutherios
01-11-2009, 02:11 PM
I've searched for this but can't find much useful information to help fix my problem;

I'm trying to use the starting_items table in my DB to dole out specific items to new characters depending upon deity choices at creation. So far all deities work except Agnostic players, the entry in my table;


id race class deityid zoneid itemid item_charges gm slot
388 1 1 140 0 1377 1 0 -1


This item doesn't appear in the agnostic characters inventory...Replacing deityid with 207 for example, as shown in the wiki (http://www.eqemulator.net/wiki/wikka.php?wakka=DeityList) as Karana, works just fine.

Any ideas? Is agnostic deityid actually something else? Hopefully it's just something I'm missing.

Eleutherios
01-13-2009, 03:02 PM
Nevermind, got around this by removing all specific entries in the table and using a greeter NPC with a perl script instead.

Still, no idea why it wasn't working.