How to work as a pro on LOFT source!

09/03/2008 02:59 SnapCrakllPop#16
Well that worked. That error's gone, but it looks like I need to make a whole crapload of stuff within the database. Tables and junk. Now I have the error

Code:
MySql.Data.MySqlClient.MySqlExeption: Table 'coproj.portals' doesn't exist
Anyone know of a guide that shows how to configure MySql to work with this source?
09/03/2008 04:56 BALTA00#17
I have a server, and can`t add rb NPS :S... Need help, can post the character file and i replace this for my character files....

It`s works?

Sorry for my bad english....
09/03/2008 15:30 MushyPeas#18
Quote:
Originally Posted by SnapCrakllPop View Post
Well that worked. That error's gone, but it looks like I need to make a whole crapload of stuff within the database. Tables and junk. Now I have the error

Code:
MySql.Data.MySqlClient.MySqlExeption: Table 'coproj.portals' doesn't exist
Anyone know of a guide that shows how to configure MySql to work with this source?
You should import the file Backup.sql that comes with the package and it will create all required database entries for you.
09/06/2008 03:19 SnapCrakllPop#19
Quote:
Originally Posted by MushyPeas View Post
You should import the file Backup.sql that comes with the package and it will create all required database entries for you.
Worked :D
09/06/2008 08:14 turk55#20
nice work
09/06/2008 21:50 underĜATH#21
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

why this error ? "String Username" "Strong Password" i dont understand this "/

Because this error happens? It happens of 20 in 20 minutes "/

Thankies for help
09/07/2008 09:48 Oblexive#22
where do i download the souce???
09/12/2008 10:25 xxFastBoy#23
who can upload LOTF source database cause i dont saw in files pls help :)
09/15/2008 17:39 xxFastBoy#24
Gİve me links FOr website

but the best :D
09/20/2008 13:16 lordknight#25
were is command area....last step is we must add

if (Splitter[0] == "/rb")
{
MyChar.ReBorn(byte.Parse(Splitter[1]));
}

right??
so where exactlly i must put this
09/20/2008 20:19 ~*NewDuuDe*~#26
Quote:
Originally Posted by lordknight View Post
were is command area....last step is we must add

if (Splitter[0] == "/rb")
{
MyChar.ReBorn(byte.Parse(Splitter[1]));
}

right??
so where exactlly i must put this
in client.cs
click ctrl+f and search for /recall
and under the secound bracket add the /rb command

gimme a thanks if i helped :P
09/21/2008 14:24 lordknight#27
Quote:
Originally Posted by BERGHUIS1 View Post
in client.cs
click ctrl+f and search for /recall
and under the secound bracket add the /rb command

gimme a thanks if i helped :P
cannot find /recall....:handsdown:
09/21/2008 14:28 glupkotrup#28
Which source are you using?
09/25/2008 22:01 xxFastBoy#29
i cant connect [Only registered and activated users can see links. Click Here To Register...]

i use ZOOM ADSL
09/25/2008 23:43 Ian*#30
Quote:
Originally Posted by lordknight View Post
cannot find /recall....:handsdown:
Im not sure, I haven't looked at a lotf in forever, but I think it's actually in Chat.cs