Quote:
Originally Posted by xion0374
UPDATE: Download the 9.1 Telecaster PaidItem (Billing) SMP fixes
UPDATE: Download the 9.1 Telecaster PaidItem (Billing) Table Insert Script (Thanks LadySeraph for heads up!)
Extract the .sql's to your Local Disk root and then double click them to open them in SSMS
Make sure they are targeting the Telecaster table
Execute and Billing is fixed
~~~~Ok im stuck here, show me how to target the telecaster table.~~~~
|
Double click on the file so you have it open in SQL Server, now write the following at the top of the document (if not already there):
Code:
USE Telecaster
GO
-- Rest of the document --
Quote:
Originally Posted by xion0374
Create a new file in notepad++ and copy the following template into it:
Template:
Spoiler
Visit my favorite random hashkey generator
Generate a unique key for each field of the file you just create (this will be a reference for you later)
Save this list wherever you will not lose it. Name it what you like, as long as you will remember
I cannot say at this time but the Game Server may reject mixed-case passwords. If you keep getting 'Login for '<login-name>' failed' you may want to try an ALL LOWER variation of your passwords
~~~~Can you specify what this file name should be saved as, and what is the type of file it is supposed to be save under as, for example: .html, .htm, .opt. etc. , and do i need to get a generator key for the table name and user. I have a generator key for the password. Please clarified this part would be greatly aprieciated.~~~~
|
You can safely skip the rest of that step at that point as well as the whole next Step, this is just for better security (which is, for a local pserver, way too overkill)