View Single Post
  #6  
Old 01-21-2003, 04:21 PM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

I was playing with your 260.qst beggar Drawde.. 1st, there should be a space between GIVE_CASH and the value, sep isnt looking over the :

Next, the update packet is never sent to the client after the cash is added, so it's put into the character inventory, but the client is never told.. If you add a few plat then zone, you should see what i mean..

The packet needs to be sent to update the player cash amount on the client, then it will show up immediately.. Probably need to create a seperate function to do that, AddCash that will create and send the update packet structure all in one call...

Not sure what Save() does, it just returns true...
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote