Search found 35 matches

by ThatOtherGuy
Wed Apr 14, 2004 10:52 pm
Forum: Games::Other
Topic: Anyone thinkin bout hacking Eve?
Replies: 7
Views: 7986

Just curious if anything like this materialized. I've been looking around, because I've heard some rumors about eve macro programs, but sorting through all the BUYLEETHAXPLZPLZTHX sites to find anything useful is impossible. There are some tasks in Eve that really should be automated, coughMININGcou...
by ThatOtherGuy
Wed Dec 03, 2003 6:32 am
Forum: Macro Help (MQ1)
Topic: movebehind script, logic error or scripting error?
Replies: 1
Views: 707

Bump - Anyone have any idea? I'm sick of pounding my head ona wall with this one :p
by ThatOtherGuy
Sat Nov 29, 2003 6:55 pm
Forum: Macro Help (MQ1)
Topic: movebehind script, logic error or scripting error?
Replies: 1
Views: 707

movebehind script, logic error or scripting error?

mkay. So this mostly works. the idea is to set the mobs heading to 0, with an arc of -180 to +180 left to right, and set a difference between mob heading and your heading. As far as I can tell, that part works great. Next part is supposed to check if you are in the from 120 degrees of the mob, be se...
by ThatOtherGuy
Wed Oct 29, 2003 7:26 am
Forum: Macro Depot (MQ1)
Topic: Bard Twist2
Replies: 23
Views: 8993

Bump. Still doesn't work, and this would be a GREAT twisting macro for me and I'm sure others :P I've tried to figure out whats wrong, but have had no luck. Atm it twists the non attack songs fine but never swaps over to the attack songs.
by ThatOtherGuy
Mon Oct 13, 2003 7:26 am
Forum: Macro Requests (MQ1)
Topic: Requesting help converting the advanced bard twist anda attk
Replies: 12
Views: 2879

Yea, I'm working on moving it over and maybe cleaning it up a bit. the movebehind code is a little weird to have on a bard, but I'll keep it in if people like it hehe
by ThatOtherGuy
Sun Oct 12, 2003 9:15 am
Forum: Macro Help (MQ1)
Topic: Moving behind a mob w/ strafing - not quite working
Replies: 19
Views: 5742

Thanks for the compliment on the twist_adv :) I'm working on redoing it in teh new veriable system - this time it'll be more my own than the last time, last time it was mjore a compilation of combat scripts from various bots and basic 4song twisting macro :P The code I posted for the movebehind here...
by ThatOtherGuy
Thu Oct 09, 2003 12:30 pm
Forum: MQ2::Development::Feature Discussion
Topic: OMG
Replies: 17
Views: 4023

It looks like a struct change, as the new offsets aren't working correctly :(
by ThatOtherGuy
Thu Oct 09, 2003 12:25 am
Forum: Macro Help (MQ1)
Topic: Moving behind a mob w/ strafing - not quite working
Replies: 19
Views: 5742

Yea, it needs to be cleaned up a little. once I get it cleaned up and am happy with functionality I'll post the whole thing in the Macro Depot :P

Thanks again for the help
by ThatOtherGuy
Wed Oct 08, 2003 6:10 pm
Forum: Macro Help (MQ1)
Topic: Moving behind a mob w/ strafing - not quite working
Replies: 19
Views: 5742

Got it working, and it works beautifully! Heres the movebehind code, if you're interested :P I removed to loop so that it would check teh range from mob in between strafes and help not lose DPS that way. Sub movebehind /if $target()==FALSE { /attack off /sendkey up up /return } /face fast nopredict ...
by ThatOtherGuy
Wed Oct 08, 2003 11:42 am
Forum: Macro Help (MQ1)
Topic: Moving behind a mob w/ strafing - not quite working
Replies: 19
Views: 5742

peaches - It works fine for most stuff, but I ahve an obsession to make a completely automated bot that looks natural :P The movehind in the macro depot points to to a point some units behind the mob , moves you at it, then points you back at the mob... OK for some stuff, but if you wanted to make i...
by ThatOtherGuy
Tue Oct 07, 2003 4:35 pm
Forum: Macro Help (MQ1)
Topic: Moving behind a mob w/ strafing - not quite working
Replies: 19
Views: 5742

I should've stated this at the begining :P this is part of a modified monk fighter script (actually pretty heavily modified - I'd estimate 75-80% code of my own from the original) I already have the distance held pretty solid. The biggest problem with that /press left thing is if you're just a teens...
by ThatOtherGuy
Tue Oct 07, 2003 11:06 am
Forum: Macro Help (MQ1)
Topic: Moving behind a mob w/ strafing - not quite working
Replies: 19
Views: 5742

mkay, that didn't make much sense, but I guess I'll trash it since you say it can't be done :p
by ThatOtherGuy
Mon Oct 06, 2003 8:31 pm
Forum: Macro Help (MQ1)
Topic: Moving behind a mob w/ strafing - not quite working
Replies: 19
Views: 5742

So remembering to update the math so that it doesn't endlessly spin me in circles any more - Now I have a new special l33t uberproblem of doom. For some reason, this code calulates the place where it should put me as about 45degrees from teh FRONT of the mob(right about 45 on following diagram). If ...
by ThatOtherGuy
Mon Oct 06, 2003 7:08 pm
Forum: Macro Help (MQ1)
Topic: Moving behind a mob w/ strafing - not quite working
Replies: 19
Views: 5742

As i understand it, and if without an else just skips the whole thing. So if @Combatstatus!=1 then it just skips teh whole thing and moves on to the closing } Now that I see it mentioned, I'm sure that the not-updating-heading thing is the problem :p Thanks - will edit later when I'm home to say if ...
by ThatOtherGuy
Mon Oct 06, 2003 9:48 am
Forum: Macro Help (MQ1)
Topic: Moving behind a mob w/ strafing - not quite working
Replies: 19
Views: 5742

Moving behind a mob w/ strafing - not quite working

And I don't know why. Theoretically this should see if you're in the back 80degrees of the target, and if you're not, send you to the loop to mvoe you there. However, ocne you trigger it (in weird places, not what it should be) it just sends you in an endless loop in 1 direction around the target. S...