Newbie Gift [HELP]

06/15/2012 06:57 pretzel666#1
Ok So when the new player clicks on the pack it gives just the gears , i wanna make it give a noob casual i made and also to make the pack disappear when its used? Can anyone help me? :P (And Yes i used the search) :handsdown::handsdown:
06/16/2012 10:57 magewarior2#2
change it into the cq_action
06/16/2012 16:54 pretzel666#3
i know this idk what to change lol ,

I found it in cq_action just i dont know what to insert for my item to come out of the pack
06/18/2012 04:15 karnyge#4
Just thinking about this one for a few days, and I think -

If you have the Noob Gift item code. Open that item in the db and add the casual code to the item.
Unfortunately, I dont really know where to look for this particular item and its contents.
Unless, you write a new cq_action line and add it to the sequence for the NoobGift. A code that adds the casual to the persons bag.

EG
Code says add items a, b, c, d, e, and f, items to the recipients inventory. (These would be the gears).
Now add a following-on code that says add the casual.

Does that make sense?