Mailing Items w/o PHP

INSERT INTO tblMail1 VALUES('','YOUR_NAME_HERE','Kasham',0,'Uniques',1,'','');
INSERT INTO tblSpecialItem1 VALUES(6,YOUR_ITEM_NUMBER_HERE,4,2,1,100,100,1,'YOUR_NAME_HERE',100,0,'','','','','','');

Start Quey Analyzer, change your name and the wanted item #., Execute it. IF your mail works you should have the item in the mail.
 
I've been trying to figure out how to mail items to my character all day. I've tried what you posted, Sume, to mail uniqs/sunsets to your character. But when I enter that into my Query Analyzer and execute it, it tells me:

Invalid object name 'tblMail1'.
and
Invalid object name 'tblSpecialItem1'.

I've checked and both of these objects are there, so I'm not sure why it is telling me that the object names are invalid. Could you give me any insight as to what might be the problem? I'd really appreciate it =)
 
:p it helps if you sending the query to the right database....
On the top of the page youll see a dropdown bar, yours prolly saying "master". Change that to "redmoon"
^^
 
Back