what is it and how to fix it ;]

02/09/2011 11:38 josh468#1
Hello,
for the first time i login the game i saw strange counts [Only registered and activated users can see links. Click Here To Register...]
does anyone know how to delete ? or maybe fix ;]
also i noticed that after some strange counts there are words and this words apear when i login the game exactly here : [Only registered and activated users can see links. Click Here To Register...]

one more qustion How can i change words in this

[Only registered and activated users can see links. Click Here To Register...]
beacuse in cq_action i cannot find it , or maybe i try to find it wrong :/

Thanks for Help ;)

i already know how to edit this words ;] but i still w9ing for answer to first question ;]
02/09/2011 12:09 ~Sword~Stalker~.#2
1- u can try editing than double posting

2- do u mean what are these counts or how to hide them ?
02/09/2011 12:33 SoulDyier#3
Quote:
Originally Posted by josh468 View Post
one more qustion How can i change words in this

[Only registered and activated users can see links. Click Here To Register...]
beacuse in cq_action i cannot find it , or maybe i try to find it wrong :/

Thanks for Help ;)

try this query


delete from cq_action where id >= 1000001 and id <= 1000007;

INSERT INTO `cq_action` (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES
(1000001, 1000002, 0000, 0130, 0, '~1.~Knight~round~table~has~been~fixed~'),
(1000002, 1000003, 0000, 0130, 0, '~2.~Batch~Hatcher~is~now~fully~working~'),
(1000003, 1000004, 0000, 0130, 0, '~3.~You~can~donate~money~and~get~rewarded~whisper ~Revo[PM]~'),
(1000004, 1000005, 0000, 0130, 0, '~4.~You~would~need~high~VIP~than~3~to~use~the~VIP ~maps~'),
(1000005, 1000006, 0000, 0130, 0, '~5.~VIP~maps~will~give~you~more~EPs~than~in~any~o ther~maps~'),
(1000006, 1000007, 0000, 0130, 0, '~6.~Enjoy~Your~gaming~'),
(1000007, 3911650, 0000, 0131, 0, '~7.~Donation~');


and change that text ..:D
02/09/2011 12:34 ~Sword~Stalker~.#4
did u already see that

Quote:
**i already know how to edit this words ;] but i still w9ing for answer to first question ;]**
02/09/2011 14:02 josh468#5
Quote:
Originally Posted by SoulDyier View Post
try this query


delete from cq_action where id >= 1000001 and id <= 1000007;

INSERT INTO `cq_action` (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES
(1000001, 1000002, 0000, 0130, 0, '~1.~Knight~round~table~has~been~fixed~'),
(1000002, 1000003, 0000, 0130, 0, '~2.~Batch~Hatcher~is~now~fully~working~'),
(1000003, 1000004, 0000, 0130, 0, '~3.~You~can~donate~money~and~get~rewarded~whisper ~Revo[PM]~'),
(1000004, 1000005, 0000, 0130, 0, '~4.~You~would~need~high~VIP~than~3~to~use~the~VIP ~maps~'),
(1000005, 1000006, 0000, 0130, 0, '~5.~VIP~maps~will~give~you~more~EPs~than~in~any~o ther~maps~'),
(1000006, 1000007, 0000, 0130, 0, '~6.~Enjoy~Your~gaming~'),
(1000007, 3911650, 0000, 0131, 0, '~7.~Donation~');


and change that text ..:D
it didnt help
there are still number like before, one thing which has been changed is that wrods are another (words which i typed in querry(cq_action))
02/09/2011 14:22 ~Sword~Stalker~.#6
u can hide the numbers but u cant delete them .. as a pm these numbers show u the actions and tasks of staff which happens
02/09/2011 14:41 josh468#7
from what you wrote is proposed that a normal player wont saw these tasks ;)
Thanks Sword Stalker ;)
03/15/2011 04:26 amydeen#8
Thx