Can't monitor events - IGF needs updating
-
Mushroomstamp
- Posts: 210
- Joined: Wed Oct 27, 2010 11:34 am
Can't monitor events - IGF needs updating
Getting the error message when I try to start an event monitor in a waypoint that my IGF is not installed or needs updating and I won't be able to monitor events until I do so. But I've SVN updated and am running 610... deleted the folder and updated again with same result. What am I missing?
Re: Can't monitor events - IGF needs updating
If you don't know what the ingamefunctions are, try doing a search for it at the rombot wiki.
http://www.solarstrike.net/wiki/index.p ... le=RoM_Bot
http://www.solarstrike.net/wiki/index.p ... le=RoM_Bot
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
-
Mushroomstamp
- Posts: 210
- Joined: Wed Oct 27, 2010 11:34 am
Re: Can't monitor events - IGF needs updating
I have definitely become a bit more familiar with the Wiki today. The thing I don't understand is that igf_events.lua seems to have the functions in it. Although looking through the function, I think I may be calling it wrong. I had copy & pasted from another thread "EventMonitorStart", though it looks like it should just be "StartMonitor". Gonna try that.
EDIT:
Neither StartMonitor() nor igf_events:StartMonitor() works.
EDIT:
Ugh... forgot about the igf folder in the ROM folder.
EDIT:
Neither StartMonitor() nor igf_events:StartMonitor() works.
EDIT:
Ugh... forgot about the igf folder in the ROM folder.
Re: Can't monitor events - IGF needs updating
Mushroomstamp wrote:EDIT:
Ugh... forgot about the igf folder in the ROM folder.
Just to clarify, the ingamefunctions are only available ingame, not to the bot. The bot has to use RoMScript to run those functions. Typically there are bot functions that act as a go-between between those functions and your code. In this case it is the EventMonitorStart, EventMonitorCheck and similar functions. They are found in 'functions.lua'.
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan