Author Topic: Warlocks!  (Read 7982 times)

0 Members and 1 Guest are viewing this topic.

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Warlocks!
« Reply #15 on: August 29, 2006, 01:56:38 pm »
What she's saying is if Joe isn't actually playing to have fun and would rather do other stuff, other people that enjoy the game should have his spot.  I agree with this.

... which I already said, but with different reasoning.  You're trying to convince me of a point that I made before either of you posted here. :P

Offline Screenor

  • Hero Member
  • *****
  • Posts: 1611
  • My own little world.
    • View Profile
Re: Warlocks!
« Reply #16 on: August 29, 2006, 03:45:27 pm »
What she's saying is if Joe isn't actually playing to have fun and would rather do other stuff, other people that enjoy the game should have his spot.  I agree with this.
...She?

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Warlocks!
« Reply #17 on: August 29, 2006, 04:57:57 pm »
Yeah, Sidoh's a girl! Didn't you know?

I don't think theres anything wrong with this. ZG is on farm status and I'm still enjoying it. TBH, when I was using those macros, I wasn't doing anything else, I was just tired. ZG gives out incredible gold just from the trash mobs (which was all spent / will be spent on my .5, ouch). Besides, nobody else wanted my spot (I tried leaving later but couldn't find anyone, warlock or otherwise, to come).
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Blaze

  • Moderator
  • Hero Member
  • *****
  • Posts: 7136
  • Canadian
    • View Profile
    • Maide
Re: Warlocks!
« Reply #18 on: August 29, 2006, 05:48:04 pm »
What she's saying is if Joe isn't actually playing to have fun and would rather do other stuff, other people that enjoy the game should have his spot.  I agree with this.
...She?

Krazed.  Didn't you know?
And like a fool I believed myself, and thought I was somebody else...

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Warlocks!
« Reply #19 on: August 29, 2006, 09:44:23 pm »
Here's a macro I'm currently using while farming. I'm specced Heavy Destruction (Ruin Firemancer). It seems to give me a surplus on shards, but I can just stop mashing it when they get to a lower health level (I'm farming 50~'s, so the DoT's wipe them out easy).

Code: [Select]
/script if not IsBuffActive("Curse of Agony", "target") then CastSpellByName("Curse of Agony"); end;
/script if not IsBuffActive("Corruption", "target") then CastSpellByName("Corruption"); end;
/script if IsBuffActive("Immolate", "target") then CastSpellByName("Conflagrate"); end;
/script if (UnitHealth("target")<10) then CastSpellByName("Drain Soul"); end;
/script CastSpellByName("Immolate");

Note: You'll need SuperMacro for that one.

Here's a nifty one for lifting debuffs. Sets focus to you, makes your felhunter lift the debuff, and then sets the focus back to your target. I haven't tried it in-combat so I'm not sure how well it can be used (target switching speed wise), but after combat it works great for removing frost bolts, etc. Note, I didn't write this, but it's definately nifty.

Code: [Select]
/script if (UnitCreatureFamily("pet") == "Felhunter") then TargetUnit("player");CastPetAction(4);TargetLastEnemy();end;
EDIT -
Is it a suspendable/bannable offense to be using these types of macros? I definately do *look* like a bot, but I'm not worried because I'm farming in very low-traffic areas (Azshara, hehe). Macros are clientside, but the toolbars are serverside (including references to the macros). I wouldn't say so because it's my own work put into my own macros, but of course others will have other opinions.
« Last Edit: August 29, 2006, 09:48:36 pm by Joe[x86] »
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Warlocks!
« Reply #20 on: August 29, 2006, 11:58:52 pm »
Blizzard has over 9 million customers.  Do you honestly think they'd provide all of them with an API that easily allowed violation of their own TOS?

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Warlocks!
« Reply #21 on: August 30, 2006, 12:00:25 am »
Blizzard has over 9 million customers.  Do you honestly think they'd provide all of them with an API that easily allowed violation of their own TOS?

The AddOn system can be used to easily write a "bot" of sorts that can sit in the middle of Stormwind selling mage water with no human interaction. To answer that, yes. :p
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Warlocks!
« Reply #22 on: August 30, 2006, 12:06:50 am »
The AddOn system can be used to easily write a "bot" of sorts that can sit in the middle of Stormwind selling mage water with no human interaction. To answer that, yes. :p

Prove it.

Plus, I said "EASILY."  Addons are much more complicated than macros which are capped at 255 characters...

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Warlocks!
« Reply #23 on: August 30, 2006, 12:38:37 am »
Prove it.

Too lazy. It'd be easy though, just act on events.

Plus, I said "EASILY."  Addons are much more complicated than macros [...]

I saw that but I decided to ignore it for sake of argument. :)

Quote
[...] which are capped at 255 characters...

I give thee "SuperMacro".
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Warlocks!
« Reply #24 on: August 30, 2006, 01:24:14 am »
Too lazy. It'd be easy though, just act on events.

Events go into enough detail to specify when someone has opened a trade window, accepted a trade, etc?


I saw that but I decided to ignore it for sake of argument. :)

That is the argument.

I give thee "SuperMacro".

Which gives you what, 1024 characters?  Don't bring up points that don't change anything...

Offline Towelie

  • pwnstar
  • Moderator
  • Hero Member
  • *****
  • Posts: 4873
    • View Profile
Re: Warlocks!
« Reply #25 on: August 30, 2006, 01:25:17 am »
Quite off topic you are

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Warlocks!
« Reply #26 on: August 30, 2006, 01:25:54 am »

Offline Towelie

  • pwnstar
  • Moderator
  • Hero Member
  • *****
  • Posts: 4873
    • View Profile
Re: Warlocks!
« Reply #27 on: August 30, 2006, 01:36:57 am »

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Warlocks!
« Reply #28 on: August 30, 2006, 03:52:43 am »
I'm too lazy to individually quote.

API functions allow you to see who the trade window is with, and you can open a trade window with somebody when they whisper you.

Also, SuperMacro gives 7000 characters.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Warlocks!
« Reply #29 on: August 30, 2006, 11:03:38 am »
I'm too lazy to individually quote.

API functions allow you to see who the trade window is with, and you can open a trade window with somebody when they whisper you.

Also, SuperMacro gives 7000 characters.

I know that, but it'd be a very sloppy way of doing it.  You can make macros to move things into the trade window and wait until they put in an amount of money greater than or equal to some threshold before you accept?

They've changed it since I've used it, then... but it still doesn't change much.  Something like what you're describing would better be made an addon for obvious reasons...