LOTF Source Guide

08/31/2008 04:48 redskull010101#121
Quote:
Originally Posted by kinshi88 View Post
Make sure your offline when you change anything with characters in the Database.

Next, make sure that you have the /item command.

Then, make sure that you need status of 8 to use it.
Ex:
Code:
                                    if (Status == 8)
                                    {
                                        if (Splitter[0] == "/item")
                                        {
                                            Ini ItemNames = new Ini(System.Windows.Forms.Application.StartupPath + @"ItemNamesToId.ini");
                                            string ItemName = Splitter[2];
                                            string ItemQuality = Splitter[1];
                                            byte Plus = byte.Parse(Splitter[3]);
                                            byte Bless = byte.Parse(Splitter[4]);
                                            byte Enchant = byte.Parse(Splitter[5]);
                                            byte Soc1 = byte.Parse(Splitter[6]);
                                            byte Soc2 = byte.Parse(Splitter[7]);

                                            uint ItemId = 0;
                                            ItemId = uint.Parse(ItemNames.ReadValue("Items", ItemName));

                                            if (ItemId == 0)
                                                return;

                                            byte Quality = 1;

                                            if (ItemQuality == "One")
                                                Quality = 1;
                                            else if (ItemQuality == "Normal")
                                                Quality = 5;
                                            else if (ItemQuality == "Unique")
                                                Quality = 7;
                                            else if (ItemQuality == "Refined")
                                                Quality = 6;
                                            else if (ItemQuality == "Elite")
                                                Quality = 8;
                                            else if (ItemQuality == "Super")
                                                Quality = 9;
                                            else
                                                Quality = (byte)Other.ItemQuality(ItemId);

                                            ItemId = Other.ItemQualityChange(ItemId, Quality);

                                            if (MyChar.ItemsInInventory < 40)
                                                MyChar.AddItem(ItemId.ToString() + "-" + Plus.ToString() + "-" + Bless.ToString() + "-" + Enchant.ToString() + "-" + Soc1.ToString() + "-" + Soc2.ToString(), 0, (uint)General.Rand.Next(57458353));
                                        }
                                    }
ya i did all this i found the problem i fucked up sumthing in the source i added a fucked up a bracket =D
09/01/2008 19:31 Rechocto#122
ATTENTION:

to obtain 5016:

[Only registered and activated users can see links. Click Here To Register...] <-- 5009 client

the link above is dead, use the following:

[Only registered and activated users can see links. Click Here To Register...] <--5009 client


[Only registered and activated users can see links. Click Here To Register...] <-- 5009-5010 patch

[Only registered and activated users can see links. Click Here To Register...] <-- 5010-5016 patch
09/04/2008 04:42 wiredex#123
I get this error while running COserver Project.exe
" The application failed to initizlize properly (0xc0000135). Click on OK to terminate the application"
09/04/2008 05:10 lostsolder05#124
Quote:
Originally Posted by wiredex View Post
I get this error while running COserver Project.exe
" The application failed to initizlize properly (0xc0000135). Click on OK to terminate the application"
you don't got net framework installed, lol
09/04/2008 05:50 wiredex#125
thanks , i got a new problem .
I went to bin/debug and run the COServer Project
A ms-dos appeared and disappeared in less than 1 second with alot of words .
I managed to catch a small screenshot of it .
It says Access denied root@localhost using password no .
But i am using the correct password so help ?
09/08/2008 23:54 COsq1neo#126
im having problem with downloading Conquer Online v5016a 'lil while.. Anyways, I've figured it out..

for those still stocked on this part, follow these step:

download Conquer Online 5009 client..ftp://216.93.167.128/en_zf/Conquer_v5009_10.exe

then pacth it with 5009-5010 patch (already posted above), then again patch with 5010-5016 Patch (also posted above)..


there you go..
should be working now..
09/09/2008 15:47 glupkotrup#127
Aaaah.... Just download this one and play lol... Why do you guys make it so complicated? :D[Only registered and activated users can see links. Click Here To Register...] You don't need other patches!
10/14/2008 10:52 Sharix#128
I have a problem. When I login on my server (PowerSource CO.exe speak to me "Successful login for Account Test1"), the client close itself. Why?
11/02/2008 16:01 Veitsi#129
At first I want to say thanks for this thread. I found it very useful for me because I needed the CIDLoader. I couldn't have figured it out by myself. Thanks! :)

Quote:
Originally Posted by Sharix View Post
I have a problem. When I login on my server (PowerSource CO.exe speak to me "Successful login for Account Test1"), the client close itself. Why?
Yeah I know that this post is old and the writer have quited his private server (I suppose..), but your problem is this:
You have written wrong information into the phpmyadmin. If you check your server program you will see the line "Char cannot find" or something like that.
You can make a character into coproj>characters or you can make the account in right way. Simply write the account name and logontype 2. Easy. ^_^
11/04/2008 17:02 Incariuz#130
I decided to try this source due to some improved features it's suppose to have. But I'm getting a few issues. First off, patch 5016 seems to give a bad conquer.exe (trojan virus) I sort of ignored it being off the main site and moved on, but then I got the server.dat issue, I used the CIDLoader, but everytime I try and run it, it tells me run play.exe, so... nothing seems to want to work. If anyone can direct me to a good client dl, it would help.
11/18/2008 11:24 AngelusInkubus#131
I'm having a problem with my server, when i log in an account for the first time it creates the char,d/c me and then when i log back it closes the client, on emulator it returns the error char not found. any ideas to solve this? Thanks for your comprehension.
12/01/2008 04:37 stiggydude#132
Okay, anyone who has done and TOTALLY completed this.. I need some help:

I've set most up of all the stuff.. For some reason MySQL.data.dll will not open in Microsoft C#? And I also need to know how to connect it.

It'd be great for anyone whose done this to help me.. make my day..

Contact:

MSN- [Only registered and activated users can see links. Click Here To Register...]
myspace: myspace.com/dontmesswithmypokemon
12/08/2008 17:38 octav23#133
guys cant se local php site what should i do?
12/09/2008 20:27 bbggs123#134
links for reg pages dont work
01/14/2009 05:31 TheRoyalSmoker#135
whats problem with that...
i run source etc.... when i'm going to log in the "Connecting to acc serv, please wait a moment" page stays :S ?
Can somebody help ?