Good Afternoon Elitepvpers
This is my release Find The PM Event
This is how this Event Works
The Owner of the game Example "PM!!!!!" Goes Hide in a map Which is a maze!
so this makes it alot of places for players to find the pm
i usally do this on my server to reward players with ep,its also good event,got you on the verge of findign them!
All you got to do is insert this into your SQL Command line i navicat
TO ADD THE TELEPORT TO THERE
Now For the Teleporter there in the maze
Now For the Teleporters task nows
Now for second telporters Task
ok now for the cleint part
FOR NOOBS YOU GO TO YOUR PSERVER CLEINT DIRECTORY>Ini> npc.ini
open it up in notepad!
add this in
ok there you go,just run your server and you will have it!
You Are Welcome,if you got it and used it please press Thanks!!!
EDIT:HERE IS SCREEN SHOTS!
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
This is my release Find The PM Event
This is how this Event Works
The Owner of the game Example "PM!!!!!" Goes Hide in a map Which is a maze!
so this makes it alot of places for players to find the pm
i usally do this on my server to reward players with ep,its also good event,got you on the verge of findign them!
All you got to do is insert this into your SQL Command line i navicat
TO ADD THE TELEPORT TO THERE
Code:
INSERT INTO `cq_npc` (`id`, `name`, `type`, `lookface`, `mapid`, `cellx`, `celly`, `task0`, `sort`) VALUES
('51561321', 'Teleport2Event', '2', '19580', '1000', '322', '417', '51561321', '1')
Code:
INSERT INTO `cq_npc` (`id`, `name`, `type`, `lookface`, `mapid`, `cellx`, `celly`, `task0`, `sort`) VALUES
('5156133', 'Teleport2Event', '2', '19580', '1903', '303', '291', '5156135', '1')
Code:
delete from cq_action where id >= 51561321 and id <= 51561328; delete from cq_task where id >= 51561321 and id <= 51561328; Insert into cq_action values (51561321,51561322,0,101,0,'Want~To~Go~to~the~Event?'), (51561322,51561325,0,102,0,'Event~Maze 51561323'), (51561323,51561324,0,1003,0,'1903 300 295'), (51561324,0,0,126,0,'Welcome~to~Event~Maze!'), (51561325,51561326,0,102,0,'Nah,ill~stay~in~cronus 0'), (51561326,51561327,0,104,0,'0 0 15110'), (51561327,0,0,120,0,''); Insert into cq_task values (51561323,51561323,0,'','',0,0,999,-100000,100000,999,0,0,-1,0), (51561321,51561321,0,'','',0,0,999,-100000,100000,999,0,0,-1,0);
Code:
delete from cq_action where id >= 5156133 and id <= 5156140; delete from cq_task where id >= 5156133 and id <= 5156140; Insert into cq_action values (5156133,5156134,0,101,0,'Would~You~like~to~Leave~and~go~back~to~cronus?'), (5156134,5156137,0,102,0,'Yes,Thank~you 5156135'), (5156135,5156136,0,1003,0,'1000 291 465'), (5156136,0,0,126,0,'Welcome~to~Cronus~Thanks~For~Joining~our~Event!'), (5156137,5156138,0,102,0,' 0'), (5156138,5156139,0,104,0,'0 0 19580'), (5156139,0,0,120,0,''); Insert into cq_task values (5156135,5156135,0,'','',0,0,999,-100000,100000,999,0,0,-1,0), (5156133,5156133,0,'','',0,0,999,-100000,100000,999,0,0,-1,0);
ok now for the cleint part
FOR NOOBS YOU GO TO YOUR PSERVER CLEINT DIRECTORY>Ini> npc.ini
open it up in notepad!
add this in
Quote:
[NpcType5156133]
Name=TeleporterEvent
SimpleObjID=155
StandByMotion=0155000100
BlazeMotion=0155000100
BlazeMotion1=0155000100
BlazeMotion2=0155000100
RestMotion=0155000101
Effect=other77
ZoomPercent=150
Note=Teleporter
[NpcType51561321]
Name=Teleporter2Event
SimpleObjID=155
StandByMotion=0155000100
BlazeMotion=0155000100
BlazeMotion1=0155000100
BlazeMotion2=0155000100
RestMotion=0155000101
Effect=other77
ZoomPercent=150
Note=Teleporter
ok there you go,just run your server and you will have it!
You Are Welcome,if you got it and used it please press Thanks!!!
EDIT:HERE IS SCREEN SHOTS!
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]