Nevermind... After changing settings to default, and back to old ones I had, it got fine 0.o No idea what was causing this
My bot is not based of compot AT ALL!Quote:
If he based it off Compot, he shouldn't be able to sell it, however he is selling it. Isn't that against law?
Map quality too low to analyze it =/
Edit:
I downloaded his bot, however Kevzor failed badly XD You have to color pick, as he too nooby to find bars on himself, also it supports only single resolution, and you have to position window. It's more like autoclicker, than a bot.
I saw post about reading text in rappelz, such as mob names and etc. Any idea how to do that? Too lazy to search on myself XD
I really doubt you made base of the bot, mouse clicking etcQuote:
My bot is not based of compot AT ALL!
Maybe you can help on this one? The only one I found was able to read only from fileQuote:
What kent says: about the location mode (best way to do it is to use a ocr with the /position command in rappelz...and instead of using that stupid slow office modi try finding a other 1 there are a few freeware versions out there that are much simpler to include!
Ripiz, i make a dumb Tab+f1 bot for high respawn areas, and works fine, the only think i change its the keymapping in game, i put "Use Epic 5 Keys" on game options, and its all, now u can use F1 whitout problems.Quote:
That's what I have. Enter key to chat. However why input from the bot doesn't work when chat bar is active? If I press keys manually it works fine, however both sent input doesn't work. Lets say if I someone buffs be, I have to say "Thanks". I press enter and bot starts turning camera as TAB stops working, pretty anyoning...
{
SearchImage = new Bitmap(Compot.Properties.Resources.rappelz_icon);
}
catch
{
throw (new Exception("Can't open file: rappelz_icon.bmp"));
}
{
SearchImage = new Bitmap(@"..\..\bitmaps\rappelz_icon.bmp");
}
catch
{
throw (new Exception("Can't open file: rappelz_icon.bmp"));
}