View Full Version : Can't find macro, help please.
Khayos
01-03-2008, 01:59 PM
Hi all.
I saw a macro in here the other day that once clicked spits out your alts exp, rested etc to chat but after some extensive searching and plain insanity I cannot for the life of me find it now.
If anyone can find it or know the macro itself, please enlighten me as trying to read 3 chars on 800x600 is wrecking my eyes.
Best Regards
Contents
01-03-2008, 02:07 PM
The macro i think you're reffering to didn't work. there was something wrong with the script. I'm on my way to lunch, when I get back I'll look a bit more, see if I can't find the original script.
Khayos
01-03-2008, 03:34 PM
Thanks
Contents
01-03-2008, 04:17 PM
Found it. http://www.dual-boxing.com/forums2/viewtopic.php?t=2667
Khayos
01-03-2008, 04:28 PM
You are a star, thanks.
regards,
EDIT: Doesn't work, get a error. No idea how to fix it. :(
marvein
01-03-2008, 06:01 PM
I have a theory about how to fix it but cant work on it till I get home Ill let you know if I have any success with it.
*edit* I think I found it without trying it at home.. I posted in the original thread but here it is again
floor((X/Y)*O).."% - NEXT LVL "..(L 1)..":
in the huge text try putting a '+' plus sign between the 'L' and the '1' Since if im reading this right it is supposed to say "I am x% away from my next level" so the next level would be L(current level) +1.
Boylston
01-04-2008, 02:35 PM
As suggested, this corrected version works just fine. I verified it last night:
[code:1]/run p="player"; O=100;D=" - ";E=GetXPExhaustion()X=UnitXP(p)Y=UnitXPMax(p)L=Uni tLevel(p)SendChatMessage("XP: "..X.."/"..Y..D..floor((X/Y)*O).."% - NEXT LVL "..(L+1)..": "..(Y-X)..D..ceil(O-((X/Y)*O)).."% - "..floor((E/Y)*O).."% Rested "..E,PARTY);[/code:1]
marvein
01-04-2008, 03:02 PM
the complete and proper version of this script is in my last post in the thread linked. there were some issues without quotation mark placements but it is all good now.
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.