|
You last visited: Today at 03:02
Advertisement
CoEmu v2 5095: Errors, help, problems... POST HERE
Discussion on CoEmu v2 5095: Errors, help, problems... POST HERE within the CO2 Private Server forum part of the Conquer Online 2 category.
06/01/2009, 03:05
|
#106
|
elite*gold: 0
Join Date: Jun 2008
Posts: 19
Received Thanks: 0
|
Hi all When i Try To Join my server i can't cuz i dont have a account and i not understand any thing of Reg page if any one tell me how can i make reg page white Good Site for Put reg page at it setup by Setup please it's my only Problem Any help
|
|
|
06/01/2009, 06:20
|
#107
|
elite*gold: 0
Join Date: Jul 2007
Posts: 68
Received Thanks: 10
|
Quote:
Originally Posted by $HaDoW
wtf is going on why I'm I the most famous dude right now -_- ******* noobs everywhere ! ^_^
just try something ! why did it worked for me ? CUS I ******* READ ALL POSTS AND USED GUIDES !
|
dude i tried helping these newbs but they keep asking the exect thing..... do u think i should have this thread closed, or let it alive?, if you think i should let it alive then i will update this and edit *****, etc. etc.
Quote:
Originally Posted by Zeroxelli
I answered that already,

|
lol i also answered that several times.... very annoying question actually....
|
|
|
06/01/2009, 08:45
|
#108
|
elite*gold: 0
Join Date: Jun 2008
Posts: 97
Received Thanks: 16
|

i get this error
|
|
|
06/01/2009, 10:26
|
#109
|
elite*gold: 0
Join Date: Feb 2009
Posts: 295
Received Thanks: 29
|
Quote:
Originally Posted by nuhali

i get this error
|
yup im trying to figure it out too lolz
|
|
|
06/01/2009, 11:36
|
#110
|
elite*gold: 0
Join Date: Dec 2007
Posts: 226
Received Thanks: 55
|
Quote:
Originally Posted by ~*Dutchess*~
I never had this problem b4 but when i logged in a new char. the guards would kill me when i wasnt flashing. =/ Any reason why that is? i remember seeing someone having similar problem never read the post. and now i cant seem to find it.
EDIT: I figured out why it does it. When you edit the Guards name it. I just tested it. I went into the db monsters, change CoEmuGuard to Guard1 and logged on they would kill me each time i revived and moved. So i changed it back and they didnt kill me. So i guess u cant change with names. =/
|
you can change the names if you want but you'll have to change it in the source aswel
if you search you'll find something like this
Code:
if(Attacked.Info.Name != "Guard" && Attacked.Info.Name != "Patrol" && Attacked.Info.Name != "GuildPatrol" && Attacked.Info.Name != "GuardReviver")
you'll need to change the names everywhere you can find CoEmuGuards
//------------------------------
i was wondering if anyone knows why the bridges won't give valide coords.
i did load all the maps but it still won't work
thanks for reply
|
|
|
06/01/2009, 11:40
|
#111
|
elite*gold: 0
Join Date: Jun 2008
Posts: 97
Received Thanks: 16
|
Quote:
Originally Posted by nuhali

i get this error
|
Quote:
Originally Posted by cloudwind360
yup im trying to figure it out too lolz
|
Someone knows how to fix this?
|
|
|
06/01/2009, 12:29
|
#112
|
elite*gold: 0
Join Date: Dec 2007
Posts: 226
Received Thanks: 55
|
can you read the error thats writen??
or you didn't make a good ID/username
or you didn't put the right password
just try root - with the root password
|
|
|
06/01/2009, 12:43
|
#113
|
elite*gold: 0
Join Date: Apr 2008
Posts: 39
Received Thanks: 0
|
each time i try to put the server on, with the exe, it opens an error report and closes the program
|
|
|
06/02/2009, 19:31
|
#114
|
elite*gold: 0
Join Date: Jun 2009
Posts: 17
Received Thanks: 0
|
Quote:
Originally Posted by sawickas
I using hamachi 
|
did it work with ur hamachi?
|
|
|
06/03/2009, 02:40
|
#115
|
elite*gold: 0
Join Date: Oct 2007
Posts: 116
Received Thanks: 16
|
I need help with the npc giving +12 items... I found case 390: and pasted this before it
Code:
case 211091:
{
if (LinkBack == 0)
{
Text("Ho i can give you full +12 gea if you wish Just Choose your pro?", CSocket); //Remove one ) and add, CSocket
Link("Trojan", 1, CSocket);
Link("Warrior", 2, CSocket);
Link("Archer", 3, CSocket);
Link("Toa", 4, CSocket);
Link("NiNja", 5, CSocket);
Link("No, I dont need", 255, CSocket);
Face(19, CSocket);
End(CSocket);
}
else if (LinkBack == 1)
{
AddItem(130109, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//conquestarmor
AddItem(480339, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//kingsclub
AddItem(480339, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//kingsclub
AddItem(120249, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//tornado
AddItem(150249, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//thunder
AddItem(160249, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//Blizzard
AddItem(118109, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//magiccornet
AddItem(202009, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//startower
AddItem(201009, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//heavenfan
}
else if (LinkBack == 2)
{
AddItem(131109, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//PhoenixArmor
AddItem(480339, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//kingsclub
AddItem(900109, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//dragonshield
AddItem(120249, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//tornado
AddItem(150249, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//thunder
AddItem(160249, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//Blizzard
AddItem(111109, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//conquesthelment
AddItem(202009, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//startower
AddItem(201009, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//heavenfan
}
else if (LinkBack == 3)
{
AddItem(133109, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//PhoenixJerkin
AddItem(500329, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//shadowbow
AddItem(120249, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//tornado
AddItem(150249, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//thunder
AddItem(160249, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//Blizzard
AddItem(111109, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//PhoenixHat
AddItem(202009, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//startower
AddItem(201009, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//heavenfan
}
else if (LinkBack == 4)
{
AddItem(134109, 7, 255, 255, 12, 0, 3, 3, 0, CSocket);//pineRobe
AddItem(421339, 7, 255, 255, 12, 0, 3, 3, 0, CSocket);//KingsOfBackSword
AddItem(121249, 7, 255, 255, 12, 0, 3, 3, 0, CSocket);//SunShine
AddItem(152229, 7, 255, 255, 12, 0, 3, 3, 0, CSocket);//Lightning
AddItem(160249, 7, 255, 255, 12, 0, 3, 3, 0, CSocket);//Blizzard
AddItem(114109, 7, 255, 255, 12, 0, 3, 3, 0, CSocket);//PhoenixHat
AddItem(202009, 7, 255, 255, 12, 0, 3, 3, 0, CSocket);//startower
AddItem(201009, 7, 255, 255, 12, 0, 3, 3, 0, CSocket);//heavenfan
}
else if (LinkBack == 5)
{
AddItem(135109, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//pineRobe
AddItem(601339, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//EmperorKatana
AddItem(601339, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//EmperorKatana
AddItem(120249, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//SunShine
AddItem(150249, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//Lightning
AddItem(160249, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//Blizzard
AddItem(112109, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//PhoenixHat
AddItem(202009, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//startower
AddItem(201009, 7, 255, 255, 12, 0, 13, 13, 0, CSocket);//heavenfan
}
break;
}
Then i am stuck where it says you have to add this
Code:
public static void AddItem(int itemid, int bless, int dura, int enchant, int plus, int position, int soc1, int soc2, int color, ClientSocket CSocket)
{
Struct.ItemInfo Item = new Struct.ItemInfo();
if (dura == 255)
{
Item.Dura = Item.MaxDura;
}
else
{
Item.Dura = dura;
}
Item.Bless = bless;
Item.Enchant = enchant;
Item.ItemID = itemid;
Item.Plus = plus;
Item.Position = position;
Item.Soc1 = soc1;
Item.Soc2 = soc2;
Item.Color = color;
Item.UID = Nano.Rand.Next(1, 9999999);
bool created = Database.Database.NewItem(Item, CSocket);
while (!created)
{
Item.UID = Nano.Rand.Next(1, 9999999);
created = Database.Database.NewItem(Item, CSocket);
}
CSocket.Client.Inventory.Add(Item.UID, Item);
CSocket.Send(ConquerPacket.ItemInfo(Item.UID, Item.ItemID, Item.Plus, Item.Bless, Item.Enchant, Item.Soc1, Item.Soc2, Item.Dura, Item.MaxDura, Item.Position, Item.Color));
}
I have no idea where it goes can someone please tell me?
|
|
|
06/03/2009, 05:30
|
#116
|
elite*gold: 0
Join Date: May 2008
Posts: 1,769
Received Thanks: 1,143
|
It can be placed anywhere as long as it's in scope of the Npc Handler.
|
|
|
06/03/2009, 16:12
|
#117
|
elite*gold: 0
Join Date: Mar 2008
Posts: 114
Received Thanks: 13
|
how do i connect the mysql and database? ive set'd up mysql root pass: test and it doesnt connect... and ive set'd up both projects in DatabaseConnection.cs, username root pass test..
can anyone help me
|
|
|
06/03/2009, 16:27
|
#118
|
elite*gold: 20
Join Date: Feb 2007
Posts: 660
Received Thanks: 79
|
Quote:
Originally Posted by yuko
can you read the error thats writen??
or you didn't make a good ID/username
or you didn't put the right password
just try root - with the root password
|
Quote:
public const string USER_NAME = "root";
public const string PASSWORD = "";
public const string SERVER = "127.0.0.1";
public const string DATA_BASE = "conqueremu";
public static MySqlConnection DBConnection = null;
public static MySqlConnection NewConnection()
|
its my settings but still dont work
|
|
|
06/03/2009, 16:39
|
#119
|
elite*gold: 0
Join Date: Dec 2008
Posts: 105
Received Thanks: 26
|
Okay dokay. I've got everything up and running. The problem is: I don't know which IP I should put in the server.dat O_O. 127.0.0.1? 192.168.1.** (static one) or just my normal IP adress?. Because all of those aren't working...
If anyone could help
~NubCake.
|
|
|
06/03/2009, 16:43
|
#120
|
elite*gold: 20
Join Date: Feb 2007
Posts: 660
Received Thanks: 79
|
Quote:
Originally Posted by NubCake~
Okay dokay. I've got everything up and running. The problem is: I don't know which IP I should put in the server.dat O_O. 127.0.0.1? 192.168.1.** (static one) or just my normal IP adress?. Because all of those aren't working...
If anyone could help
~NubCake.
|
if u can help me with this
Quote:
|
Error 2 Member 'System.Data.ConnectionState.Open' cannot be accessed with an instance reference; qualify it with a type name instead C:\Documents and Settings\Owner\Desktop\CoEmu v2\CoEmu v2 LoginServer\Database\Database.cs 23 27 CoEmu v2 LoginServer
|
i can say u should use 127.0.0.1 if only u want to join and ur ip from  if u want other ppls wanna join
|
|
|
 |
|
Similar Threads
|
[HELP]Errors on coemu <-- easy
10/27/2009 - CO2 Private Server - 1 Replies
Hello guys, im completely new with coemu and have encountered 13 errors, i had 47 i fixed most but stuck with last 13, ill list them.
Error 1 'CoEmu_v2_GameServer.Nano' does not contain a definition for 'Lotto' C:\Documents and Settings\Ebonie\Desktop\Source (Version 5095)\coemu\CoEmu v2 GameServer\Handlers\NpcTalk.cs 4420 69 CoEmu v2 GameServer
Error 2 'CoEmu_v2_GameServer.Nano' does not contain a definition for 'Lotto' C:\Documents and Settings\Ebonie\Desktop\Source (Version...
|
5bot errors and Problems.
06/19/2009 - Conquer Online 2 - 1 Replies
Being unable to access the CID site i thought i'd post the info here since both Syntax and CID have accounts on the forums. While Botting with my Tro i get Disconnected after 3-20 minutes with the error (insert Character name Here) disconnected. Reason:Server disconnected (-8)
I don't know if its specific but would like to know if theres a way i can fix this. The files are all in the right place and its not an install problem since the bot works fine sometimes for a few hours. Now for my...
|
a couple of errors/problems
10/05/2008 - CO2 Private Server - 0 Replies
ok i got a couple of problem with the console (i mean the server) here they are :
System.NullReferenceException: Object reference not set to an instance of an object.
at COServer_Project.Character.AddItem(String ItemInfo, Byte ToPos, UInt32 UID) in D:\CoServer\Steals Server Pack\Source\PowerSource CO\COServerProject1\COServerProject\Character.cs:l ine 3835
at COServer_Project.Client.GetPacket(Byte data) in D:\CoServer\Steals Server Pack\Source\PowerSource...
|
CoEMU errors
07/31/2007 - Conquer Online 2 - 2 Replies
After I downloaded CoEMU sources at SVN site via TortoiseSVN, I fixed and compiled it. After I launched the server, I got an errors from debugging screen and just stucked at Selector. I suppose to choose my char(s) that near a Selector but my char(s) doesnt appears.
Can someone give me a fixed codes?
|
All times are GMT +1. The time now is 03:03.
|
|