Home Forums Support TU Blog Subscriptions MMO Market Advertising
Powered
 

Aion Bots
 Forum index » EverQuest 2 » EverQuest 2 - Discussions » EQ2Extreme with Exhume (Scripting Program / Radar)
» Test eq2extreme
The time now is Sat Nov 21, 2009 2:34 pm
All times are UTC + 0
Page 2 of 3 [34 Posts]   Goto page: Previous 1, 2, 3 Next
Author Test eq2extreme
slam666
Moderator
Moderator

Premium Member
Joined: 21 Apr 2005
Posts: 1105
Location: Quebec, Canada
13683 TUBucks

PostPosted: Sat Apr 18, 2009 9:39 pm    Post subject:  

Can you print the ID of the node you get before to see if its a valid number? What function are you using to get the ID of the node.
_________________
Slam666

Author of EQ2Ultrabot, NOW WITH CRAFTING!!!
Read this before asking for help
Back to top
View user's profile Send private message 
viniculum
In Training
In Training

Premium Member
Joined: 04 Sep 2005
Posts: 42
56 TUBucks

PostPosted: Sun Apr 19, 2009 11:43 pm    Post subject:  

Using this edition of eq2extreme, eXbot2.2.5 seems to work for all intents and purposes.

However.... It keeps wanting to target Self, then MA. Self, then MA.... etc. Slowing it down considerably.
Back to top
View user's profile Send private message 
ebarana
Million Dollar Member
Million Dollar Member

Premium Member
Joined: 02 Sep 2005
Posts: 226
755 TUBucks

PostPosted: Mon Apr 20, 2009 6:07 am    Post subject:  

to solve that issue a few changes in exbot are required, i am working on it and as soon as some other stuff with eq2extremeservice.dll is fixed i will release it in the exbot thread
Back to top
View user's profile Send private message 
staz27
In Advanced Training
In Advanced Training

Premium Member
Joined: 19 Sep 2007
Posts: 82
98 TUBucks

PostPosted: Mon Apr 20, 2009 11:31 am    Post subject:  

slam666 wrote:
Can you print the ID of the node you get before to see if its a valid number? What function are you using to get the ID of the node.


HB5 does

Set nodes = EQ.GetMobs(&HF808&) 'TYPE_RESOURCE

to get a list of nodes of the resource type. The code then enters a loop with:

for each Mob in nodes

The loop is looking for the node that is closest to the player. Should the code find a node close, it does:

nearestNodeID = Mob.ID

The function that looks up nodes returns nearestNodeID upon exit.

According to debug statements a few lines above the call to EQ.GetMobByID(), I have an ID. The same ID is displayed by several debug statements prior to the call to GetMobByID, so I suspect it's correct.


Thoughts?


Staz
Back to top
View user's profile Send private message 
ebarana
Million Dollar Member
Million Dollar Member

Premium Member
Joined: 02 Sep 2005
Posts: 226
755 TUBucks

PostPosted: Mon Apr 20, 2009 2:25 pm    Post subject:  

maybe that helps you all but the GetMobs function also seems to cause errors in buffbot

this is from the log with tanslation (try) of the error messages



[04.18.2009 19:05:25] ERROR:5: (Ungültiger Prozeduraufruf oder ungültiges Argument) in Function EQ2.GetMobs
error5 invalid procedure call or invalid argument in function eq2.getmobs

[04.18.2009 19:05:25] ERROR:299: (Nur ein Teil der ReadProcessMemory- oder WriteProcessMemory-Anforderung wurde abgeschlossen.
) in Function modUtil.ReadLong
error299 only a part of ReadProcessMemory- or WriteProcessMemory-request was completed in Function modUtil.ReadLong

called from Function EQ2Mob.Read
called from Function EQ2Mobs.WalkMobTree
called from Function EQ2Mobs.WalkMobTree
called from Function EQ2Mobs.WalkMobTree
called from Function EQ2Mobs.WalkMobTree
called from Function EQ2Mobs.WalkMobTree
called from Function EQ2Mobs.WalkMobTree
called from Function EQ2Mobs.WalkMobTree
called from Function EQ2Mobs.WalkMobTree
called from Function EQ2Mobs.GetMobs
Back to top
View user's profile Send private message 
viniculum
In Training
In Training

Premium Member
Joined: 04 Sep 2005
Posts: 42
56 TUBucks

PostPosted: Mon Apr 20, 2009 6:13 pm    Post subject:  

Could it be as easy as EQ. and EQ2. ? I see that as a difference in statements.
Back to top
View user's profile Send private message 
staz27
In Advanced Training
In Advanced Training

Premium Member
Joined: 19 Sep 2007
Posts: 82
98 TUBucks

PostPosted: Tue Apr 21, 2009 1:46 am    Post subject:  

viniculum wrote:
Could it be as easy as EQ. and EQ2. ? I see that as a difference in statements.


There's a call in the code that establishes a connection to EQ2Extreme's service. The return of the call is stored in a variable - HB5 calls the variable EQ and BuffBot calls the variable EQ2 (Back in the earliest release of the service, I think Gheezer was attempting to make EQ2Extreme look exactly like the older interface - all code samples used either EQ or EQ2. Harvest Bot pretty much always uses EQ - even the old code...


Staz
Back to top
View user's profile Send private message 
staz27
In Advanced Training
In Advanced Training

Premium Member
Joined: 19 Sep 2007
Posts: 82
98 TUBucks

PostPosted: Tue Apr 21, 2009 1:47 am    Post subject:  

ebarana wrote:
maybe that helps you all but the GetMobs function also seems to cause errors in buffbot

this is from the log with tanslation (try) of the error messages

[04.18.2009 19:05:25] ERROR:5: (Ungültiger Prozeduraufruf oder ungültiges Argument) in Function EQ2.GetMobs
error5 invalid procedure call or invalid argument in function eq2.getmobs


I'm not sure, but is it possible this error5 is related the the error5's that TestEQ2Extreme is getting in the UI tab?

Staz
Back to top
View user's profile Send private message 
viniculum
In Training
In Training

Premium Member
Joined: 04 Sep 2005
Posts: 42
56 TUBucks

PostPosted: Wed Apr 22, 2009 7:17 pm    Post subject:  

ebarana wrote:
bot still errors with crit error:451, i hope slam can fix the dll. doesnt work better with the 1.5.0.0 version of the dll


I have never gotten the Error you are mentioning Ebarana. (crit error 451) The only issue I've encountered with the F1, MA, F1, MA, F1 spam.

What is the error that you are referring to Ebarana?
Back to top
View user's profile Send private message 
ebarana
Million Dollar Member
Million Dollar Member

Premium Member
Joined: 02 Sep 2005
Posts: 226
755 TUBucks

PostPosted: Wed Apr 22, 2009 8:45 pm    Post subject:  

after a while it stops working and shows a crit error 451 in the status window and keeps pinging. that happens on 3 different machines.

in the log it shows the errors i posted above
Back to top
View user's profile Send private message 
viniculum
In Training
In Training

Premium Member
Joined: 04 Sep 2005
Posts: 42
56 TUBucks

PostPosted: Thu Apr 23, 2009 7:14 am    Post subject:  

Ebarana...

I ran your version of the eXbot with eq2extreme version 1.5 and it ran for about an hour without error.

I'll have more time to run it tomorrow. I'll see if I can get your error.
Back to top
View user's profile Send private message 
quigly4000
In Training
In Training

Premium Member
Joined: 16 Feb 2008
Posts: 29
60 TUBucks

PostPosted: Fri Apr 24, 2009 3:27 am    Post subject:  

EDIT: Nevermind, i was able to solve my problem by finding and old eq2extreme.msi install file and simply running that and selecting the repair option. This solved the issue. Can that install file still be downloaded somewhere?

Exbot loads and works correctly now too thanks to ebarana's update. Don't have time to play on it for more than a few minutes now but so far so good Wink

-------------------------------------------------------------------------------
SOLVED

I can't even get eq2extreme to start with this new download. I tried following the instructions.. download the file, extract it to a folder (in this case it was the folder eq2extreme which i then moved to my program files replacing the old folder i had.. extract the DLL's and then run eq2extreme.exe (after loading into eq2 first of course).

I'm running windows xp, and didn't get this error until after i tried this new download. I deleted all folders of Eq2extreme and tried redownloading and following again but i always get same error. It must be something obvious i'm missing since i don't see anyone else with this problem so i'll probably feel dumb.. but thanks for any help you can give hehe.

Anyway, when i double click the eq2extreme icon i get this message:

EQ2ExtremService
Error loading C:/program files/eq2extreme/eq2extremehelper.exe!

i hit okay and then,

EQ2ExtremeService
EQ2.Class_Initialize failed

Simply jumping straight to opening EQ2Extreme.vbs without trying to load Eq2extreme.exe i get the following error upon trying to run the script

Start script...
Error: Line: 55, Char: 4 :: Object required: 'EQ'
Error: Line: 55, Char: 4 :: Object required: 'EQ'
End script
-------------------------------------------------------------------------------------
Back to top
View user's profile Send private message 
ebarana
Million Dollar Member
Million Dollar Member

Premium Member
Joined: 02 Sep 2005
Posts: 226
755 TUBucks

PostPosted: Fri Apr 24, 2009 5:57 am    Post subject:  

to all: please try around with it to get hold of that crit error.

my experience so far:
if you stay in one place or a quite small area it doesnt crit usually.

if you move around in a larger / overland zone, at some point it starts critting. strange thin, it doesnt do it at the same time on 2 different pcs which are on follow to the same toon. i would assume that they have the same data they are reading so if it has to do with the content of the data it should happen at the same time. or always in a specific area. but that is not the case.
my installations worked for quite a long time, i only updated the eq2extremeservice.dll to 1.5 (which shows at loading) and it was registered successfully. all other files in the testeq2extreme are identical to the ones i have running.

it is just plain annoying as so far the bot is completely unreliable.
Back to top
View user's profile Send private message 
quigly4000
In Training
In Training

Premium Member
Joined: 16 Feb 2008
Posts: 29
60 TUBucks

PostPosted: Sat Apr 25, 2009 5:55 am    Post subject:  

Was able to test the bot for a little over an hour today. I had no issues with it whatsoever. I zoned twice during the session. Also, its a dps bot so i only had the dps and initial attack loops running and priority set to fight. It utilizes one hotbar for initial attack and a second hotbar for the dps loop.

Just figured i'd give you all the info i could think of. Dunno if the error is happening for you when it switches targets, or calls for an emergency or during a cure maybe? Have you experienced errors after using the program for less than an hour?

Anyway, it was only one test but so far so good still for me.

EDIT: oh also after reading your post i will add that the bot was being run all over commonlands between freeport and nektulos and i zoned into nektulos and ran around alot of that zone as well before coming back to commonlands. So i by no means stayed in one spot, but still no error.
Back to top
View user's profile Send private message 
ebarana
Million Dollar Member
Million Dollar Member

Premium Member
Joined: 02 Sep 2005
Posts: 226
755 TUBucks

PostPosted: Sat Apr 25, 2009 9:20 am    Post subject:  

that is nice for you Wink but i still cant narrow it down. maybe it has to do with localization for some reason? i play a localized client.

here is a new error i found in yesterdays og between the usual stuff

[04.25.2009 01:22:48] ERROR:5: (Zugriff verweigert
) in Function modUtil.ReadLong
called from Function EQ2Mobs.GetMobs
[04.25.2009 01:22:48] ERROR:5: (Invalid procedure call or argument) in Function EQ2.GetMobs
[04.25.2009 01:22:48] ERROR:5: (Zugriff verweigert
) in Function modUtil.ReadLong
called from Function modUtil.GetMobByID
called from Property EQ2Mob.Target
[04.25.2009 01:22:48] ERROR:5: (Zugriff verweigert
) in Function modUtil.ReadLong
called from Function modUtil.GetMobByID
called from Property EQ2Mob.Target
Back to top
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 2 of 3 [34 Posts]   Goto page: Previous 1, 2, 3 Next
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » EverQuest 2 » EverQuest 2 - Discussions » EQ2Extreme with Exhume (Scripting Program / Radar)

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You can vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
Site and Contents Copyright 2003-2009 All Rights Reserved All information is for intellectual information If you are associated with any gaming company please leave now. Be sure to visit some of our other Sites TaultUnleashedxunleashed
World of Warcraft & 1 2 3 Aion Toplist Top 1001 Sites, Best Topsites List WOW Private Servers World of Warcraft Private Servers
TheBannerMan`s TOP100 WOW Private Servers E-Items.com Gaming TopSites List    
[ Time: 0.6281s ][ Queries: 18 (0.0167s) ][ GZIP on ]