Close
Showing results 1 to 10 of 19

Hybrid View

  1. #1

    Default

    Couple thins, first, why are you using such a complex macro? Second, if I'm reading this correctly (my Lua is not so good) then you are calling some mount form the mount pane, by number, based on whether it's usable or not in your zone. If the outcome of the macro is changing, one might also suspect that the order of the mount pane is changing (in classic Blizzard style, with extremely strong coupling between model and view :S), is this the case?

    Can't you make a table of mount_name -> number_in_mount_pane mapping and use that? Basically using the names of the mounts instread of their index?

  2. #2

    Default

    Quote Originally Posted by Blubber View Post
    Couple thins, first, why are you using such a complex macro? Second, if I'm reading this correctly (my Lua is not so good) then you are calling some mount form the mount pane, by number, based on whether it's usable or not in your zone. If the outcome of the macro is changing, one might also suspect that the order of the mount pane is changing (in classic Blizzard style, with extremely strong coupling between model and view :S), is this the case?

    Can't you make a table of mount_name -> number_in_mount_pane mapping and use that? Basically using the names of the mounts instread of their index?
    When I got back into the game the first thing I did was google mount macro and I got this one. It worked fine until the patch now it seems the order of my mounts changes when I login and out.

    Khat thanks for the macro I will use that one.

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •