|
You last visited: Today at 09:32
Advertisement
[RELEASE] FIND THE PM EVENT!
Discussion on [RELEASE] FIND THE PM EVENT! within the EO PServer Guides & Releases forum part of the EO PServer Hosting category.
09/16/2010, 00:51
|
#1
|
elite*gold: 0
Join Date: Oct 2009
Posts: 162
Received Thanks: 119
|
[RELEASE] FIND THE PM EVENT!
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!
|
|
|
09/16/2010, 00:56
|
#2
|
elite*gold: 0
Join Date: Jan 2010
Posts: 558
Received Thanks: 145
|
Which map you hide in ?
|
|
|
09/16/2010, 00:58
|
#3
|
elite*gold: 0
Join Date: Oct 2009
Posts: 162
Received Thanks: 119
|
ill post pics ...let me edit
EDIT:POSTED!! PRESS THANKS IF YOU GET THEM!! THANK YOU!!
|
|
|
09/16/2010, 01:27
|
#4
|
elite*gold: 246
Join Date: Jan 2008
Posts: 1,712
Received Thanks: 896
|
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
|
#5
|
elite*gold: 0
Join Date: Nov 2009
Posts: 1,486
Received Thanks: 919
|
man,watchout when typing or talking with people..
|
|
|
09/16/2010, 02:31
|
#6
|
elite*gold: 20
Join Date: Sep 2008
Posts: 1,197
Received Thanks: 1,211
|
stop using caps...first verbal warning about it
|
|
|
09/16/2010, 03:49
|
#7
|
elite*gold: 5
Join Date: Feb 2010
Posts: 1,040
Received Thanks: 442
|
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
|
#8
|
elite*gold: 0
Join Date: Jan 2010
Posts: 558
Received Thanks: 145
|
np i like the release ^^ ty.
|
|
|
09/16/2010, 11:57
|
#9
|
elite*gold: 0
Join Date: Oct 2009
Posts: 162
Received Thanks: 119
|
ahha thansk devil,at least someone likes it xD
|
|
|
09/16/2010, 21:16
|
#10
|
elite*gold: 20
Join Date: Mar 2008
Posts: 1,548
Received Thanks: 817
|
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
|
#11
|
elite*gold: 5
Join Date: Feb 2010
Posts: 1,040
Received Thanks: 442
|
Quote:
Originally Posted by magewarior2
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
|
#12
|
elite*gold: 0
Join Date: Aug 2010
Posts: 49
Received Thanks: 47
|
The npc part on the sql failed for me
|
|
|
09/17/2010, 00:27
|
#13
|
elite*gold: 0
Join Date: Oct 2009
Posts: 162
Received Thanks: 119
|
opps,ill fix it
|
|
|
11/12/2010, 06:26
|
#14
|
elite*gold: 0
Join Date: Nov 2010
Posts: 25
Received Thanks: 5
|
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
|
#15
|
elite*gold: 0
Join Date: May 2009
Posts: 1,175
Received Thanks: 540
|
Quote:
Originally Posted by FDO998
what im gotta do..?
|
need a bit more detail than that... where is the INSERT part?
|
|
|
 |
|
Similar Threads
|
Release Hack Find
02/16/2010 - Combat Arms Hacks, Bots, Cheats & Exploits - 4 Replies
Sorry Have forget ^^
New Hack not from me Test it
Features:
-Spammer
-Tapper
-CBL Checker
-Crosshair
-AFK BOT
-Aimbot
|
event: Find the GM???
12/30/2009 - Silkroad Online - 2 Replies
Anybody know anything about this event?:confused:
This is happening on all servers?
|
where can i find xmas event monsters ?
12/18/2009 - Silkroad Online - 9 Replies
i cant find them ?
i search everywhere but i cant find them omg stupid joymax wtf ?!
|
[Release]How to find Item Quality
12/16/2009 - CO2 PServer Guides & Releases - 3 Replies
Right, decided i would release this, anyone with common sense is probably already doing this but hopefully it will help someone.
public static int GetQuality(int ItemID)
{
return ItemID % 10;
}
Give the function the Static Item ID, and it will return the quality (1-9), this can be addapted to use an enum and return Super, Elite, Unique etc:
public static ItemQuality GetQuality(uint ItemID)
{
|
[Release]Pk Event
07/01/2009 - CO2 PServer Guides & Releases - 34 Replies
Okay, this is my first release for a LOTF PK event, so i hope you enjoy it! Any questions reply here or message me on msn at [email protected]. Also Credits to EmmeTheCoder for his Start/stop npc codes used for this.
Remember to hit Thanks!
First:
Go to General.cs and add this somewhere:
public static bool PKEvent = false;
Second:
Go to Character.cs and search for:
public void TimerElapsed(object source, ElapsedEventArgs e)
|
All times are GMT +1. The time now is 09:32.
|
|