Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 09:15

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

Advertisement



[Question]Timed actions

Discussion on [Question]Timed actions within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2007
Posts: 30
Received Thanks: 0
[Question]Timed actions

Fisrt of all i wanna say im interested in 5095 binary codes, action scripts

can someone enlight me with some timed action scripts?
i am trying to do a script.
the request script serves to take players out from a certain map in 30 mins after entrance, entrance starts at 9.27 ends 9.30 and 21:27ends 21:30, ive written full code entrance script exept end one that beats me

how can i make a timed action thats is executed automatticaty by server side/ id.. or create a countdown timer that runs an id at the end, cant understand timestamps at all

someone gived me this
INSERT INTO `cq_action` VALUES (1236500, 2236500, 3236500, 1073, 0,'stc(44,31) == 0');
INSERT INTO `cq_action` VALUES (3236500, 2236500, 6236500, 1081, 0, 'interval(44,31,0) >= 3600');
INSERT INTO `cq_action` VALUES (2236500, 4236500, 0, 1074, 0, 'stc(44,31) = 1 1');
INSERT INTO `cq_action` VALUES (4236500, 5236500, 0, 1080, 0, 'timestamp(44,31) set 0');

ive tested the scipt but does'nt do anything automatically except starting a tymer, after executing /by action *** command , you have to wait 1h, and after re execute does an action id, i wanna create countdown timer that does an action at the end automatically
karusko is offline  
Old 04/19/2012, 21:26   #2
 
elite*gold: 0
Join Date: Apr 2012
Posts: 63
Received Thanks: 12
You won't get any help here regarding the TQ binaries.
~Zero~ is offline  
Old 04/19/2012, 21:42   #3
 
elite*gold: 0
Join Date: Jul 2007
Posts: 30
Received Thanks: 0
i just hope some one can point me in the right direction
karusko is offline  
Old 04/19/2012, 22:02   #4
 
elite*gold: 0
Join Date: Apr 2012
Posts: 134
Received Thanks: 30
oh been like 7 years i didnt play with binaries , anyway
Quote:
INSERT INTO `cq_action` VALUES (3236500, 2236500, 6236500, 1081, 0, 'interval(44,31,0) >= 3600');
this one is timer in seconds , which is actually an hr , it check for interval if greater than or equal 3600 so , there u start , search what is those actions supposed to mean then code ur own
DyjgK64J451Jhv0 is offline  
Old 04/19/2012, 22:18   #5
 
elite*gold: 0
Join Date: Jul 2007
Posts: 30
Received Thanks: 0
sure all timers that ive encountered works like this
(player, mob, npc,item) by id command > start a timer > after timer end> (player, mob, npc,item) by recheck > let you do etc

im searching for
(player, mob, npc,item) by id command > start a timer > after timer end> automatically action

or
(server actioned id)> time checker> execute command>
karusko is offline  
Old 04/20/2012, 02:12   #6
 
elite*gold: 0
Join Date: Apr 2012
Posts: 63
Received Thanks: 12
Quote:
Originally Posted by DyjgK64J451Jhv0 View Post
oh been like 7 years i didnt play with binaries , anyway

this one is timer in seconds , which is actually an hr , it check for interval if greater than or equal 3600 so , there u start , search what is those actions supposed to mean then code ur own
Bins were not released 7 years ago.

@karusko
That's a statistic interval stored into cq_statistic. It will only work if the action is manually executed by someone. This is an example of an automatic action that's executed on some certain time (see the query).

Attach your message action ID to this ID:

Quote:
INSERT INTO `cq_action` VALUES ('2030000', 'PLACE ID HERE', '0000', '0123', '4', '22:00 22:00');
You seem clueless. I gave you a hint now jump on the cq_action and start looking for similar actions.
~Zero~ is offline  
Old 04/20/2012, 04:00   #7
 
elite*gold: 0
Join Date: Jul 2007
Posts: 30
Received Thanks: 0
what i did till now is, ive maded npc that tp u random on a map, between 9.37 :9.30 and 21.37 : 21.37, and in 30 mins i wannt to get players out, i have maded all scripts except the one to get em out, so if i do as you say, i need to build another time checker and put it on all announcers next. id, to be sure i catch right hours, because i tried to do so, and to check its valability ive changed back server time,, and no action at all


2030010 1020000 8889997 123 5 00 01
1020000 my id 0 0 0 announce

an guess what checker is for minute 00 and minute 01
doesnt work according to his setup

2030010 id is the first id that runs no other id goes to it
karusko is offline  
Old 04/20/2012, 04:13   #8
 
elite*gold: 0
Join Date: Apr 2012
Posts: 63
Received Thanks: 12
You seem to not understand. Stop rushing to open a server and better start understanding what types/datas/params do and where and how you can use them hence > study cq_action.
~Zero~ is offline  
Old 04/20/2012, 05:13   #9
 
elite*gold: 0
Join Date: Jul 2007
Posts: 30
Received Thanks: 0
Quote:
Originally Posted by ~Zero~ View Post
You seem to not understand. Stop rushing to open a server and better start understanding what types/datas/params do and where and how you can use them hence > study cq_action.
i understand 80% cq_action and about what ive posted data 5 checks only minutes

data = 0 params type: 2006-3-27 00:00 2006-3-28 23:59
data = 1 params type:12-25 06:00 12-25 23:59
data = 2
data = 3 params type:6 21:28 6 21:29 (1 to 7 days of week)
data = 4 params type:19:00 20:30
data = 5 params type:33 35 (only mins)

and btw u didnt understand my post
karusko is offline  
Reply


Similar Threads Similar Threads
NPC actions
09/09/2011 - EO PServer Hosting - 4 Replies
is there a limit on how many actions one npc can have and if so is there a way around it, like i am using task0 i think it is but can i use task1 as well or no? lol
[Help] GM actions
02/09/2011 - Metin2 Private Server - 3 Replies
Hi everybody, I wanted to know if you have a method to see what commands my GMs use on my PServer (a log for example, or monitoring). Thanks a lot for your help :awesome: PS: sorry I'm not English.
actions
02/08/2011 - EO PServer Hosting - 4 Replies
hi all ... well i was adding recently some NPCs in different maps , but the problem is i need to make them do something lol ! not to just stand like a statue so like when i click on a certain npc a message pops up or a list of places to go to comes up .... any ideas how ?? feel free to reply below ;)
How to edit GuildOfficer Actions Exclamation How to edit GuildOfficer's NPC Actions
08/27/2009 - CO2 Private Server - 2 Replies
Hello Guys, hope anyone have a good solution for this I'm using Source 5065 but after wining GW , when the Guild Leader go to get 3k CPS from GuildOfficer it don't give the Guild Leader anything and also i wanna add Top Guild Leader Halo to this NPC actions i can add it into my Client but can't add this Top Thing action to my Source
Actions
07/09/2005 - Conquer Online 2 - 3 Replies
ok, hi everybody im working on some stuff but i get an error that an action is not found so i want to add that action to some file an sucesful log in, you know where to find action like Action003011923 or whatever?



All times are GMT +2. The time now is 09:15.


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.