[RELEASE] FIND THE PM EVENT!

09/16/2010 00:51 zatchbell32505#1
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
Code:
INSERT INTO `cq_npc` (`id`, `name`, `type`, `lookface`, `mapid`, `cellx`, `celly`, `task0`, `sort`) VALUES 

('51561321', 'Teleport2Event', '2', '19580', '1000', '322', '417', '51561321', '1')
Now For the Teleporter there in the maze
Code:
INSERT INTO `cq_npc` (`id`, `name`, `type`, `lookface`, `mapid`, `cellx`, `celly`, `task0`, `sort`) VALUES 

('5156133', 'Teleport2Event', '2', '19580', '1903', '303', '291', '5156135', '1')
Now For the Teleporters task nows
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);
Now for second telporters Task
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...]
09/16/2010 00:56 Faith.#2
Which map you hide in ?
09/16/2010 00:58 zatchbell32505#3
ill post pics ...let me edit


EDIT:POSTED!! PRESS THANKS IF YOU GET THEM!! THANK YOU!!
09/16/2010 01:27 King_Arthur#4
Nothing too groundbreaking here. Just 2 teleporter scripts. However, I suggest you stop using all CAPS in what feels like every other sentence. It conveys shouting and is bad netiquette.
09/16/2010 02:22 PraDevil[ELITE]#5
man,watchout when typing or talking with people..
09/16/2010 02:31 DEADP00L#6
stop using caps...first verbal warning about it
09/16/2010 03:49 ~WARNING~#7
i've added this to the all things guide, and agreed with the other, the caps are really starting to get annoying, if i see anymore i will report them.
09/16/2010 05:51 Faith.#8
np i like the release ^^ ty.
09/16/2010 11:57 zatchbell32505#9
ahha thansk devil,at least someone likes it xD
09/16/2010 21:16 magewarior2#10
ERROR:
Quote:
(5156136,0,0,126,0,'Welcome~to~Cronus~Thanks~For~Jioing our Event!'),
Change to:
Quote:
(5156136,0,0,126,0,'Welcome~to~Cronus~Thanks~For~Joining~our~Event!'),
Thank You.
09/16/2010 23:07 ~WARNING~#11
Quote:
Originally Posted by magewarior2 View Post
ERROR:
Quote:
(5156136,0,0,126,0,'Welcome~to~Cronus~Thanks~For~Jioing our Event!'),
Change to:
Quote:
(5156136,0,0,126,0,'Welcome~to~Cronus~Thanks~For~Joining~our~Event!'),
Thank You.

lol thanks, maybe thats why it failed on my test server xD
09/17/2010 00:23 Death[PM]#12
The npc part on the sql failed for me
09/17/2010 00:27 zatchbell32505#13
opps,ill fix it
11/12/2010 06:26 FDO998#14
Quote:
('5156133', 'Teleport2Event', '2', '19580', '1903', '303', '291', '5156135', '1')
delete from cq_action where id >= 51561321 and id <= 51561328;
[Err] 1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'INSERT INTO `cq_npc` (`id`, `name`, `type`, `lookface`, `mapid`
what im gotta do..?
11/14/2010 00:04 .Ash#15
Quote:
Originally Posted by FDO998 View Post
what im gotta do..?
need a bit more detail than that... where is the INSERT part?