Page 9 of 16

Posted: Thu Jul 01, 2004 2:05 pm
by Phox
wrangler wrote:already is

Code: Select all

|What is the minimum Z Value of mobs I should target?
   |------------------------------------------------------------
   /declare RV_MinZRange        int outer  -1000
   |------------------------------------------------------------
   |What is the maximum Z Value of mobs I should target?
   |------------------------------------------------------------
   /declare RV_MaxZRange        int outer  1000 

That still doesnt solve the problem of creatures at the same height as you but are outside the zone boundry.

huner.mac

Posted: Mon Jul 12, 2004 12:17 pm
by the_horror
fixed this question next one

Posted: Mon Jul 12, 2004 1:40 pm
by the_horror
getting an error

uparseable calculation "|"
in line 183
:MovementLoop

/if ((!${RV_Fighting})&&(!${RV_TargetDead})&&(${Target.PctHPs}<100)) {
/echo Mob not at full health, picking another...
/varset RV_InvalidTargetID ${Target.ID}
/varset RV_HasTarget 0
/call ResetSub
/return

Posted: Mon Jul 12, 2004 2:01 pm
by theafkxper
does "&|t" look like mq2 code?

lets have a look at the announcements forum sir!

http://macroquest2.com/phpBB2/viewtopic.php?t=8058

that is all.

-afk

hmm

Posted: Fri Jul 16, 2004 10:26 pm
by Salvinger
im wondering since Mob1=Spider would only target a mob specifically named spider would Mob1~Spider target mobs with the word spider in it?

Posted: Fri Jul 16, 2004 11:25 pm
by ISpy
It will go after any mob with the letters 'spider' in it in that order and grouping.

'wolf' for instance in WK will go after the Werewolf and get your low-level pelt farmer kilt.

re

Posted: Fri Jul 16, 2004 11:30 pm
by Salvinger
ok thats what i thought thanks

Posted: Sun Jul 18, 2004 6:52 am
by Nightcrawler7514
Very cool macro, but there was a couple of items I didnt like so I make some modifications to it.

First I combined the 2 ini-files into 1, and added a BattleSkill system for Kick, Taunt and the like to be placed inside the ini-file. Im currently working on a buff and healing addition that also will be placed inside the ini-file.

If anyone want it, let me know and I will post the code.

Nightcrawler7514

Posted: Sun Jul 18, 2004 6:54 am
by aChallenged1
Post it, but make it its own thread, and be sure to give credit where due. :D

re

Posted: Sun Jul 18, 2004 3:00 pm
by Salvinger
when i tried this i got an error that said the subroutine main wasnt found all i did to the code was changed the &lt to < and &gt to >

Re:

Posted: Sun Jul 18, 2004 3:03 pm
by Stults
Did you make sure to take out the ; ? Cause the error was < and >

need help

Posted: Sun Jul 18, 2004 10:18 pm
by Salvinger
not sure what im doing wrong but when i load up the macro i get the error from the code

"Mob Array Creation Error, Ending Macro"
and this is what my ini looks like

[Eastern Plains of Karana]
Mob1=Spider
Mob2=Lion
Mob3=Griffawn

[East Commonlands]
Mob1=Spiderling

[The Feerrott]
Mob1=Spider

and thats exactly what it says to do

Posted: Mon Jul 19, 2004 3:41 pm
by Pickled
First of all to say thank you RobDawg for this truly amazing piece of work!

Ok this is probably pushing it a bit, anyone know a basic way to get me started on writing some code that checks if a higher level mob is in the area (with range of x) eg. Mr Tarbul Earthstrider! on EK - so it will re-consider moving within his radius, due to aggro - and keep waiting until he moves outwith a certain radius of aggro?

Awaits flames! :)

Posted: Wed Jul 21, 2004 12:55 am
by tesla212
Yea, this macro is awesome. I just have a small problem. For some reason i keep gettin kicked for being inactive while running this bot for long periods. Is there any type of code i can add to move the mouse cursor every hour or so to prevent it from being kicked? Thx and again great macro!=)

Posted: Wed Jul 21, 2004 6:46 pm
by JL
this is a great macro, especiall for beginners to learn from. one problem you do have is that the macro does not read and compare names with commas (,) correctly, and i havent been able to fix it. Like, say you want to autohunt in Natimbi, The Broken Shores. It don't work. it halts and freezes (the macro itself).... now, if you customize the macro just for that zone by replacing all instances of "Zone.Name" with "Natimbi", and then just make headers of [Natimbi] in the .ini files it works great. many props, and if you search for posts by me, i have stated im raping your code and genbots to write an sk fear kiting macro.