• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - Go from Regular Exp to AA exp?

naupperle

New member
Joined
Sep 25, 2017
RedCents
28¢
Is there a way to switch from regular exp to 100% AA exp after hitting lvl 105 and maxing out the level? Right now I'm having to manually switch AA to 100% once I max out lvl 105, but trying to see if there's a way to do this automatically. Thanks!
 
Could probably do it with a downshit that had a check for me.level and me.pctexp and have it trigger the ingame command but would need a tlo to check your current exp to as.

Alternatively either add an event to macro or event plugin for when you ding 105 to set aaxp to 90%aaxp.
 
New to Red Guides...what would be the code and what file would I have to add it to? Appreciate all your help.
 
Not at my computer at the moment can check when I get home.
 
Maybe its the other way around. you max aas at a level then it goes to normal xp.
 
Anyone able to mess around with this to find out how to do the switch automatically?
 
As a downshit try
Rich (BB code):
/if (${Me.Level}==105 && ${Me.PctExp}>=95 && ${Window[AAWindow].Child[AAW_PercentCount].Text.NotEqual[100%]}) /alternate on 100

Well finding that sucked orc balls.
 
Will give it a try! Thanks!

- - - Updated - - -

So what am I doing wrong? I added it to server_charactername configuration settings file in my MQ2Test\Release folder, reran command /mac /kissassist, and its not working. The entry in the config file shows:

[MQ2Melee]
downshit1=/if (${Me.Level}==105 && ${Me.PctExp}>=95 && ${Window[AAWindow].Child[AAW_PercentCount].Text.NotEqual[100%]}) /alternate on 100
 
Still new to kiss....is this in the servername_charactername config file in MQ2Test\Release folder, or the KissAssist_charactername config file in MQ2Test\Release\Macros? I don't see a downflag1 in the macros folder, in the ini file for my toon. Does it need to show

[MQ2Melee]
downshit1=1 /if (${Me.Level}==105 && ${Me.PctExp}>=95 && ${Window[AAWindow].Child[AAW_PercentCount].Text.NotEqual[100%]}) /alternate on 100

?
 
in servername_toonname.ini file in mq2/release folder

the "dowflag1=1" you have to add.

the "downshit" is the what to do, the downflag is to do it (1) or not (0).

in game, you can turn them on or off by typing /melee downflag1=1 (on and =0 for off).

If you copy it in when the character is in game, you will also need to do a /melee reload
 
Sweet it worked! Thank you so much! When 105 is maxed, it will automatically detect it and switch to 100% AA exp. Highly recommend this for anyone who AFK exps! Here's the full code I have in MQ2Melee:

Rich (BB code):
[MQ2Melee]
downflag1=1
downshit1=/if (${Me.Level}==105 && ${Me.PctExp}>=95 && ${Window[AAWindow].Child[AAW_PercentCount].Text.NotEqual[100%]}) /alternate on 100
holyshit1=1
holyshit1=/if (${SpawnCount[GM]}>=1) /gmail "Hey dummy you are about to be banned"
 
Question - Go from Regular Exp to AA exp?

Users who are viewing this thread

Back
Top
Cart