Editing GM messages

09/10/2010 07:43 zatchbell32505#1
how do you edit the gm messeages that fly acorss the top of the screen?

i would a presheate if someone told me how
09/10/2010 10:48 T.h.u.n.d.e.r#2
See what is writen there and search for it in cq_action table !
09/10/2010 12:48 .Ash#3
Quote:
Originally Posted by zatchbell32505 View Post
how do you edit the gm messeages that fly acorss the top of the screen?

i would a presheate if someone told me how
What do you mean how?

Quote:
Originally Posted by T.h.u.n.d.e.r View Post
See what is writen there and search for it in cq_action table !
Players in game cant see it, only if it displays in website and you want to change what is says, you can go there and change it.
09/10/2010 15:38 King_Arthur#4
Quote:
Originally Posted by zatchbell32505 View Post
how do you edit the gm messeages that fly acorss the top of the screen?

i would a presheate if someone told me how
Check cq_action type 125
09/10/2010 21:44 zatchbell32505#5
oh ok thanks,i foudn one of them,in navicat can i make itwhere it shows me only type 125,bc i hate fi i gotta go threw all fo cq_action
09/10/2010 21:52 Eurion#6
If your navicat supports it, of course you can.

Open the cq_action table.

At the top left click "Filter Wizard"
Then click "Click to add" and then left click where it says "id" and choose type. Then make sure the second part is set to "is equal to" then then in the last area choose 125. Then Apply. It will look something like

[Only registered and activated users can see links. Click Here To Register...]
09/10/2010 22:09 ~WARNING~#7
Quote:
Originally Posted by Eurion View Post
If your navicat supports it, of course you can.

Open the cq_action table.

At the top left click "Filter Wizard"
Then click "Click to add" and then left click where it says "id" and choose type. Then make sure the second part is set to "is equal to" then then in the last area choose 125. Then Apply. It will look something like

[Only registered and activated users can see links. Click Here To Register...]
correct, or to do it the long and hard way you can search the messages you see in game itself
09/10/2010 22:53 zatchbell32505#8
ok awesome,i foudn them all,i got navicat preumum with warez,but anyways does anyone have the SQL that tells everytime someoen logs on?
09/10/2010 22:56 Eurion#9
Look through your cq_action table, you can't expect everything just to be handed to you. This is a simple request.
09/10/2010 23:04 zatchbell32505#10
lol ok,i understnad
09/10/2010 23:50 King_Arthur#11
Quote:
Originally Posted by zatchbell32505 View Post
ok awesome,i foudn them all,i got navicat preumum with warez...
Rather then using warez you could have just ran a query using navicat lite...
Code:
select from cq_action where type = 125;