Compot - Version 0.01

08/20/2009 18:29 fabioaraujo#76
You need to download the Kernel .NET Library, descompact it and after that ADD the reference of this library in the project. After that compot will work.
08/20/2009 18:31 Ripiz#77
robmonkey, you need to download "The .NET Kernel Hotkey Library.zip" from [Only registered and activated users can see links. Click Here To Register...]

Extract .dll somewhere, I would suggest project folder.
Load up your project, in Solution Explorer find References, and remove KernelHotkey. Now right click on References, then Add Reference, choose Browse, and browse for that .dll you just extracted. Errors should disappear
08/20/2009 18:46 robmonkey#78
Quote:
Originally Posted by Ripiz View Post
robmonkey, you need to download "The .NET Kernel Hotkey Library.zip" from [Only registered and activated users can see links. Click Here To Register...]

Extract .dll somewhere, I would suggest project folder.
Load up your project, in Solution Explorer find References, and remove KernelHotkey. Now right click on References, then Add Reference, choose Browse, and browse for that .dll you just extracted. Errors should disappear
Yup, donwloaded the c# Dll, was givin an error, went for the .net works fine now.

Now its time to do some reading (well, LOT of reading) and try do write something that works... Well, hope ctrl+C and ctrl+V from here might do the trick :P

Well thank you and araujo for your quick replys
08/20/2009 20:35 CompuIves#79
I got a compile error, i did everything that was written in the startfile but i get this: [IMG][Only registered and activated users can see links. Click Here To Register...][/IMG] I'm using a Windows 7 x64... Can anyone help??
08/20/2009 21:21 Night Dragon#80
Yeah as stated before CompuIves, this doesn't work on 64 bit Operating Systems right now.. only 32 bit is supported by kernelhotkey. Someone will have to create a 64 bit version of the kernelhotkey for 64 bit OS to use it.
08/22/2009 20:16 Ripiz#81
I find monsters using {TAB} however sometimes monsters not in range. What other way I could use to find them?
08/22/2009 20:43 Gertos#82
Stage 1: Turn the camera in all directions
Stage 2: Walk around randomly
Stage 3: Walk around with a clear target.

1 & 2 are working already well.

3 makes a lot more work. ( e.g. get the exact location )
08/22/2009 21:39 Ripiz#83
I am turning camera, however if I add walking I'm worried that it might go to higher mobs ... However it already does that :D
08/22/2009 22:52 Gertos#84
a useful add-on for higher mobs ( or to many lower mobs at the same time)
is a logic that checks your health regularly.

Once it notice a Danger can it logout as fast as possible.
e.g.
The SucheBildimBild() function is perfect to search for the buttons.
(( Hint: Search always twice! 1. for the normal Button 2. for the seleced Button ))

So you don't loose XP if your run into a to dangerous area.
08/23/2009 15:22 Ripiz#85
Logging out at high mobs, will make me login at same location, what's the point of logging was there?

Edit:
When chat's input bar is active, F1, TAB and similar keys are not being sent to game, however if I press them manually, they work. Any idea why?
08/23/2009 16:39 Gertos#86
You just logout ( not login again )
This is mainly to save your 4% xp ....
You need a long time to gain 4% at higher levels and don't want to risk this with a not so smart Bot.

Even if you login at the same spot... the aggro of the mobs is gone and You have a chance to heal yourself.

I have seen it many times that something went wrong and you have to fight 3 or 4 Mobs at the same time.
e.g. you have 2 aggro Mobs and the TAB key selects a Mob that isn't aggro yet.

Or the Tab Key selects a Mob that is on the other side of a Hill and you can't reach it.
In this case runs your pet to the Mob alone and may die.

-----------
About the chat bar:

Swicth the chat bar settings. It works well with the right options.

I use 'Epic V Setting' + Return for chatting = active
08/23/2009 22:12 commissairenanus#87
I'm really sorry but I don't understand what I should do =(
I've dowloaded all files (kernel,...). I open compot.sln and now...
thank in advance


PS: I like English but I hate my English teacher^^
08/24/2009 00:23 Gertos#88
You need a basic understanding how to use a compiler and how to write a computer programm.

I think you have no chance to do something usefull with compot without this know-how.

Maybe you start with reading a book about C# :D

Here a link to a free German one:
[Only registered and activated users can see links. Click Here To Register...]
08/24/2009 06:25 Ripiz#89
Quote:
Originally Posted by Gertos View Post
You just logout ( not login again )
About the chat bar:

Swicth the chat bar settings. It works well with the right options.

I use 'Epic V Setting' + Return for chatting = active
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...
08/24/2009 08:26 Gertos#90
This sounds strange for me.
There should be NO difference between a manual pressed key and a key from the bot.

The Bot send the key the Device Driver and this place the key inside of the key Que.
Now Windows creates a Key Event for each Key and sends it to the active application.

Please recheck the ingame Keyboard settings!
You can also validate the scan code of your Tab key.
Or play a bit with the timing of the Tab key. ( Delay between Key-down and Key-up)

I can chat with an active bot without problems!


Other reason for Problems:
You press a manual key at the same time as the Bot.
e.g
You: <Shift down> <T down> <T up> <Shift up>
Bot <Tab down> <Tab up> <F1 down > <F1 up>

in the mix we get :
<Shift down> <T down> <Tab down> <Tab up> <F1 down > <F1 up>
<T up> <Shift up>

So the TAB + F1 are both not working!
You get a Shift-Tab + Shift-F1