View Single Post
  #1  
Old 03-03-2015, 07:08 PM
utbbop
Sarnak
 
Join Date: May 2009
Location: Mentor
Posts: 58
Default Starting_Items Issues

Hi All,

Did some searching and couldn't find anything specific to support me so I am back and need some guidance...

I am having issues with my starting items.

My Starting_Items table:
Code:
"id"	"race"	"class"	"deityid"	"zoneid"	"itemid"	"item_charges"	"gm"	"slot"
"1"	"0"	"0"	"0"	"0"	"15865"	"1"	"0"	"-1"
"35"	"0"	"0"	"0"	"0"	"18390"	"1"	"0"	"-1"
"3"	"0"	"0"	"0"	"0"	"9991"	"20"	"0"	"-1"
"2"	"0"	"0"	"0"	"0"	"9990"	"20"	"0"	"-1"
"5"	"0"	"1"	"0"	"0"	"1446"	"1"	"0"	"-1"
"10"	"0"	"2"	"0"	"0"	"18388"	"1"	"0"	"-1"
"6"	"0"	"3"	"0"	"0"	"3539"	"1"	"0"	"-1"
"7"	"0"	"4"	"0"	"0"	"3904"	"1"	"0"	"-1"
"249"	"0"	"4"	"0"	"0"	"8005"	"100"	"0"	"-1"
"248"	"0"	"4"	"0"	"0"	"18442"	"1"	"0"	"-1"
"8"	"0"	"5"	"0"	"0"	"3905"	"1"	"0"	"-1"
"11"	"0"	"6"	"0"	"0"	"18408"	"1"	"0"	"-1"
"12"	"0"	"7"	"0"	"0"	"3902"	"1"	"0"	"-1"
"250"	"0"	"8"	"0"	"0"	"18640"	"1"	"0"	"-1"
"251"	"0"	"8"	"0"	"0"	"14834"	"1"	"0"	"-1"
"14"	"0"	"9"	"0"	"0"	"18641"	"1"	"0"	"-1"
"13"	"0"	"10"	"0"	"0"	"18409"	"1"	"0"	"-1"
"15"	"0"	"11"	"0"	"0"	"18387"	"1"	"0"	"-1"
"16"	"0"	"12"	"0"	"0"	"14300"	"1"	"0"	"-1"
"17"	"0"	"13"	"0"	"0"	"14213"	"1"	"0"	"-1"
"18"	"0"	"14"	"0"	"0"	"18641"	"1"	"0"	"-1"
"19"	"0"	"15"	"0"	"0"	"18601"	"1"	"0"	"-1"
"247"	"0"	"16"	"0"	"0"	"2840"	"1"	"0"	"-1"
In an effort to keep this simple, the types of issues I am having is that I am starting with random items not outlined in my starting_items table, on multiple different classes.

An example of the types of errors I am having is as follows:
- When making a bard, I start with the items outlined in my table above AND with "random" items, such as items 8500 and 59967 which are quite obviously not in my starting_items table...


Anyone able to advise how or why this might be happening and perhaps advise on a fix?

As per usual, thanks for your time/help.
Reply With Quote