Removing Guide Book

01/01/2009 23:14 LordIllithid#1
How would I go about removing the Guide Book that players start with. Any and all help would be appreciated. Thanks in advance..
01/02/2009 02:23 Necron33#2
just delete its id from cq_itemtype.
01/02/2009 16:26 LordIllithid#3
I may have misstated the question. I dont want to remove it from the db, but what I want to do is keep players from starting with it. Sorry for the misunderstanding.
01/03/2009 08:27 ChronoZero#4
you must locate it in your cq_action, best way to do this is create a brand new character and make it PM then it will show what items are givin to you right off the bat, then you can locate the ID of the item in cq_itemtype and search your cq_action for it being givin, then just skip that ID in cq_action

may be alittle confusing but it works.
01/03/2009 23:07 LordIllithid#5
Thanks, tried it. Worked out nice.