Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Eudemons Online > EO PServer Hosting > EO PServer Guides & Releases
You last visited: Today at 01:17

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[GUIDE]Remove VIP login effect/message

Discussion on [GUIDE]Remove VIP login effect/message within the EO PServer Guides & Releases forum part of the EO PServer Hosting category.

Reply
 
Old   #1
 
~WARNING~'s Avatar
 
elite*gold: 5
Join Date: Feb 2010
Posts: 1,040
Received Thanks: 441
[GUIDE]Remove VIP login effect/message

Very simple to remove these.






Step 1. Go in to navicat, Cq_action
Step 2. View > sort > decending
step 3. search for the following action ID: 27779127
Step 4. Also find the following ID: 27779100
Step 5. change the type values to "0" for the rows between 27779127 and 27779100
Step 6. enjoy a effect/message free login
~WARNING~ is offline  
Thanks
6 Users
Old 02/14/2010, 22:27   #2
 
zspider's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 416
Received Thanks: 131
and if i wanaa add them (effect-message) how to do that???
zspider is offline  
Old 02/14/2010, 22:34   #3
 
~WARNING~'s Avatar
 
elite*gold: 5
Join Date: Feb 2010
Posts: 1,040
Received Thanks: 441
edit the params of ID 27779117 - 27779110

for example, the params of all 7 of those, are in this form:
241 0 86400 0

where 241 0 86400 0 is the KIND of effect.

EDIT: remember if your not removing, do not remove the type values.
~WARNING~ is offline  
Old 02/14/2010, 22:58   #4
 
zspider's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 416
Received Thanks: 131
Quote:
Originally Posted by ibeatuall View Post
edit the params of ID 27779117 - 27779110

for example, the params of all 7 of those, are in this form:
241 0 86400 0

where 241 0 86400 0 is the KIND of effect.

EDIT: remember if your not removing, do not remove the type values.
i searched for this ids 27779117 - 27779110 in cq_action but i didn't find it
zspider is offline  
Old 02/14/2010, 23:14   #5
 
~WARNING~'s Avatar
 
elite*gold: 5
Join Date: Feb 2010
Posts: 1,040
Received Thanks: 441
remove limiting for pages.
~WARNING~ is offline  
Old 02/15/2010, 03:24   #6
 
chathouse's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 220
Received Thanks: 59
Code:
27779100	27779110	27779101	5001	0	== 4
27779101	27779111	27779102	5001	0	== 5
27779102	27779112	27779103	5001	0	== 6
27779103	27779113	27779104	5001	0	== 7
27779104	27779114	27779105	5001	0	== 8
27779105	27779115	27779106	5001	0	== 9
27779106	27779116	27779107	5001	0	== 10
27779107	27779117	0	5001	0	== 11
27779110	27779110	0	4001	0	241 0 86400 0
27779111	27779121	0	4001	0	242 0 86400 0
27779112	27779122	0	4001	0	243 0 86400 0
27779113	27779123	0	4001	0	244 0 86400 0
27779114	27779124	0	4001	0	245 0 86400 0
27779115	27779125	0	4001	0	246 0 86400 0
27779116	27779126	0	4001	0	247 0 86400 0
27779117	27779127	0	4001	0	156 0 86400 0
27779120	0	0	125	2011	Lvl~4~VIP~member~%user_name~has~just~logged~in.
27779121	0	0	125	2011	Lvl~5~VIP~member~%user_name~has~just~logged~in.
27779122	0	0	125	2011	Lvl~6~VIP~member~%user_name~has~just~logged~in.
27779123	0	0	125	2011	Lvl~7~VIP~member~%user_name~has~just~logged~in.
27779124	0	0	125	2011	Lvl~8~VIP~member~%user_name~has~just~logged~in.
27779125	0	0	125	2011	Lvl~9~VIP~member~%user_name~has~just~logged~in.
27779126	0	0	125	2011	Lvl~10~VIP~member~%user_name~has~just~logged~in.
27779127	0	0	125	2011	Lvl~11~VIP~member~%user_name~has~just~logged~in.
that's all for vip level. in cq_action and has nothing to do with the effect of if you are vip
chathouse is offline  
Thanks
1 User
Old 02/15/2010, 03:28   #7
 
~WARNING~'s Avatar
 
elite*gold: 5
Join Date: Feb 2010
Posts: 1,040
Received Thanks: 441
actually it does, because now that i've removed those new players no longer have the glow, to remove the old glow you have to remove the magic effect
~WARNING~ is offline  
Old 02/15/2010, 03:36   #8
 
chathouse's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 220
Received Thanks: 59
and what I would need to edit to remove the overall effect on the character?
chathouse is offline  
Old 02/15/2010, 03:49   #9
 
~WARNING~'s Avatar
 
elite*gold: 5
Join Date: Feb 2010
Posts: 1,040
Received Thanks: 441
im still searching for the table they are in, as far as i know they are perm.
~WARNING~ is offline  
Thanks
1 User
Old 02/15/2010, 09:16   #10
 
zspider's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 416
Received Thanks: 131
so if i wanaa add it will be like that or i must add cq_task or what??
Code:
INSERT INTO `cq_action` VALUES ('27779100', '27779110', '27779101', '5001', '0', '== 4');
INSERT INTO `cq_action` VALUES ('27779101', '27779111', '27779102', '5001', '0', '== 5');
INSERT INTO `cq_action` VALUES ('27779102', '27779112', '27779103', '5001', '0', '== 6');
INSERT INTO `cq_action` VALUES ('27779103', '27779113', '27779104', '5001', '0', '== 7');
INSERT INTO `cq_action` VALUES ('27779104', '27779114', '27779105', '5001', '0', '== 8');
INSERT INTO `cq_action` VALUES ('27779105', '27779115', '27779106', '5001', '0', '== 9');
INSERT INTO `cq_action` VALUES ('27779106', '27779116', '27779107', '5001', '0', '== 10');
INSERT INTO `cq_action` VALUES ('27779107', '27779117', '0', '5001', '0', '== 11');
INSERT INTO `cq_action` VALUES ('27779110', '27779110', '0', '4001', '0', '241 0 86400 0');
INSERT INTO `cq_action` VALUES ('27779111', '27779121', '0', '4001', '0', '242 0 86400 0');
INSERT INTO `cq_action` VALUES ('27779112', '27779122', '0', '4001', '0', '243 0 86400 0');
INSERT INTO `cq_action` VALUES ('27779113', '27779123', '0', '4001', '0', '244 0 86400 0');
INSERT INTO `cq_action` VALUES ('27779114', '27779124', '0', '4001', '0', '245 0 86400 0');
INSERT INTO `cq_action` VALUES ('27779115', '27779125', '0', '4001', '0', '246 0 86400 0');
INSERT INTO `cq_action` VALUES ('27779116', '27779126', '0', '4001', '0', '247 0 86400 0');
INSERT INTO `cq_action` VALUES ('27779117', '27779127', '0', '4001', '0', '156 0 86400 0');
INSERT INTO `cq_action` VALUES ('27779120', '0', '0', '2011', '0', 'Lvl~4~VIP~member~%user_name~has~just~logged~in.');
INSERT INTO `cq_action` VALUES ('27779121', '0', '0', '2011', '0', 'Lvl~5~VIP~member~%user_name~has~just~logged~in.');
INSERT INTO `cq_action` VALUES ('27779122', '0', '0', '2011', '0', 'Lvl~6~VIP~member~%user_name~has~just~logged~in.');
INSERT INTO `cq_action` VALUES ('27779123', '0', '0', '2011', '0', 'Lvl~7~VIP~member~%user_name~has~just~logged~in.');
INSERT INTO `cq_action` VALUES ('27779124', '0', '0', '2011', '0', 'Lvl~8~VIP~member~%user_name~has~just~logged~in.');
INSERT INTO `cq_action` VALUES ('27779125', '0', '0', '2011', '0', 'Lvl~9~VIP~member~%user_name~has~just~logged~in.');
INSERT INTO `cq_action` VALUES ('27779126', '0', '0', '2011', '0', 'Lvl~10~VIP~member~%user_name~has~just~logged~in.');
INSERT INTO `cq_action` VALUES ('27779127', '0', '0', '2011', '0', 'Lvl~11~VIP~member~%user_name~has~just~logged~in.');
zspider is offline  
Old 02/15/2010, 21:38   #11
 
chathouse's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 220
Received Thanks: 59
I do not now know exactly .. If messages are also available with the respective ID can you delete via cq_task.


I have not yet looked so well .. therefore stored in my pile ne amount of text files .. so I can remove many database entries. And thus save space.

Only if you jump in removing cq_action do these messages in the broadcast or not more than GM message a which is logged with a VIP level.
chathouse is offline  
Thanks
1 User
Old 02/16/2010, 04:11   #12
 
zspider's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 416
Received Thanks: 131
Quote:
Originally Posted by chathouse View Post
I do not now know exactly .. If messages are also available with the respective ID can you delete via cq_task.


I have not yet looked so well .. therefore stored in my pile ne amount of text files .. so I can remove many database entries. And thus save space.

Only if you jump in removing cq_action do these messages in the broadcast or not more than GM message a which is logged with a VIP level.
so if i wanaa add this things how to do that???
zspider is offline  
Old 02/16/2010, 04:16   #13
 
~WARNING~'s Avatar
 
elite*gold: 5
Join Date: Feb 2010
Posts: 1,040
Received Thanks: 441
you have to make it load the action ID's when a player logs in
~WARNING~ is offline  
Old 02/16/2010, 14:52   #14
 
chathouse's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 220
Received Thanks: 59
Quote:
Originally Posted by zspider View Post
so if i wanaa add this things how to do that???
with no manual, I really meant to remove the ... is in the candy version that already exists.


If you want to have, .. You need to insert the codes only if the IDs are not used. Otherwise you'll just have to complete the IDS change.

Regarding the cq_task so no i have testing 3 different ID and none of them are here, .. I think the more the cq_task is needed only for NPCs, or where an action takes place .. So by clicking the mouse.


If you want to stop the build you need only bring in de cq_action, .. expand and stop if you want to have it displayed at various VIPs from lvl 1 - lvl 8 or more....
chathouse is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
How Do I remove SDG EFFECT?
05/05/2009 - CO2 Weapon, Armor, Effects & Interface edits - 7 Replies
I would like to have my SDG effect removed because it causes lag when i ss...so i want to remove it completely without having to use Cotobo or all those type of hacks!!! Anyone?
How Do I remove SDG effect?
01/15/2008 - Conquer Online 2 - 2 Replies
I would like to remove the sdg effect to cause no lag...how can I, without using programs like cotobo,etc
Trying to remove sdg effect
06/19/2007 - Conquer Online 2 - 4 Replies
emm i'm trying to figure out how to remove the sdg super effect... i know the name its under dragonhate in the 3DEffect file. but not really sure what i should set it to to have it removed from game. can anyone help me with this? and if u could tell me so i can do it myself even better or maybe point me to insturctions on how to read this crap. thanks
remove effecT
05/03/2007 - CO2 Exploits, Hacks & Tools - 3 Replies
Hi All .. maybe somone can help me im need File to Remover alllllll Effect...



All times are GMT +2. The time now is 01:17.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.