thomas-crane / famebot

A bot for Realm of the Mad God designed to automate the process of collecting fame.
MIT License
19 stars 12 forks source link

Fixed krelay lib file. #24

Closed TransfixedMPGH closed 7 years ago

TransfixedMPGH commented 7 years ago

fixed the not working lib file.

ps first time doing this not too sure if i did it right sorry. hope it helps.

thomas-crane commented 7 years ago

The lib file in the Release/ folder is put there by Visual Studio when the project is built. The lib file which is actually used by the project is in the Dependencies/ folder. You can read more about the project structure on the Wiki. If this still fixed the problem you were having, then the cause is something else. Changing the lib file in the Release/ folder would have no effect.

Maybe the lib you have in your KRelay directory was outdated?

EDIT: To clarify, if you have been using the lib from the Release/ folder when you use the bot, then that means the file in the Dependencies/ folder is also not working. I will be home in a few hours and can take a closer look. Thanks for finding this issue 😊