View Single Post
  #2  
Old 02-18-2020, 11:35 PM
Shiny151
Hill Giant
 
Join Date: Jul 2009
Location: Indianapolis
Posts: 228
Default

Alright, I'm close to finishing Theater of Blood on my server so I just decided to dig around and figure this out for myself. I'm a big fan of this zone so this post is to help anyone who wants to use the AA to port directly to the zone as on EQ Live. In your server's quests folder, open up the global folder and then edit your server's global_player files (both perl and lua) and add this line to your AA abilities near the bottom:

Quote:
[574] = {473040000, true, true}, -- Harmonic Dissonance 15 yr
Make sure this AA is set to active in your aa_ability table in your database.

Perl/LUA will vary slightly in syntax so just follow the examples for the existing veteran AA already in the files. Make sure you give the zone status of 0 in your zone table so that you can actually port there; otherwise it'll give you some jive-ass message about not owning the expansion. Also, notice the grant AA value based on time-played; just reduce the time (in seconds) if you want to grant a zone port sooner. If you want to get creative you could use this AA to port to any unique zone that you create. I'm sure there's many ways you could use this earned AA port but I stuck to the original intent.

Have fun.
Reply With Quote