IRE AB Plus

Share your scripts and packages with other Mudlet users.
User avatar
tsuujin
Posts: 695
Joined: Fri Feb 26, 2010 12:59 am
Location: California
Contact:

IRE AB Plus

Post by tsuujin »

I got the idea from a post on the Midkemia Online forums, and rewrote it entirely for Mudlet. I tried to make it simple and had the whole thing run from a single trigger, populating data tables the first time through.

Let me know how it can be improved!

Note: I'm toying with the idea of keeping a running tab of lessons required to omni-trans and printing it at the end.

Midkemia version:
AB+.png
Achaea version:
Image
Attachments
achaea-abplus.xml
(5.11 KiB) Downloaded 550 times
mko-abplus.xml
(3.44 KiB) Downloaded 462 times

User avatar
Alexander Divine
Posts: 65
Joined: Mon Dec 21, 2009 7:01 pm

Re: IRE AB Plus

Post by Alexander Divine »

Speaking as someone who absolutely loves replacing IRE output with prettier stuff, that looks absolutely fantastic. Totally downloaded.

User avatar
Vadi
Posts: 5041
Joined: Sat Mar 14, 2009 3:13 pm

Re: IRE AB Plus

Post by Vadi »

Cut up your post some - Achaea doesn't say % in ab, so had to fix it for that. Also fixed for having a trans skills, light_slate_grey color, and added phpTable as a script (it's not in LuaGlobal yet). Oh, and added it as a gate so the regex isn't trying to match all lines.

I suspect the next skill rank is broken now though.

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

Re: IRE AB Plus

Post by tsuujin »

Well, as far as the next rank (which does look broken), I'm actually using the percentage displayed in MKO to figure out how many lessons in I am already ( (percent displayed /100) * lessons in rank ), then reducing that amount from the total number of lessons in that skill rank.

Without that displayed percentage, you'd have to keep a table of stored ASK <mob> <skill> information to get that to work properly.

Furthermore: You'd also not get correct information on the "to trans" because it will be disregarding what you've learned in the skill so far.

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

Re: IRE AB Plus

Post by tsuujin »

Oops, i thought i'd included the php:Table script in that xml file. My bad.

naftali
Posts: 138
Joined: Wed Jan 20, 2010 8:42 pm

Re: IRE AB Plus

Post by naftali »

In Achaea you can SHOW LESSONS LEFT IN <skill> to show how many lessons you have until you trans the skill. Would be relatively easy to generate a table of skills and info from this command at the beginning of each session and update it each time you learn.

Carid
Posts: 3
Joined: Sat May 29, 2010 12:15 pm

Re: IRE AB Plus

Post by Carid »

Hey I am relatively new to mudlet and my coding knowledge is VERY limited. So I sort of rely on these sorts of packages to get me through. So I imported this file and it doesnt work when I type AB. Am I suppose to update the script in someway or is it just supposed to work? Forgive my ignorance. Any help would be appreicated.

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

Re: IRE AB Plus

Post by tsuujin »

You're on MKO, right?

Carid
Posts: 3
Joined: Sat May 29, 2010 12:15 pm

Re: IRE AB Plus

Post by Carid »

Yes MKO

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

Re: IRE AB Plus

Post by tsuujin »

I just did a fresh import of it, and it works fine for me on MKO.

Give me a bit more information. After you import it, can you see it in your system? Do you get any results from "Errors" or can you see anything go wrong in the Debug window when you try to AB?

Post Reply