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

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #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
 


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 04:32 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3