[Help] Events

03/12/2011 07:59 alaaemad#1
Hey guys

1- in my server Event spirit start at 15:00 and end at 16:00

so how to make all peoples in event spirit back to crouns at 16:00???:confused:

2- how to make npc in HurdleRace first one who talk to it get prize No.1 and back to crouns ???:confused::confused:

please some one help me:handsdown::handsdown::handsdown:
03/17/2011 18:10 josh468#2
it's simple...

it looks a little hard but it easy to make...

ok... let's go

you have to make an action/task

cq_action first
Code:
1,4,2,201,0,data0 = %user_id 20236
2,5,3,201,0,data1 = %user_id 20236
3,6,0000,201,0,data2 = %user_id 20236
4,7,5,201,0,data0 = 0 20236
5,8,6,201,0,data1 = 0 20236
6,9,9,201,0,data2 = 0 20236
7 - award action
8 - award action
9 - award action
cq_task
Code:
first action here

and...

after you did it put this action in cq_npc

heh thats all ;)

REGARDS