Register for your free account! | Forgot your password?

You last visited: Today at 19:48

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

Advertisement



cq_action check?

Discussion on cq_action check? within the EO PServer Hosting forum part of the Eudemons Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2009
Posts: 375
Received Thanks: 146
cq_action check?

i am trying to let the newbie gift give 1mill pps and gear but im at a loss below is my cq action.

Code:
6000550	6000551	0	1001	0	profession == 30
6000551	6000552	0	502	729012	
6000552	6000553	0	501	410003	
6000553	6000554	0	501	131003	
6000554	6000555	0	501	121003	
6000555	6000556	0	501	111003	
6000556	6000557	0	501	161003	
6000557	6000558	0	501	141003	
6000558	6000532	0	1001	0	e_money2 += 1000000
is there something wrong with my coding?
Knight^Hawk is offline  
Old 03/08/2010, 09:04   #2
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,490
Received Thanks: 909
if im not wrong..u should double check this
Code:
6000558	6000532	0	[COLOR="Red"]1001[/COLOR]	0	e_money2 += 1000000
PraDevil[ELITE] is offline  
Old 03/08/2010, 15:20   #3
 
elite*gold: 0
Join Date: Aug 2009
Posts: 345
Received Thanks: 114
Quote:
Originally Posted by Knight^Hawk View Post

Code:
	
6000552	6000553	0	501	410003  [COLOR="Red"]0 0 4 18 18 0 0 12 0 1024 0 0[/COLOR]	
6000553	6000554	0	501	131003  [COLOR="Red"]0 0 4 18 18 0 0 12 0 1024 0 0[/COLOR]		
6000554	6000555	0	501	121003  [COLOR="Red"]0 0 4 18 18 0 0 12 0 1024 0 0[/COLOR]		
6000555	6000556	0	501	111003  [COLOR="Red"]0 0 4 18 18 0 0 12 0 1024 0 0[/COLOR]		
6000556	6000557	0	501	161003  [COLOR="Red"]0 0 4 18 18 0 0 12 0 1024 0 0[/COLOR]		
6000557	6000558	0	501	141003  [COLOR="Red"]0 0 4 18 18 0 0 12 0 1024 0 0[/COLOR]
try to change like this..
matrix89 is offline  
Old 03/08/2010, 20:42   #4
 
elite*gold: 0
Join Date: Dec 2009
Posts: 375
Received Thanks: 146
Quote:
Originally Posted by matrix89 View Post
try to change like this..
i know that part im talkin bout the e_money2 part sorry i wasnt clear. xD
Knight^Hawk is offline  
Old 03/08/2010, 22:21   #5

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
you need PP`s?

Well than its wrong ....

its not e_money2 but its token_emoney

Code:
Example => 6000558	6000532	0	1001	0	token_emoney += 1000000
Enjoy!
magewarior2 is offline  
Thanks
2 Users
Old 03/08/2010, 22:24   #6
 
~WARNING~'s Avatar
 
elite*gold: 5
Join Date: Feb 2010
Posts: 1,040
Received Thanks: 441
Thanks mage, that worked for me =P
~WARNING~ is offline  
Old 03/12/2010, 01:56   #7
 
Saraiyu's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 29
Received Thanks: 3
can we see a full query? i'm interested in doing this for my n00bs as well!
Saraiyu is offline  
Old 03/12/2010, 17:40   #8

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
Quote:
Originally Posted by Saraiyu View Post
can we see a full query? i'm interested in doing this for my n00bs as well!
like this?

Code:
6000550	6000551	0	1001	0	profession == 30
6000551	6000552	0	502	729012	
6000552	6000553	0	501	410003	
6000553	6000554	0	501	131003	
6000554	6000555	0	501	121003	
6000555	6000556	0	501	111003	
6000556	6000557	0	501	161003	
6000557	6000558	0	501	141003	
6000558	6000532	0	1001	0	token_money += 1000000
magewarior2 is offline  
Old 03/13/2010, 00:41   #9
 
elite*gold: 0
Join Date: Dec 2009
Posts: 375
Received Thanks: 146
think he means like this mage

Code:
6000524	6000525	6000539	1001	0	profession == 10
6000525	6000526	0	502	729012	
6000526	6000527	0	501	115043	0 0 0 18 18 0 0 12 0 1024 0 0
6000527	6000528	0	501	440103	0 0 0 18 18 0 0 12 0 1024 0 0
6000528	6000529	0	501	135053	0 0 0 18 18 0 0 12 0 1024 0 0
6000529	6000530	0	501	165043	0 0 0 18 18 0 0 12 0 1024 0 0
6000530	6000531	0	501	125043	0 0 0 18 18 0 0 12 0 1024 0 0
6000531	6000532	0	501	143043	0 0 0 18 18 0 0 12 0 1024 0 0
6000532	6000533	0	1001	0	token_emoney += 1000000
6000533	0	0	1010	2005	You~have~recieved~the~newbie~gift.~+12~gears~and~1mil~PP's
6000539	6000540	6000550	1001	0	profession == 20
6000540	6000541	0	502	729012	
6000541	6000542	0	501	420103	0 0 0 18 18 0 0 12 0 1024 0 0
6000542	6000543	0	501	111043	0 0 0 18 18 0 0 12 0 1024 0 0
6000543	6000544	0	501	131043	0 0 0 18 18 0 0 12 0 1024 0 0
6000544	6000545	0	501	161053	0 0 0 18 18 0 0 12 0 1024 0 0
6000545	6000546	0	501	121043	0 0 0 18 18 0 0 12 0 1024 0 0
6000546	6000532	0	501	141043	0 0 0 18 18 0 0 12 0 1024 0 0
6000550	6000551	0	1001	0	profession == 30
6000551	6000552	0	502	729012	
6000552	6000553	0	501	113043	0 0 0 18 18 0 0 12 0 1024 0 0
6000553	6000554	0	501	133043	0 0 0 18 18 0 0 12 0 1024 0 0
6000554	6000555	0	501	490103	0 0 0 18 18 0 0 12 0 1024 0 0
6000555	6000556	0	501	163043	0 0 0 18 18 0 0 12 0 1024 0 0
6000556	6000557	0	501	143043	0 0 0 18 18 0 0 12 0 1024 0 0
6000557	6000558	0	501	143013	0 0 0 18 18 0 0 12 0 1024 0 0
6000558	6000532	0	1001	0	token_emoney += 1000000
dont need the 2nd token_emoney +=1000000
Knight^Hawk is offline  
Old 03/13/2010, 08:33   #10

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
Quote:
Originally Posted by Knight^Hawk View Post
think he means like this mage
Code:
6000524	6000525	6000539	1001	0	profession == 10
6000525	6000526	0	502	729012	
6000526	6000527	0	501	115043	0 0 0 18 18 0 0 12 0 1024 0 0
6000527	6000528	0	501	440103	0 0 0 18 18 0 0 12 0 1024 0 0
6000528	6000529	0	501	135053	0 0 0 18 18 0 0 12 0 1024 0 0
6000529	6000530	0	501	165043	0 0 0 18 18 0 0 12 0 1024 0 0
6000530	6000531	0	501	125043	0 0 0 18 18 0 0 12 0 1024 0 0
6000531	6000532	0	501	143043	0 0 0 18 18 0 0 12 0 1024 0 0
[COLOR="Lime"]6000532[/COLOR]	6000533	0	1001	0	token_emoney += 1000000
6000533	0	0	1010	2005	You~have~recieved~the~newbie~gift.~+12~gears~and~1mil~PP's
6000539	6000540	6000550	1001	0	profession == 20
6000540	6000541	0	502	729012	
6000541	6000542	0	501	420103	0 0 0 18 18 0 0 12 0 1024 0 0
6000542	6000543	0	501	111043	0 0 0 18 18 0 0 12 0 1024 0 0
6000543	6000544	0	501	131043	0 0 0 18 18 0 0 12 0 1024 0 0
6000544	6000545	0	501	161053	0 0 0 18 18 0 0 12 0 1024 0 0
6000545	6000546	0	501	121043	0 0 0 18 18 0 0 12 0 1024 0 0
6000546	6000532	0	501	141043	0 0 0 18 18 0 0 12 0 1024 0 0
6000550	6000551	0	1001	0	profession == 30
6000551	6000552	0	502	729012	
6000552	6000553	0	501	113043	0 0 0 18 18 0 0 12 0 1024 0 0
6000553	6000554	0	501	133043	0 0 0 18 18 0 0 12 0 1024 0 0
6000554	6000555	0	501	490103	0 0 0 18 18 0 0 12 0 1024 0 0
6000555	6000556	0	501	163043	0 0 0 18 18 0 0 12 0 1024 0 0
6000556	6000557	0	501	143043	0 0 0 18 18 0 0 12 0 1024 0 0
6000557	6000558	0	501	143013	0 0 0 18 18 0 0 12 0 1024 0 0
[COLOR="Red"]6000558	[COLOR="Lime"]6000532[/COLOR]	0	1001	0	token_emoney += 1000000[/COLOR]
Paladin gets double?
magewarior2 is offline  
Old 03/13/2010, 15:04   #11
 
King_Arthur's Avatar
 
elite*gold: 246
Join Date: Jan 2008
Posts: 1,712
Received Thanks: 895
Quote:
Originally Posted by magewarior2 View Post
Code:
6000524	6000525	6000539	1001	0	profession == 10
6000525	6000526	0	502	729012	
6000526	6000527	0	501	115043	0 0 0 18 18 0 0 12 0 1024 0 0
6000527	6000528	0	501	440103	0 0 0 18 18 0 0 12 0 1024 0 0
6000528	6000529	0	501	135053	0 0 0 18 18 0 0 12 0 1024 0 0
6000529	6000530	0	501	165043	0 0 0 18 18 0 0 12 0 1024 0 0
6000530	6000531	0	501	125043	0 0 0 18 18 0 0 12 0 1024 0 0
6000531	6000532	0	501	143043	0 0 0 18 18 0 0 12 0 1024 0 0
[COLOR="Lime"]6000532[/COLOR]	6000533	0	1001	0	token_emoney += 1000000
6000533	0	0	1010	2005	You~have~recieved~the~newbie~gift.~+12~gears~and~1mil~PP's
6000539	6000540	6000550	1001	0	profession == 20
6000540	6000541	0	502	729012	
6000541	6000542	0	501	420103	0 0 0 18 18 0 0 12 0 1024 0 0
6000542	6000543	0	501	111043	0 0 0 18 18 0 0 12 0 1024 0 0
6000543	6000544	0	501	131043	0 0 0 18 18 0 0 12 0 1024 0 0
6000544	6000545	0	501	161053	0 0 0 18 18 0 0 12 0 1024 0 0
6000545	6000546	0	501	121043	0 0 0 18 18 0 0 12 0 1024 0 0
6000546	6000532	0	501	141043	0 0 0 18 18 0 0 12 0 1024 0 0
6000550	6000551	0	1001	0	profession == 30
6000551	6000552	0	502	729012	
6000552	6000553	0	501	113043	0 0 0 18 18 0 0 12 0 1024 0 0
6000553	6000554	0	501	133043	0 0 0 18 18 0 0 12 0 1024 0 0
6000554	6000555	0	501	490103	0 0 0 18 18 0 0 12 0 1024 0 0
6000555	6000556	0	501	163043	0 0 0 18 18 0 0 12 0 1024 0 0
6000556	6000557	0	501	143043	0 0 0 18 18 0 0 12 0 1024 0 0
6000557	6000558	0	501	143013	0 0 0 18 18 0 0 12 0 1024 0 0
[COLOR="Red"]6000558	[COLOR="Lime"]6000532[/COLOR]	0	1001	0	token_emoney += 1000000[/COLOR]
Paladin gets double?
He said at the end of the post you are quoting from:
Quote:
Originally Posted by Knight^Hawk View Post
dont need the 2nd token_emoney +=1000000
King_Arthur is offline  
Old 03/13/2010, 17:30   #12

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
Ow, did he mean that, Din`t really understand it

Sorry.
magewarior2 is offline  
Reply


Similar Threads Similar Threads
[HELP] cq_action
07/24/2010 - EO PServer Hosting - 1 Replies
I am having some troubles with the daily events I am trying to run. Basically I am not sure how to reset a task at a specific time. For instance I have a quest that create a task when the user teleports to the map. I am not sure how to set it so that every midnight all the tasks for that number are deleted. Example: Teleporting runs this: 301 302 0 1080 9005 new I want this to run every midnight: 310 0 0 1080 9005 delete
[Help]need all the announced id in cq_action
12/02/2009 - EO PServer Hosting - 2 Replies
i just want the id of all announced..tired of search =.= please help me..thanks
can upgrade Cq_action ??
02/22/2009 - CO2 Private Server - 5 Replies
hey Everyone can anyone tell me if i can upgrade my cq_action or not i have cq_action translte but have some error and have cq_action not translte can i upgrade it without didn't copy and paste i try but it's so long anyone know how to upgrade it only and thx Sorry for bad english
[HELP]cq_action Translator!
01/02/2009 - EO PServer Hosting - 12 Replies
I Dont know if anybody realsed a cq_action transltor but, i cant find out how to.. i went to lots of website but this language dosnt provide it.. ¹§Ï²%user_name³É¹¦Èںϳö¸ß¼¶¼Ó¾*Ñ鱦ʯ£¬»ñµÃÎÞÉϵ ÄÄÜÁ¦£¡ i hope somone can help me
DB cq_action Translated
08/14/2008 - EO PServer Hosting - 0 Replies
please somebody can send one cq_action.sql? send forum scrip. cq_action.sql Thanks



All times are GMT +2. The time now is 19:48.


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.