taultunleashed logoEQ2 Macros: MegaBot v2.8 - Buff Bot AND HUNTER BOT! Discussi : EverQuest 2 Premium Discussions - Page 10
newtopic  postreply
 [ 233 posts ]  Previous  1 ... 7, 8, 9, 10, 11, 12, 13 ... 16  Next
blue large dot

EQ2 Macros: MegaBot v2.8 - Buff Bot AND HUNTER BOT! Discussi : EverQuest 2 Premium Discussions - Page 10

Posted: December 4th, 2005, 1:44 pm
 
shebak
shebak's Reps:
User avatar
My Warden keeps running forward until it is in melee range. Is there any settings to turn this off or change it.

I use 2.8 10/30/2005 version

Thanks
Sheba


Reply with quote
Posted: December 8th, 2005, 9:45 pm
 
squirrelycc

Total Posts: 109
Joined: July 21st, 2005, 5:52 pm
squirrelycc's Reps: 0
User avatar
Active User > 50 Posts
Help.... I dont know what to do. I tried installing this and have no idea how to get it to work. I recently started using the EQ2 Crafting Bot, and got that to work fine.... is this similar at all...

I installed it by downloading the file, and unzipping the file and folder to the \Xunleashed\Scripts folder. Is that the right way to install this?

When I launch EQ2, and try to use this, it crashes.... Do i have to go into the programming and customize it to work for me?

Any help is greatly appreciated.... a guide on how to use the UltraBot would be awesome... Thanks to anyone who can help me out!


Reply with quote
Posted: December 9th, 2005, 9:32 am
 
seveneleven
seveneleven's Reps:
User avatar
There are two files you have to change, one is called eq2megabot and it is in the megabot dir that was created under scripts. In this file there is a line that will look like this:

[CharINI]
CharINIFile=charname.ini change the character name to whatever you are going to name the .ini file in step 2.

Next there is a file called samplechar. it is in the same directory. Open this and save it with the same name as you created in step one. Now go through that whole file and read each line, there is alot of customizing to do. But the author comments are easy to follow. When you are done save it. And you should be good to go.


Reply with quote
Posted: December 10th, 2005, 8:07 pm
 
wyvernx

Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
User avatar
administrator
premium
Some people have been messaging me on how to fix the chest bug.

Here is the corrected code:

Verified, I just found a chest.

Health is now 100 and the name has changed.

The new name is something like "the treasure chest of King Xithl"

So you can modify your scripts like so:

Where you had this:
n = oEQ2Service.MobName(spawnID)
health = oEQ2Service.MobHealth(spawnID)


Add after:
if instr(n,"treasure chest") > 0) then
n = "a treasure chest"
health = 0
end if


That will fix your script.


Reply with quote
Posted: December 11th, 2005, 5:57 am
 
squirrelycc

Total Posts: 109
Joined: July 21st, 2005, 5:52 pm
squirrelycc's Reps: 0
User avatar
Active User > 50 Posts
You are awesome seveneleven!!!! Thanks a lot!!! I really appreciate the help!!!

-Squirrelycc


Reply with quote
Posted: December 12th, 2005, 4:26 pm
 
xxwootxx
xxwootxx's Reps:
User avatar
I just downloaded this bot a little bit ago and tried it and it was working fine, then I set the hotbar and tried it again but this time it didn't work.
I looked for errors in the log and it said:

objDebug.Print "",0
if maxR-minR > 120 then
objDebug.Print "**** WARNING: The minR and maxR diff is > 120, which could lead to problems... please submit to forum to be looked at with this section of the log file to review", 0
objDebug.Print "** It might just be the bug which give wrong color reads from the screen on a rare basis, look in the details above and any seems to be way out of wack, just run the script again", 0


Does this happen often? Can it be fixed?

I attached the log file if anyone would like to read it over


You do not have the required permissions to view the files attached to this post.


Reply with quote
Posted: December 13th, 2005, 4:22 pm
 
markjohnson
markjohnson's Reps:
User avatar
I just started using 2.8. was using 2.7 before all the updates and now when I start this up it seems fine until I've killed the mob and then the script exits. I looked at my log and it just seems to stop. The log file states no errors or anything.

It also gives an error of "Unknown Command:'Target-Previous'" it was disabled so I enabled it and assigned the [ key to it and still get the error.

any help pwould be greatly appreciated
-=Mark=-


Reply with quote
Posted: December 13th, 2005, 7:43 pm
 
markjohnson
markjohnson's Reps:
User avatar
OK, I got it almost working now. It just won't run on my spare computer. It is fine on my gaming rig.

But now I can't get it to work with my illusionist and it's pet. The pet keeps making it freak out. It seems to try to target it and can't. at least not always. most of the time it casts heals on the illusionist instead. as soon as the pet dies so does the macro. it seems to be locked completely and have to exit the game and macro program to get it working again.

I added the pet to my master list aand it keeps track of its health, but don't think the program recogniozes it as a party member since its name isn't in the group list.

anyone get this working with the pet.

btw... I have it set up with my healer as a buffbot and my Illusionist as the master I control manually.


Reply with quote
Posted: December 13th, 2005, 8:25 pm
 
loraik
loraik's Reps:
User avatar
Markjohnson I run a necro with pet fine and a healer in buffbot mode. You should not need to put pet in list for masters.

Double check your key targeting settings. For what ever reason some keys make it freak out. Also Richy is bogged down atm IRL so isn't able to get up here to support Megabot ATM, you might want to switch to Slam666's modified version called Ultrabot. He is supporting it.

Loraik


Reply with quote
Posted: December 14th, 2005, 12:09 am
 
wyvernx

Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
User avatar
administrator
premium
Found correct mob colors.. gonna add a function to get the current correct color.

Also found the aggro switch. Gonna add a function to get if a mob is aggro to your or not.

That sould help alot of scripts.


Reply with quote
Posted: December 14th, 2005, 2:08 am
 
wyvernx

Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
User avatar
administrator
premium
Sweet, also found grouped flags.

See EQ2Service for full details of new functions.


Reply with quote
Posted: December 14th, 2005, 3:11 am
 
markjohnson
markjohnson's Reps:
User avatar
I forgot I reinstalled windows on this machine and had to reseup the key setting anmd now is going well. Still issues with pet dying and locking up the script. but that's not too bad. just annoying. Will give Ultrabot a try tomorrow and see how that fairs.

Thanks for your help.
-=Mark=-


Reply with quote
Posted: December 14th, 2005, 6:27 am
 
loraik
loraik's Reps:
User avatar
Sweet Wyvernx, found anything on determining if mob is regular/heroic/epic?

Loraik


Reply with quote
Posted: December 14th, 2005, 4:14 pm
 
wyvernx

Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
User avatar
administrator
premium
That is already known, lol doesnt anybody read the dox?

Its called mobDifficulty. Read the EQ2Service.vbs file.


Reply with quote
Posted: December 17th, 2005, 10:43 am
 
unclefester
unclefester's Reps:
User avatar
Does this script still work for everyone? Trying to figure out what I'm doing wrong to not be able to get it working.

Would rather just pay someone $50.00 and have it work but I guess it doesn't work that way = )


Reply with quote
Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 113 guests

Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of EverQuest 2 Premium Discussions RSS Feed 
Sitemap of EverQuest 2 Premium Discussions Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?