Hello,
I was trying to make something like this:
when time comes then everyone will teleport to current map , when time ends then everyone teleport to main map...
so first thing i did was openning action define and i found something like this
Code:
//--- duty system, logger task detail---begin
ACTION_USER_TASK_MANAGER = 1080, /////////////////////////////////////////////////
////data:[COLOR="Red"]Mission number[/COLOR],
//param: '[COLOR="#ff0000"]new[/COLOR]' (for foundation new record)
// 'delete' ([COLOR="Red"]deletion record[/COLOR])
// 'isexit' ([COLOR="#ff0000"]duty whether existence[/COLOR])
/////////////////////////////////////////////////
ACTION_USER_TASK_OPE =1081, /////////////////////////////////////////////////
//data: Mission number, if data == -1, then the following operation is aims at findnext to carry on
//param: '[COLOR="Red"]ope opt data'[/COLOR], data (value)
// ope([COLOR="Red"]phase[/COLOR]) opt (>=, ==, +=, =) to duty stage operation
// ope([COLOR="Red"]completenum[/COLOR]) opt (>=, ==, +=, =) to end of mission number of times operation
// ope([COLOR="Red"]begintime[/COLOR]) opt (>=, ==, +=, =, reset) to duty beginning time operation, regarding += when take the second as the parameter;Regarding " >=, ==, = " when take " yyyy-mm-dd hh:mm:ss " as the form
// reset expression establishes the duty beginning time as the current time
ACTION_USER_TASK_LOCALTIME = 1082, /////////////////////////////////////////////////////////
//data: [COLOR="Red"]Mission number,[/COLOR]
//param: `[COLOR="#ff0000"]second number[/COLOR]', current time and duty beginning time comparison action;If the current time and the duty difference of beginning time is bigger than param, otherwise then returns to true. to return to false
//////////////////////////////////////////////////////////////////////
ACTION_USER_TASK_FIND = 1083, // to plays the family duty to carry on the inquiry, the record is defers to userid, taskid rises the foreword the set
//param: '[COLOR="Red"]find taskid[/COLOR] [COLOR="Red"]phase completenum[/COLOR] ';According to duty ID, the stage, completes the number of times inquiry concrete record; at the same time [COLOR="#ff0000"]phase[/COLOR] and [COLOR="#ff0000"]cocompletenum[/COLOR] for - 1:00, inquires only conforms to the taskid record
// '[COLOR="Red"]findnext[/COLOR]';Inquiry next record
i was trying to experiment with it but everytime i fail...
sooo i'm writing this post to get help...
for sure everyone who took a look at this code saw red words...
and I'd like to someone explain me what it means... exacly
mision.... and when i can find this mision....
REGARDS