Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Feature Requests

Development::Feature Requests Post suggestions/feature requests here.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-25-2006, 02:00 PM
ChUzZ
Fire Beetle
 
Join Date: Jul 2006
Posts: 23
Default Omens PoK Stone?

Anyone able to make a portal stone for dranik?? for PoK??? so I can give access to omens?
Reply With Quote
  #2  
Old 11-25-2006, 04:36 PM
Wizardanim
Sarnak
 
Join Date: Jul 2005
Location: Super Top Secret
Posts: 64
Default

Quote:
Originally Posted by ChUzZ
Anyone able to make a portal stone for dranik?? for PoK??? so I can give access to omens?

If i could make a reccomendation..

What i did for omens access was this:

Create a priest of discord or associate NPC in plane of knowledge where ever you want.

A simple quest takes care of the transport issue... an example would be,

Code:
sub EVENT_SAY {
	if($text=~/Hail/i) {
	   quest::say("Greetings $name. I am part of the resistance.  The powers within the fields of discord are rising.  As of now, the danger is not real.  Scattered members of our sect are scattered around discord, but the land is meerly a graveyard right now.  We are exspecting an invasion soon.  I can send you to the Depts of Discord if you wish, just tell me that you wish to [Journey to Discord]");}

	if($text=~/Journey to Discord/i) {
  	   quest::say("Good luck my friend.");
  	   quest::movepc(302,-1491,-1325,224.2);
  }
}
Work around for now, and adding a book is possible, but this is fast and effective.

The custom text is for my personal use, just copied and pasted here, you can change it to suit your needs. That is the Live location of the entrence to Omens i believe.

If this responce is considered off topic for this section, i do apologize.

Any questions, let me know.

Last edited by Wizardanim; 11-26-2006 at 12:38 AM..
Reply With Quote
  #3  
Old 11-25-2006, 06:35 PM
ChUzZ
Fire Beetle
 
Join Date: Jul 2006
Posts: 23
Default

Didnt work for me...came up with error in your SQL syntax.
Reply With Quote
  #4  
Old 11-26-2006, 04:58 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by ChUzZ
Anyone able to make a portal stone for dranik?? for PoK??? so I can give access to omens?
Omens never had a POK in live - the NPC for teleport stands outside the building where you buy spells (up at the top) , and is a PoD.
If you download my quest pack, you'll find both npc quests, for going to draniksscar and coming back. from there.
Reply With Quote
  #5  
Old 11-26-2006, 05:02 AM
Cripp's Avatar
Cripp
Discordant
 
Join Date: Oct 2003
Location: The Shire
Posts: 474
Default

Code:
sub EVENT_SAY
{
	if($text=~/Hail/i)
	{
		quest::say("Greetings $name. I am part of the resistance.  The powers within the fields of discord are rising.");
		quest::say("As of now, the danger is not real.  Scattered members of our sect are scattered around discord, but the land is meerly a graveyard right now.");
		quest::say("We are exspecting an invasion soon.  I can send you to the Depts of Discord if you wish, just tell me that you wish to [journey] to Discord.");
	}

	if($text=~/journey/i)
	{
 		quest::say("Good luck my friend.");
		quest::movepc(302,-1491,-1325,224.2);
	}
}
__________________
Nug Blazers - ServerOP / founder
^^comming... later!

www.nugblazers.com
Reply With Quote
  #6  
Old 11-27-2006, 12:18 AM
ChUzZ
Fire Beetle
 
Join Date: Jul 2006
Posts: 23
Default

Quote:
Originally Posted by Angelox
Omens never had a POK in live - the NPC for teleport stands outside the building where you buy spells (up at the top) , and is a PoD.
If you download my quest pack, you'll find both npc quests, for going to draniksscar and coming back. from there.
Your quests I gather is only for peq? As I run eq on my server
Reply With Quote
  #7  
Old 11-27-2006, 03:18 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by ChUzZ
Your quests I gather is only for peq? As I run eq on my server
Our quests start with all PEQ, EQ ones, then added are what we do for the AX_PEQ DB. If the quest doesn't work for you, then you'd need to add or name the NPC's accordingly.
But I do think the Omens transport quests will work, as the NPC's used are the same ones that were packet-spawned in the EQ DB. I remember when I made these quests, and don't think I changed the NPC's.
Usually what I do is, merge a zone from Cavedude's EQ database, then proceed to add whats missing, such as named mobs, loots, drops grids, zoners, etc. Draniksscar, Bloodfields, Harbingers are pretty much that way, Causeway and Dranik are there, but I'm still working on them.
PoK is also spawned, and the PoD NPC shoud be the same as the EQ one.
Reply With Quote
  #8  
Old 12-02-2006, 11:16 PM
ChUzZ
Fire Beetle
 
Join Date: Jul 2006
Posts: 23
Default

Ok after you have the quest how then do you add the NPC to the zone where you want him?
Reply With Quote
  #9  
Old 12-02-2006, 11:42 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by ChUzZ
Ok after you have the quest how then do you add the NPC to the zone where you want him?
You could do that too - make sure the npc and the Pl have the same name.
Reply With Quote
  #10  
Old 03-02-2008, 03:38 AM
ven-elexver
Banned
 
Join Date: Dec 2007
Posts: 64
Default

wish i had found this post before i wrote my own. TP quests lol . i used the P.O.D in pok to send and the P.O.D 's inside to send back to pok .
Reply With Quote
  #11  
Old 03-02-2008, 04:22 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Actually some Omens zones are active on the AX_CLASSIC database. any PoD in any of the towns will get you there too.
AX_CLASSIC database is still available at the Legacy of the Rathe Forums. You need to be a member for download privileges.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 03:28 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3