Heyhou :D:
Maybe someone can help me with this, i need a mass mailer for PW. I want to send every character a special item. Anyone has a mod for the mailer of pwAdmin ?
Printable View
Heyhou :D:
Maybe someone can help me with this, i need a mass mailer for PW. I want to send every character a special item. Anyone has a mod for the mailer of pwAdmin ?
Thats a lot of db process usage which will most likely crash your gamedbd process.
Id recommend doing the following:
- Create a script where if the player wants the item they login to this script.
- Click on recieve item and select the character on the account they logged on.
- Open a socket to Java using the mail protocol sending the item to the character they selected and placing the process into a sql db advising that this character on this id/account has already recieved the item.
You could also use a slightly modified version of 343's GetItem plugin so that it can only be sent once to do what Bash said above