IRE AB Plus

Share your scripts and packages with other Mudlet users.
valaria
Posts: 17
Joined: Tue Dec 22, 2009 11:27 pm

Re: IRE AB Plus

Post by valaria »

I noticed some mistake on your part in Achaea's AB Plus package:

In Regex script:
Code: [show] | [select all] lua
lessonRanks["Inept"] = 7
lessonRanks["Novice"] = 9
lessonRanks["Apprentice"] = 18
lessonRanks["Capable"] = 55
lessonRanks["Adept"] = 89
lessonRanks["Master"] = 111  -- <-- should be Skilled, or are you playing lusternia too much?
:D

User avatar
tsuujin
Posts: 695
Joined: Fri Feb 26, 2010 12:59 am
Location: California
Contact:

Re: IRE AB Plus

Post by tsuujin »

Actually the Achaea one was done by Vadi. I haven't played it in like ten years. My setup was for MKO.

User avatar
tsuujin
Posts: 695
Joined: Fri Feb 26, 2010 12:59 am
Location: California
Contact:

Re: IRE AB Plus

Post by tsuujin »

Ok, the numbers for Achaea are slightly different than the other games, it seems. I wrote out all the functions to properly convert the display and found that my numbers were slightly off of the in-game command to tell you how many lessons until you trans.

Anyone have the numbers for Achaea?

Yaknar
Posts: 10
Joined: Mon Nov 16, 2009 7:44 pm

Re: IRE AB Plus

Post by Yaknar »

From Asara's website:
From To Cost Total Cost
Inept Novice 7 7
Novice Apprentice 9 16
Apprentice Capable 18 34
Capable Adept 55 89
Adept Skilled 89 178
Skilled Gifted 111 289
Gifted Expert 134 423
Expert Virtuoso 177 600
Virtuoso Fabled 311 911
Fabled Mythical 379 1290
Mythical Transcendant 448 1738

Trilliana
Posts: 21
Joined: Tue Nov 24, 2009 2:47 am

Re: IRE AB Plus

Post by Trilliana »

well, I'm looking at it on my blademaster and for some reason- my Expert skill (TwoArts) isn't showing up script-wise, but it'll show the regular AB
Image

I personally would try to tweak it to see what's up, but I'm a noob at this

User avatar
tsuujin
Posts: 695
Joined: Fri Feb 26, 2010 12:59 am
Location: California
Contact:

Re: IRE AB Plus

Post by tsuujin »

The regex isn't set up to accept an extra capital letter, I think.

I'm actually working on a more complex system for achaea that will handle the tracking much better

Trilliana
Posts: 21
Joined: Tue Nov 24, 2009 2:47 am

Re: IRE AB Plus

Post by Trilliana »

awesome! Thanks for explaining it to me!

Medeia
Posts: 1
Joined: Wed Nov 24, 2010 3:26 am

Re: IRE AB Plus

Post by Medeia »

I downloaded the file for MKO, and when I put in AB it didn't work. I know nothing of scripting, so I don't know why it isn't showing up.

User avatar
tsuujin
Posts: 695
Joined: Fri Feb 26, 2010 12:59 am
Location: California
Contact:

Re: IRE AB Plus

Post by tsuujin »

Medeia wrote:I downloaded the file for MKO, and when I put in AB it didn't work. I know nothing of scripting, so I don't know why it isn't showing up.
MKO might have changed their AB list since I wrote the script. Not sure, I don't play anymore.

Szhanna
Posts: 1
Joined: Fri Dec 17, 2010 9:01 am

Re: IRE AB Plus

Post by Szhanna »

Would this help you check the code? I poked through the trigger but I'm not too great with lua.
This is from Midkemia.
Code: [show] | [select all] lua
You have requested a list of abilities but not specified a skill. To see the abilities in a skill, please use AB <Skill>, naming any of your current skills (listed below), or AB <Skill> FULL to see a full list of abilities:

General Skills      Rank
------------------  -------------------
Vigilance           Transcendent (100%)
Fighting            Transcendent (100%)
Riding              Gifted (43%)

Class Skills        Rank
------------------  -------------------
Righteousness       Transcendent (100%)
Faith               Transcendent (100%)

Trade Skills        Rank
------------------  -------------------
Smithing            Transcendent (100%)
Tailoring           Transcendent (100%)

To see your abilities within each skill, type AB <Skill>.
HELP <Skill> to get more information on a skill.

Post Reply