|
You last visited: Today at 06:18
Advertisement
LOTF Source Guide
Discussion on LOTF Source Guide within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.
08/31/2008, 04:48
|
#121
|
elite*gold: 0
Join Date: Sep 2006
Posts: 70
Received Thanks: 6
|
Quote:
Originally Posted by kinshi88
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
|
#122
|
elite*gold: 0
Join Date: Nov 2007
Posts: 306
Received Thanks: 75
|
ATTENTION:
to obtain 5016:
 <-- 5009 client
the link above is dead, use the following:
 <--5009 client
 <-- 5009-5010 patch
 <-- 5010-5016 patch
|
|
|
09/04/2008, 04:42
|
#123
|
elite*gold: 0
Join Date: Mar 2008
Posts: 7
Received Thanks: 2
|
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
|
#124
|
elite*gold: 20
Join Date: Jan 2006
Posts: 890
Received Thanks: 241
|
Quote:
Originally Posted by wiredex
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
|
#125
|
elite*gold: 0
Join Date: Mar 2008
Posts: 7
Received Thanks: 2
|
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
|
#126
|
elite*gold: 0
Join Date: Aug 2008
Posts: 6
Received Thanks: 0
|
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
|
#127
|
elite*gold: 0
Join Date: May 2007
Posts: 1,195
Received Thanks: 457
|
Aaaah.... Just download this one and play lol... Why do you guys make it so complicated?   You don't need other patches!
|
|
|
10/14/2008, 10:52
|
#128
|
elite*gold: 0
Join Date: Mar 2008
Posts: 5
Received Thanks: 3
|
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
|
#129
|
elite*gold: 0
Join Date: Nov 2008
Posts: 11
Received Thanks: 0
|
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
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
|
#130
|
elite*gold: 0
Join Date: Oct 2008
Posts: 430
Received Thanks: 176
|
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
|
#131
|
elite*gold: 0
Join Date: May 2005
Posts: 89
Received Thanks: 2
|
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
|
#132
|
elite*gold: 0
Join Date: Jul 2007
Posts: 59
Received Thanks: 0
|
[HELP]
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- 
myspace: myspace.com/dontmesswithmypokemon
|
|
|
12/08/2008, 17:38
|
#133
|
elite*gold: 0
Join Date: May 2008
Posts: 16
Received Thanks: 0
|
guys cant se local php site what should i do?
|
|
|
12/09/2008, 20:27
|
#134
|
elite*gold: 0
Join Date: Jun 2006
Posts: 11
Received Thanks: 0
|
links for reg pages dont work
|
|
|
01/14/2009, 05:31
|
#135
|
elite*gold: 0
Join Date: Jan 2009
Posts: 9
Received Thanks: 1
|
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 ?
|
|
|
Similar Threads
|
[Guide] How to change server restart time (LOTF Source)
08/17/2008 - CO2 Guides & Templates - 10 Replies
I will not take any credit for this topic, I am only releasing it.
I am thanking EVERYONE that helped me. Thank you. =]
Introduction
Before we may continue, make sure you have the following.
1. Microsoft Visual C# 2005 or 2008
2. LOTF source
3. A brain w/ common sense
|
LOTF Source Guide
07/20/2008 - CO2 Guides & Templates - 5 Replies
Opps, comp was acting up when I posted this, please go to this link for the guide:
http://www.elitepvpers.com/forum/co2-main-discussi ons-questions/150327-lotf-source-guide.html
- Super
|
Can someone make a guide for lotf source?
07/13/2008 - Conquer Online 2 - 3 Replies
The title says it, iono how to use it... can someone help? i changed the config, executed the backup.sql in mysql..... but which file turns on the server?
|
All times are GMT +1. The time now is 06:18.
|
|