[Help] Hellmouth Source Quick Question about Account Creator

04/23/2011 22:46 TraceLegacy#1
i have a question, where am i supposed to put this
"(Database.CreateAccount(Client);
if (Client.UID == 0)
{
Database.CreateAccount(Client);
Thread.Sleep(50);
Client.UID = Database.PullUID(Client.Username);
}"

I accidentally Deleted it ={

and what will be helpful is if someone could open their Hellmouth project and search for this -->>"Database.CreateAccount(Client);" and Copy and paste whats under or above it for me.. I'd greatly appreciate it if you do that for me. =}

Thanks..
04/23/2011 23:07 Secured#2
Why don't you just extract the original again and searches for it.

To figure this out doesn't really require an IQ above 30.
04/23/2011 23:17 TraceLegacy#3
Quote:
Originally Posted by Secured View Post
Why don't you just extract the original again and searches for it.

To figure this out doesn't really require an IQ above 30.
I considered that but I just didn't think i had to do that when someone else can just help me xD but ill do it anyway

In the end i just wanted to take the Lazy way out.
04/25/2011 22:02 TraceLegacy#4
request

# close