[help] my server castle dont upgrade in level

08/20/2011 12:45 alxandr2#1
when i click upgrade nothing happen can anyone send to me query or every thing to fixing it thanks alot
08/24/2011 19:25 shadowkiller990#2
i have same problem lol i havent found anything to fix it yet but me and my staff are working on finding a fix
08/24/2011 22:46 MoŽtalKing#3
try this query

Code:
delete from cq_castle_lev_req where id >= 1 and id <= 10;


INSERT INTO `cq_castle_lev_req` VALUES ('1', '1', '2000000', '0', '200', '0', '18', '801', '5');
INSERT INTO `cq_castle_lev_req` VALUES ('2', '2', '2000000', '200', '200', '600', '36', '802', '10');
INSERT INTO `cq_castle_lev_req` VALUES ('3', '3', '2000000', '3000', '400', '1200', '54', '803', '15');
INSERT INTO `cq_castle_lev_req` VALUES ('4', '4', '4000000', '20000', '600', '2400', '72', '804', '20');
INSERT INTO `cq_castle_lev_req` VALUES ('5', '5', '10000000', '50000', '800', '4800', '90', '805', '25');
INSERT INTO `cq_castle_lev_req` VALUES ('6', '6', '20000000', '100000', '1200', '9600', '108', '806', '30');
INSERT INTO `cq_castle_lev_req` VALUES ('7', '7', '20000000', '100000', '2000', '19200', '126', '807', '35');
INSERT INTO `cq_castle_lev_req` VALUES ('8', '8', '24000000', '100000', '2400', '38400', '144', '808', '40');
INSERT INTO `cq_castle_lev_req` VALUES ('9', '9', '20000000', '100000', '2400', '76800', '171', '809', '45');
INSERT INTO `cq_castle_lev_req` VALUES ('10', '10', '28000000', '100000', '2800', '230400', '198', '810', '50');
08/25/2011 18:27 alxandr2#4
i fixed it in my server without this query anyway thanks
08/26/2011 07:52 haizamlee#5
may i know how did u fix it?
08/26/2011 08:19 Marcus*#6
MoŽtalKing said how to fix it :facepalm:
08/27/2011 16:06 SexyGirly#7
my friend he know alxandr2,, and he tell me, he's not say thanks for who help him, and he's not help any one :D
08/28/2011 03:12 no_1#8
Quote:
Originally Posted by MoŽtalKing View Post
try this query
lol client side is also very important to castle this query can mess up the castle also.
have to make sure the client side matches
08/28/2011 04:25 MoŽtalKing#9
while it's same info so he can open ini/CastleLevReq and make it his/herself you have to work not just having everything ready to use ... anyway here's the CastleLevReq


Code:
[COLOR="Blue"][Level1]
Money=2000000
Emoney=0
Woods=200
Population=0
Item=0
BuildNumEveryday=5

[Level2]
Money=2000000
Emoney=200
Woods=200
Population=600
Item=0
BuildNumEveryday=10

[Level3]
Money=2000000
Emoney=3000
Woods=400
Population=1200
Item=0
BuildNumEveryday=15

[Level4]
Money=4000000
Emoney=20000
Woods=600
Population=2400
Item=0
BuildNumEveryday=20

[Level5]
Money=10000000
Emoney=50000
Woods=800
Population=4800
Item=0
BuildNumEveryday=25

[Level6]
Money=20000000
Emoney=100000
Woods=1200
Population=9600
Item=0
BuildNumEveryday=30

[Level7]
Money=20000000
Emoney=100000
Woods=2000
Population=19200
Item=0
BuildNumEveryday=35

[Level8]
Money=24000000
Emoney=100000
Woods=2400
Population=38400
Item=0
BuildNumEveryday=40

[Level9]
Money=20000000
Emoney=100000
Woods=2400
Population=76800
Item=0
BuildNumEveryday=45

[Level10]
Money=28000000
Emoney=100000
Woods=2800
Population=230400
Item=0
BuildNumEveryday=50[/COLOR]