Quote:
Originally Posted by manyak123123123
and here no info on how i can add gm items to my gm lol
|
That is pretty simple. Just put items in your character's inventory ingame. Like copper and then go to the sql character database-->user_bag table and find your character using character number. Once found look for copper which is 9901 and change it with item index you want.
Second method is setup the send item script in your webserver and use it to send items to any characters you want.
Quote:
Originally Posted by xmaster76
how to register in SQL QUERY ANALYZER
|
Just register from enterprise manager.
Go to account database. user_profile table.
Now on a new line put a unique user_no (by unique i mean a user # that has not been used) then put ur username and password (password has to be md5 hashed, google it for md5 converter) then resident number (copy it from a line above. All of them have to be same and it starts with 800 then something I forgot

) after your done that just press run from the top (looks like an exclamation mark) and you should be done.
Second and easier method is to setup a register page which takes couple seconds.