elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   Battle of the Immortals (https://www.elitepvpers.com/forum/battle-immortals/)
-   -   [Bot MOD]Battle of Immortals Bot (https://www.elitepvpers.com/forum/battle-immortals/615207-bot-mod-battle-immortals-bot.html)

rippedbrah 08/31/2010 10:29

Quote:

Originally Posted by LemoniscooL (Post 6622255)
try installing Framework 2 3 and 3.5 too .. cant hurt ^^

For some reason my computer won't install those framework versions. Keep getting errors. Oh well, maybe it's time to get rid of this Windows 7 RC version anyway.

kilkar01 08/31/2010 15:06

EDIT: I searched the thread and found some requests and ideas on catching a pet. Seems like last post related to that is from 8th august. Is it doable ? Can it be expected ?

alaor 08/31/2010 18:02

*Does it have as it will put on a button to stop all the bots? I same, I use with 4 accs

**does it have how to do, if I to click in start, and then to disconnect, he not to save the coordinate? to save only when it is clicked start here

***like what it uses the option of healing with hrtc?? tie today I did not understand how it will use this option.

thank u...

LemoniscooL 08/31/2010 18:10

oh wow .. dont use google translator xD its a pain in the ass to read that ^^
anyhow i think i understood it at least a bit ..

Quote:

Originally Posted by alaor (Post 6629397)
*Does it have as it will put on a button to stop all the bots? I same, I use with 4 accs

It doesnt have a button that stops all bots. But you if you are able to write a bit C# code its easy to implement that on your own.

Quote:

Originally Posted by alaor (Post 6629397)
**does it have how to do, if I to click in start, and then to disconnect, he not to save the coordinate? to save only when it is clicked start here

the "Start Here" Button enters the actual coords into the center X/Y textboxes and saves that. It does not save the last coords b4 disconnect, and (i think) that wouldnt be usefull tho.

Quote:

Originally Posted by alaor (Post 6629397)
***like what it uses the opçao of healing with hrtc?? tie today I did not understand how it will use this option.

The hrtc heal-skill using isnt implemented yet but as far as i know My420Time is working on that.

Hope i interpreted your text right ^^
greetz

blah-1 08/31/2010 18:14

If u able to understand that then google translator achieved its goal. :P

LemoniscooL 08/31/2010 18:25

aah not really .. i reinterpreted most of it .. if i translate this (without google =P) to my language (german) this doesnt make any sense at all xD

zeronoob 08/31/2010 22:01

Quote:

Originally Posted by LemoniscooL (Post 6629521)
It doesnt have a button that stops all bots. But you if you are able to write a bit C# code its easy to implement that on your own.

welche version von C# nimmst du?
ich habe vesucht mit VS 2008 C# den letzten source zu compilieren, geht aber nicht.
kenne mich mit C# nicht so aus da ich normal pascal programmiere.

wollte eigentlich nur die tabs wieder nach oben setzen, da sie links "bescheiden" aussehen ;)
eventuell auch die listbox mit ner checklistbox ersetzen und einen "Start Checked" Button machen. (kann ja nicht so schwer sein :D)

aber...
Folgende Fehler:
Der Operator "+" kann nicht auf Operanden vom Typ "System.IntPtr" und "int" angewendet werden.
Datei: HomeGrown.cs
Zeile: 390 und 394
Spalte: 69 und 101

dies währe folgendes:
dllNameAddr + 4

dllNameAddr ist ja ein ptr also ein Pointer da sollte man normal schon was addieren können, scheint aber als würde VS C# das nicht können Oo

und eine Warnung:
Die Komponente "Microsoft.CSharp", auf die verwiesen wird, wurde nicht gefunden.

LemoniscooL 08/31/2010 22:58

da das ganze .Net 4 und MSVCredist2010 benutzt würd ich vorschlagen MSVS 2010 zu benutzen ;) das sollte einige fehler beheben.

Was die addierung angeht kannst dus wenns nich anders geht mit casten versuchen (4 in nen IntPtr casten und dann addieren) was anderes fällt mir auf die schnell grad nich ein aber google hilft da sicher.

Die fehlende komponente sollte eig behoben sein wenn du MSVC 2010 benutzt

greetz

swiftboy36 09/01/2010 00:59

eek lost in another language :S

Straysnyper 09/01/2010 09:27

Hmmm, it keeps minimizing to tray despite setting it to my taskbar. Using Windows 7 Ultimate x64 if that's any help. Also, how do I make it roam free? It keeps going back to the center despite having more mobs in the map.

swiftboy36 09/01/2010 09:58

Quote:

Originally Posted by Straysnyper (Post 6636317)
Hmmm, it keeps minimizing to tray despite setting it to my taskbar. Using Windows 7 Ultimate x64 if that's any help. Also, how do I make it roam free? It keeps going back to the center despite having more mobs in the map.



Not quite sure quite what you mean by "it" the game, or the bot?

Also in order for the bot to roam more freely, add more monsters to your hit list, after that just increase your radius X,Y to what ever xx,xx leeway you want.

If you'r character keeps going back to a specific point, then you probably have the point option ticked under other. Also, you could try increasing your X,Y values.


hope that helped

Straysnyper 09/01/2010 10:21

Quote:

Originally Posted by swiftboy36 (Post 6636426)
Not quite sure quite what you mean by "it" the game, or the bot?

Also in order for the bot to roam more freely, add more monsters to your hit list, after that just increase your radius X,Y to what ever xx,xx leeway you want.

If you'r character keeps going back to a specific point, then you probably have the point option ticked under other. Also, you could try increasing your X,Y values.


hope that helped

I meant the bot. Anyhow, I fixed it using my own AutoIt scripts to randomly click on the map. The point/diamond system is still buggy but great work nonetheless.

My420Time 09/01/2010 11:07

Quote:

Originally Posted by Straysnyper (Post 6636524)
I meant the bot. Anyhow, I fixed it using my own AutoIt scripts to randomly click on the map. The point/diamond system is still buggy but great work nonetheless.

There will be a new point to point system soon. Writing it so you can move from spot to spot and grind. Increase your range if its going back too soon for you..

zeronoob 09/01/2010 11:34

Quote:

Originally Posted by LemoniscooL (Post 6634062)
da das ganze .Net 4 und MSVCredist2010 benutzt würd ich vorschlagen MSVS 2010 zu benutzen ;) das sollte einige fehler beheben.

Was die addierung angeht kannst dus wenns nich anders geht mit casten versuchen (4 in nen IntPtr casten und dann addieren) was anderes fällt mir auf die schnell grad nich ein aber google hilft da sicher.

Die fehlende komponente sollte eig behoben sein wenn du MSVC 2010 benutzt

greetz

stimmt, daran hab ich grad net gedacht, dass es .NET 4 *kopfschüttel*
hatte nemlich grad nur VS2008 zur hand und dacht nicht nach :P

danke für den tip

swiftboy36 09/01/2010 12:32

Ok, so the newest release is giving me this now apon clicking a character name just after opening the bot.. check it out

[Only registered and activated users can see links. Click Here To Register...]


All times are GMT +2. The time now is 14:50.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.