Hello, I've built an Ascent WoW Server for my personal use, but I've got some troubles, nothing seriously so far ...
1st. How I do to send items to other characters or accounts?
2nd. How I do to save incoming tickets?
Thanks xD
Hello, I've built an Ascent WoW Server for my personal use, but I've got some troubles, nothing seriously so far ...
1st. How I do to send items to other characters or accounts?
2nd. How I do to save incoming tickets?
Thanks xD
1. Do you mean like additem to the inventory or mail by ingame mail?
.additem <id> is for the first one
For the second one you must visit the tables named "mailbox" and "mailbox_insert_queue". I don't know what on
2. I guess you mean how to get and read tickets?
First you must join the GM ticket channel
/join gm_sync_channel
Then you get the tickets by writting this
.gmt get
Now you get a list of numbers and names, tosee what one name has written, write this
.gmt getid <Name>
where the first letter is a capital letter.
To delete, uise the same as above but name it .gmt delid <Name>
To add an item to a specific character, just select them normally by clicking them and and typing:
.additem <item id here>
Question to Pigpoo, does you even read the posts before you? Do it next time, please.
Ok, thanks for answer me.
Anyway, I already know that by previous selecting any character and .additem anything would work, but -maybe I explain myself wrong- I was asking for how to send the items by mail to offline characters.
I will try the mail table option xD
Thanks mates.
Don't forget to enable mailbox refreshing from the world conf
Going to change the thread where it should be.
Last edited by Wolfchamane; 08-06-2008 at 01:18 PM.