Page 3 of 3

Re: changing what is on the MM window (setwindow)

Posted: Sun Feb 02, 2014 7:10 am
by lisa
rock5 wrote:I'm not sure how important it is to return the max values but I've figured out how I can do it. The first time it gets a currency it can use the ingame function and then remember the max value. On subsequent calls it can use the memory address.
I knew you would come up with the same idea as me ;)


I updated to V 3.5a, it now shows current mem or eoj or honor, keep in mind it updates every 30 seconds.

Re: changing what is on the MM window (setwindow)

Posted: Sun Feb 02, 2014 7:53 am
by Lamkefyned
Tested Version 3.5.Tested By AMBOLIA
Tested Version 3.5.Tested By AMBOLIA

Re: changing what is on the MM window (setwindow)

Posted: Fri Jun 13, 2014 12:51 pm
by CanceR
is it possible to remove script version from top of MM window?

Code: Select all

	setWindowName(getHwnd(), sprintf("RoM Bot %s [%s]", BOT_VERSION, displayname));
from line 312 in bot.lua
or to be changed somehow in this userfunction?
i tried to remove only text and %s from above code, but it happens only at start, and later it updates to old showing type

Re: changing what is on the MM window (setwindow)

Posted: Fri Jun 13, 2014 6:50 pm
by lisa
default shows xp and version and such, so if you only want xp then use the userfunction and have this in onload.

Code: Select all

setwindow("xp")

Re: changing what is on the MM window (setwindow)

Posted: Wed Dec 30, 2015 6:30 pm
by Buh
Hey

how is this function show, how much EOJ i currently have?

Isnt there any function, which do it easierly?

Greetings

Re: changing what is on the MM window (setwindow)

Posted: Wed Dec 30, 2015 11:18 pm
by lisa
lisa wrote: Added
honor,
mem (ancient mementos),
eoj (energy of justice)
-- usage
-- "xp" "tp" "AH" "gold" "hp" "honor" "mem" "eoj"

Code: Select all

setwindow("eoj")

Re: changing what is on the MM window (setwindow)

Posted: Thu Dec 31, 2015 6:14 am
by Buh
Hey ,thanks for your answer

but this wont work, because i think the 'eoj' is not handled in the script

Or can you tell me for short, how the script will work, to get this information?

Greetings

Re: changing what is on the MM window (setwindow)

Posted: Fri Jan 01, 2016 6:32 pm
by lisa
Buh wrote:Hey ,thanks for your answer

but this wont work, because i think the 'eoj' is not handled in the script

Or can you tell me for short, how the script will work, to get this information?

Greetings
Doesn't work? of course it works.

Re: changing what is on the MM window (setwindow)

Posted: Fri Jan 01, 2016 6:45 pm
by Buh
HEy

No, it dont work. Is it maybe the wrong ID of Energy of Justice between german and english client version?

I tried it and show, that i dont have any eoj but i have some. And also when i make the event and collect some eoj,

it shows me always, that i didnt get eoj/per hour.

Greetings