Please I need help ?

06/06/2012 21:24 badguy4you#1
i had this line in my source at program.cs and caused error for me so i removed it cuz cant fix it


Quote:
new Database.MySqlCommand(Database.MySqlCommandType.UP DATE).Update("configuration").Set("GuildID", Game.ConquerStructures.Society.Guild.GuildCounter. Now).Set("ItemUID", Network.GamePackets.ConquerItem.ItemUID.Now).Set(" winner",ServerBase.Constants.winner).Where("Server ", ServerBase.Constants.ServerName).Execute();
please either explain me this code or fix it to me so i can put it in my code again
:mofo:

Also i downloaded the 5517 and updated it to 5525 but the server.dat is encrypted

Please i wanna cracked Conquer.exe and server.dat for 5525

Hey Please Any Single One Help Me :D

""NOTE : I tried CIDLoader with 5525 but it did not works says 'Please execute play.exe' . also i tried ConquerLoader 5.2,edited Loaderser.ini,lunched the game and login says 'Server Maintenance' "
06/06/2012 23:32 diedwarrior#2
well its an update command, which update the configuration table in the database, its sets the guildid to the max guildid which has been reached, so when you make a new guild its like the maxid +1, to avoid duplicate ids, same with itemuid,winner maybe for an event or so ?
all of that happens if the server name is equal to the one found in the constants class, it would be a string so maybe public string ServerName = "something";, just make sure the servername is equal to the one found in the configuration table, good luck.
Cheers.
06/06/2012 23:50 badguy4you#3
really thanks it worked so can u solve my second client problem too :D
06/06/2012 23:52 diedwarrior#4
uhm high patches uses a conquerloader, so search for nullable loader, and edit the loaderset with the correct information, ill upload you one if you didnt manage to find it alone.
06/06/2012 23:55 badguy4you#5
Quote:
Originally Posted by diedwarrior View Post
uhm high patches uses a conquerloader, so search for nullable loader, and edit the loaderset with the correct information, ill upload you one if you didnt manage to find it alone.
i downloaded conquer loader 5.2 and edited the ip in loaderset.ini but when i open the client i find the official servers , cant find my server ( i think cuz it reads from the original server.dat )
06/06/2012 23:57 diedwarrior#6
thats how its meant to be, just login any of those servers and it'll work fine (:.
06/07/2012 00:00 badguy4you#7
will try and tell you now

i edited the ip and opened , selected any server , typed id and pw , login

it says : server maintenance

ANY HELP PLEASE
06/07/2012 00:34 diedwarrior#8
did you edit the ports too ?
06/07/2012 00:35 badguy4you#9
no what should i do ?

[Loader]
IPAddress=127.0.0.1
LoginPort=9959
GamePort=5816
Website=
Force=TRUE
06/07/2012 00:56 pro4never#10
You cannot use 127.0.0.1. It will crash the client.

This should have been posted in the faq thread for whatever source you're using rather then asking questions answered a million times in its own thread. Search before posting please.
06/07/2012 01:05 badguy4you#11
Thank you all very much prob solved by your help