How to give (Automatic) new registred Players Donate Items in Storage?
:glare:
hehe i hope u can answer me Question: i think its very Simple but i forgot it.D
How to give (Automatic) new registred Players Donate Items in Storage?
ty everyone ;D
Re: How to give (Automatic) new registred Players Donate Items in Storage?
ahh i'll explain in short,
you see INSERT INTO Account in register.php
below that add INSERT INTO Accountitem .. .
now use your brain and do it ! i gues nobody supports with full answer
Re: How to give (Automatic) new registred Players Donate Items in Storage?
Re: How to give (Automatic) new registred Players Donate Items in Storage?
Quote:
Originally Posted by
jordymisty
u cant say it better :(
or u cant understand better?
Re: How to give (Automatic) new registred Players Donate Items in Storage?
Quote:
Originally Posted by
Ronny786
ahh i'll explain in short,
you see INSERT INTO Account in register.php
below that add INSERT INTO Accountitem .. .
now use your brain and do it ! i gues nobody supports with full answer
Lol Ronny your are really Cruel!! hehehehe
Jordymsty, As I remember hmm GO to the Database look for the account or Character >.> (I think I forgot it) LOL What to do. WTF!!
Re: How to give (Automatic) new registred Players Donate Items in Storage?
You could do it two ways. Since it's the account storage, I don't believe they need to have a character made yet. So you could do it by PHP, or edit the stored procedure for when they create a character. Probably easier by PHP
Re: How to give (Automatic) new registred Players Donate Items in Storage?
Quote:
Originally Posted by
jordymisty
:glare:
hehe i hope u can answer me Question: i think its very Simple but i forgot it.D
How to give (Automatic) new registred Players Donate Items in Storage?
ty everyone ;D
Simple,
Add and edit this line under the INSERT Account data in your register page :
Quote:
mssql_query("INSERT INTO AccountItem (AID,ItemID,RentDate,RentHourPeriod,Cnt) VALUES ('HERE AID','ITEMID',GETDATE(),TIME IN HOURS,COUNT)");
Re: How to give (Automatic) new registred Players Donate Items in Storage?
Easily done lol, Ronny's method was perfect.
Re: How to give (Automatic) new registred Players Donate Items in Storage?
ZilZiz's way worked too but i think the best way would be to use how Ronny did it. That worked perfect for me.