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.