Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Submissions

Quests::Submissions This is where you submit your quests for review

Reply
 
Thread Tools Display Modes
  #1  
Old 04-19-2005, 11:44 PM
aragon
Sarnak
 
Join Date: Feb 2005
Location: Malaga-Spain
Posts: 40
Default Nexus Scion quest

This is a very easy newbie manual to make all Nexus Scion teleporters work...If you have perl enabled and running in your server just copy the quests in your quests folder "C:\Eqemu\quests\zonenamehere".

Nexus Scion for Toxxulia Forest:
copy the code bellow and paste into a notepad renaming it as Nexus_Scion.pl , create a folder inside quests directory named tox, C:\Eqemu\quests\tox\, and save this file there.

Quote:
##Nexus_Scion.pl
#Zone: tox

sub EVENT_SAY{
if ($text=~/Hail/i){
quest::say("Hello $name . I do not have much time to chat. If you wish to [journey to luclin], tell me so.");
}
if($text=~/journey to Luclin/i)
{
quest::say("Very well.");
quest::movepc(152, 0, 0, -19.1);
}
}
READY!!!

Do the same for all the others zones with nexus spires and restart complete your Eqemu server and run it again, it should be working now!


If the zone is not populated yet, like Great Divide, you can still create a Nexus Scion by doing this:

- Create a folder inside quests folder called "greatdivide", now copy Nexus_Scion.pl you just created, from "C:\EqEmu\quests\tox\", and paste inside greatdivide folder.

-Inside the game with a GM flag Go to the center of the Nexus Spire where you want to spawn the npc and type:
Quote:
#spawn Nexus_Scion 128 80 16 100000 0 12 0 0
target the npc and type:
Quote:
#npcspawn create

DONE!!!

Restart the Eqemu server or type the command #reloadpl and ready to go

Last edited by aragon; 04-20-2005 at 03:44 PM..
Reply With Quote
  #2  
Old 04-20-2005, 05:52 AM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default

why use move pc when you can use quest::selfcast(2945); } ?? takes ya right to Nexus
__________________
KhepriGames

Game Gallery

My Forums

Reply With Quote
  #3  
Old 04-20-2005, 08:00 AM
aragon
Sarnak
 
Join Date: Feb 2005
Location: Malaga-Spain
Posts: 40
Default

The correct spell is selfcast(2432), in both way work fine!
Reply With Quote
  #4  
Old 04-20-2005, 09:02 AM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default

hmmm, thats weird , must be two spells with the same effect, I use the 2945 one and it ports you to the center of nexus
__________________
KhepriGames

Game Gallery

My Forums

Reply With Quote
  #5  
Old 04-21-2005, 04:08 AM
reketh
Fire Beetle
 
Join Date: Mar 2005
Posts: 12
Default

Actually there should be 4 spells that tl you to nexus. Wizard group spell, Wizard self spell, Druid group spell and Druid self spell. =)
Reply With Quote
  #6  
Old 04-21-2005, 09:38 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by reketh
Actually there should be 4 spells that tl you to nexus. Wizard group spell, Wizard self spell, Druid group spell and Druid self spell. =)
What about wizard translocate and journey luclin?
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote
  #7  
Old 04-22-2005, 12:02 AM
reketh
Fire Beetle
 
Join Date: Mar 2005
Posts: 12
Default

Yep forgot about those. But proves the point I was trying to make even more. :p
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 10:59 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