View Single Post
  #1  
Old 01-11-2009, 02:11 PM
Eleutherios
Fire Beetle
 
Join Date: Jan 2009
Location: -
Posts: 2
Default starting_items table / agnostic players

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;

Code:
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 as Karana, works just fine.

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