Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 12-01-2014, 02:33 PM
Adcid
Fire Beetle
 
Join Date: Nov 2014
Location: Idaho
Posts: 23
Default

So I've modified Endless Quiver in the "altadv_vars" table to set the level requirement of the AA to both 1 and 0, neither seem to have an impact on the AA's availability. I've set the cost to 0 and still unable to train the ability.

modifying a mob to supply AA exp would be a general approach, I'm trying to specifically give just Rangers this ability without giving everyone AA exp.
Reply With Quote
  #2  
Old 12-01-2014, 07:41 PM
Leetsauce
Hill Giant
 
Join Date: Apr 2010
Posts: 169
Default

This is super easy to do if you use the PEQ Editor built into the EoC.

Go to the AA's tab, select the AA you want to alter in the drop-down, and edit level_req field to whatever you want.

Example:

AA's tab -> Endless Quiver ->

Then click "submit changes"

You may need to reboot the server for this to take effect, I can't remember that portion.


Edit: Be sure to change the cost to "0" in that same menu as well if you're wanting to give it to the class without requiring them to grind for the XP to buy it.
Edit2: Alternatively, perl is also an option. There is the ability to do it like:

sub EVENT_SAY {
if($text=~/hail/i) {
$client->IncrementAA(205);
}
}

This is the only way I am aware of without having to allocate the points yourself. Though, I can't imagine clicking buy to be too hard or strenuous to the player.
Reply With Quote
  #3  
Old 12-01-2014, 08:06 PM
Adcid
Fire Beetle
 
Join Date: Nov 2014
Location: Idaho
Posts: 23
Default

the PEQ Editor looks like a friendlier UI than the Database editor I'm using, but doesn't it ultimately do the same thing? Changing the required level to 0 or even 1 is what I've already done. Setting the required AA to 0 is something I've already tried. I'm more than willing to broadcast my server for the purpose of using the PEQ Editor if its going to work, but from the looks of it, I've done everything manually that the editor does.

Can anyone confirm that the changes in the PEQ Editor actually work and make Endless Quiver useable at level 1 without having to spend points?
Reply With Quote
Reply

Thread Tools
Display Modes

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 12:14 PM.


 

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