Page 1 of 1
getid no longer working
Posted: Mon Jan 07, 2013 2:54 pm
by romaniac
I tried using getid and it seems that it no longer works. It just shows the message "no id at current mouse location" regardless at what I point.
Waypoints and createpath work just as usual. Tried the usual stuff svn update, restarting everything etc, no change.
Does getid work for you?
Re: getid no longer working
Posted: Mon Jan 07, 2013 11:27 pm
by rock5
Yep still works.
Re: getid no longer working
Posted: Tue Jan 08, 2013 2:42 am
by romaniac
Hm, any idea what else to try if it refuses to do anything here?
Re: getid no longer working
Posted: Tue Jan 08, 2013 6:17 am
by rock5
What version of the bot are you using? What version of the game are you using (and don't say "the latest one")? If you are using the bot from SVN, are there any files with red or yellow icons next to them?
Re: getid no longer working
Posted: Wed Jan 09, 2013 2:08 am
by romaniac
Regular SVN version, all files are current. Game version is 5.0.6.2607, German client.
Re: getid no longer working
Posted: Wed Jan 09, 2013 4:02 am
by rock5
That should work. I don't know why it doesn't for you.
Re: getid no longer working
Posted: Thu Jan 10, 2013 4:25 pm
by Ego95
I thought the red icons were a bug

I've got a red icon on adresses permanently. If I delete the adresses and start SVN update everything seems to be correctly until I start rom/update.lua then I get the red icon again. Don't know why, everything works, so maybe it's really just a bug.
AlterEgo95
Re: getid no longer working
Posted: Thu Jan 10, 2013 5:56 pm
by lisa
AlterEgo95 wrote:I thought the red icons were a bug

I've got a red icon on adresses permanently. If I delete the adresses and start SVN update everything seems to be correctly until I start rom/update.lua then I get the red icon again. Don't know why, everything works, so maybe it's really just a bug.
AlterEgo95
The bot is set up to automtically update the addresses if it needs to, so the addresses.lua will have a red icon because rev 744 addresses.lua has values for before the last patch.
Every other file should have a green tick though.
Re: getid no longer working
Posted: Thu Jan 10, 2013 9:06 pm
by rock5
Just to clarify,
Green means the file is the same as the repository.
Red means there are changes to the file but there are no conflicts.
Yellow means there are conflicts and they probably need to be resolved before it will work. Conflicts means the part of the file that was going to be changed by SVN was already edited so SVN doesn't know which version to use or how to merge the changes.