Hey guys, hopefully u can help me. someone sent his interface folder to me for his addon. I was not that smart so i copied the whole folder in mine. And no i didnt made a back up. So the next day i wanted to use micro macro and i got this error:
So like im told i put the ingamefunction folder from the devtools folder into the addon folder inside the runes of magic folder. After restarting runes of magic and restarting micro macro i got this error:
Does anybody know how to fix this?
Btw i updated the micromacro with the svn option update, that didn't help to get the version 7 folder
I have tried that. It shows that the file adresses.lua is corrupted. But before the problems occure it was already corrupted. Or do u mean the actuel game folder? Because the option svn/revert is not an option for that folder.
I did mean the rom folder. It's ok that addresses.lua is red because it changes when the addresses get updated.
If all other files are green and you copy the ingamefunctions folder from the devtools to the game addons folder then the numbers should match. If you still have trouble, make sure there are no other copies of the ingamefunctions addon in the addons folder.
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.
What version of the bot are you using? I see in those pics that it says "<UNKNOWN>". I'm not sure why it would say that if you have TortoiseSVN installed. Have you done an SVN update recently?
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.
If you do an svn update it should update to the latest revision and say which version it is. Or if you want to know what version it thinks it is, right click the 'rom' folder and select "TortoiseSVN/Show Log". The revision it thinks it is will be highlighted. It's not 100% reliable though because if you updated separate files to different revisions, it wont show. Doing an svn update and revert if necessary is the only way to be sure all files are correct.
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.
-- check if igf addon is active
local igf_version = RoMScript("IGF_INSTALLED")
local current_version = 8 -- Change this value to match the value in "ingamefunctions.lua".
Then open "rom/devtools/ingamefunctions/ingamefunctions.lua" and look at the first line. It should look like this.
IGF_INSTALLED = 8; -- so we can detect if the addon is installed. The number is so we know what version is installed.
Lastly open "Runes of Magic/interface/addons/ingamefunctions/ingamefunction.lua" and look at the first line. It should be the same as above. If any of these don't match then you're not updating properly.
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.
You said you did a revert at one point. That should have fixed everything. Maybe you should try downloading the bot again from scratch. Rename your 'rom' folder to something else to back it up then create a new folder called 'rom'. Then right click it and select 'SVN Checkout...'. Make sure the url is "http://rom-bot.googlecode.com/svn/trunk/rom" then click ok. Then you can copy/move any backed up files back across, such as waypoint files, profiles and userfunctions.
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.
rock5 wrote:You said you did a revert at one point. That should have fixed everything. Maybe you should try downloading the bot again from scratch. Rename your 'rom' folder to something else to back it up then create a new folder called 'rom'. Then right click it and select 'SVN Checkout...'. Make sure the url is "http://rom-bot.googlecode.com/svn/trunk/rom" then click ok. Then you can copy/move any backed up files back across, such as waypoint files, profiles and userfunctions.
+1 This is the only way I could get the bot to work, is by using this method with SVN