GM BroadCast

05/03/2010 00:44 WickedSweet#1
Has Any1 Found A Fix To The GM broadcast Command?

Mine Doesn't Work Just says [GM] in pink
05/03/2010 00:46 Knight^Hawk#2
you have to put ~ between the words
05/03/2010 01:22 WickedSweet#3
Ty Sir

Any1 Have a Query Or Some Way To Make It So All New Ppl Start Off With Vip 3?
05/03/2010 01:31 T.h.u.n.d.e.r#4
just go to my--account then press file then Design Table then put 3 as adefault in the vip field
05/04/2010 16:31 D4RK_4NG3L#5
what is the GM broadcast command i dont have it any more lost it 1 month ago ??:confused:
05/04/2010 16:34 CroW_ZeRo#6
Code:
SELECT * FROM `cq_action` where type =125 and data =2011;
use this query.you will see all your GM broadcast in your database(IN DB ONLY)
05/04/2010 18:01 King_Arthur#7
Quote:
Originally Posted by D4RK_4NG3L View Post
what is the GM broadcast command i dont have it any more lost it 1 month ago ??:confused:
[Only registered and activated users can see links. Click Here To Register...]
05/04/2010 18:07 Faith.#8
Quote:
Originally Posted by CroW_ZeRo View Post
Code:
SELECT * FROM `cq_action` where type =125 and data =2011;
use this query.you will see all your GM broadcast in your database(IN DB ONLY)
Thanks o.o
05/04/2010 18:31 magewarior2#9
you also can type in your MSG.exe

Example:
Code:
broadcast server down in 1 minute.
Result in game:
Code:
[COLOR="Red"][GM] server down in 1 minute.[/COLOR]
05/05/2010 01:03 .Ash#10
I got a completely new way to Do this... But it requires the access to the DB..

Okay do this,

Code:
INSERT INTO `cq_action` VALUES ('700001', '0', '0000', '0125', '2011', 'Any thing you want here... Lol');
You dont need to put ~ in this, To do it, Edit this param and go to game, do /reloadaction 700001 and do /processaction 700001. It will say whatever you type in the param.
05/05/2010 02:07 Knight^Hawk#11
Quote:
Originally Posted by SpongeBox View Post
I got a completely new way to Do this... But it requires the access to the DB..

Okay do this,

Code:
INSERT INTO `cq_action` VALUES ('700001', '0', '0000', '0125', '2011', 'Any thing you want here... Lol');
You dont need to put ~ in this, To do it, Edit this param and go to game, do /reloadaction 700001 and do /processaction 700001. It will say whatever you type in the param.
very cool, learn something everyday lol
05/05/2010 04:11 .Ash#12
Quote:
Originally Posted by Knight^Hawk View Post
very cool, learn something everyday lol
Yeah, endless possibilities :D
05/05/2010 06:44 hio77#13
Quote:
Originally Posted by SpongeBox View Post
I got a completely new way to Do this... But it requires the access to the DB..

Okay do this,

Code:
INSERT INTO `cq_action` VALUES ('700001', '0', '0000', '0125', '2011', 'Any thing you want here... Lol');
You dont need to put ~ in this, To do it, Edit this param and go to game, do /reloadaction 700001 and do /processaction 700001. It will say whatever you type in the param.
thanks :)

Quote:
Originally Posted by SpongeBox View Post
Yeah, endless possibilities :D
yup opens up a lot more possibility - also gm actions etc can be by command instead of item just to name one thing :)
05/05/2010 09:52 PraDevil[ELITE]#14
ty for this command spongebox;)

Code:
/processaction
05/05/2010 13:11 .Ash#15
Quote:
Originally Posted by SpongeBox View Post
I got a completely new way to Do this... But it requires the access to the DB..

Okay do this,

Code:
INSERT INTO `cq_action` VALUES ('700001', '0', '0000', '[COLOR="Red"]0125[/COLOR]', '[COLOR="Red"]2011[/COLOR]', 'Any thing you want here... Lol');
You dont need to put ~ in this, To do it, Edit this param and go to game, do /reloadaction 700001 and do /processaction 700001. It will say whatever you type in the param.
Quote:
Originally Posted by CroW_ZeRo View Post
Code:
SELECT * FROM `cq_action` where type =[COLOR="Red"]125[/COLOR] and data =[COLOR="Red"]2011[/COLOR];
use this query.you will see all your GM broadcast in your database(IN DB ONLY)
See how CroW_ZeRo make sense. :awesome: