Close
Page 19 of 25 FirstFirst ... 9 17 18 19 20 21 ... LastLast
Showing results 181 to 190 of 250

Hybrid View

  1. #1

    Default

    Quote Originally Posted by 'Simulacra',index.php?page=Thread&postID=93109#pos t93109





    Quote Originally Posted by 'Depherios',index.php?page=Thread&postID=93104#pos t93104






    Quote Originally Posted by 'Xealous',index.php?page=Thread&postID=92101#post9 2101
    Quick query as I seem to have an issue when after I'm done with a boxing session and log out - the next time I come to play all the settings have been reset. Is there a save button I'm missing? I go to chose their profile and its blank :/

    The grey box I always move it to the bottom corner of my screen... but that always returns to the rest position.

    Any help appreciated :)

    X

    ...its also started to reset itself during when im online >.< :(
    Resetting when it's online I can't help you with, but I've had addons with corrupted savedvariables files that won't save, and so, generate the default saved variables whenever I log... You should probably try to delete the savedvariables file for it.


    Quote Originally Posted by 'Simulacra',index.php?page=Thread&postID=93071#pos t93071
    Just a small thing with my favourite addon - when will the ugly grey box disappear? Can we make it transparent? or be able to resize somehow? It's just aesthetics :) Also, a nice feature would be to somehow hotkey the follow after combat option : for instance if I'm just mowing down mobs for dailies I want my alts to follow after combat, bet when I'm instancing I definately don't because the after combat follow kicks in even if I'm still in combat sometimes which leads to wipes.
    I went in and manually modified the background color... along with the green color... and the name showing... and added names to some of the frames so they can be modified live, lol. If it's still the same, and if this helps, my line 1122 is what's changing my BG color.... I didn't bother to comment it, or remember how it originally was...

    Code:
    f:SetBackdropColor(0,0,0,.1);
    It's not tough to go in and modify the colors though, just search for "color" in the LUA ^_^


    (what mine looks like right now, doesn't show that the green for "following" is white now though XD)
    Very nice, thanks for the tip. BTW really nice UI setup u have there, what are you using for the party bars? I like the way they're out of the way but still really visible.

    I wanted a transparent background. I went into MultiBoxer.lua and changed line 1121 from

    f:SetBackdrop({ bgFile = "Interface\\Tooltips\\UI-Tooltip-Background", tile = true, tileSize = 16})

    To:

    f:SetBackdrop({ bgFile = "", tile = true, tileSize = 16})

    I made a few font changes and dumped some text all together.

    I use an eepanels like mod for backgrounds now.

    I know next to nothing about LUA and addon developement in general but it seems to work.

    Make sure you back up the orginal addon folder incase you need to restore it.

    You can mess around with Width and Height around Line 1051 and 1052.

    I use Notepad++ to edit the file it formats it nicely and numbers the rows.

  2. #2

    Default RE: ?

    Quote Originally Posted by 'joshg',index.php?page=Thread&postID=65050#post650 50
    Confused here, Have you released this yet?

    Sorry to souund like a n00b to this....probably becasue i am
    He has included the download link in the first post.
    Currently boxing 2 Elemental Shamans on Kilrogg-EU.
    Level: 1........10.........20.........30.........40.........50.........60.........70!
    <OMG BRB ICE CREAM TRUCK>

  3. #3

    Default

    I am guessing this could be my own unique problem but is anyone having issues with not being able t re-located multiboxer's window? No matter if I have it locked or unlocked, I can't get it to move.

  4. #4

    Default

    have you tried pressing ALT?

  5. #5

    Default

    I really thought I had but I'm a moron. Thanks for the tip that I am a moron for not figuring out.

  6. #6

    Default

    Okay, so I wanted a couple features and added them in. If smurfy gives his okay I'll release the version I have once I add a few more cosmetic things for myself. Here's a screenshot, it's not much... basically you can change the color via the gui and show/hide xp and xp percent, and I consolidated some display options in the settings page.



    I think I'm going to add a border or something, and next is probably a transparency option. Smurfy, if you see this, PM me, I can just give you the changes I've made, if you're still developing this addon.

    ???Multiplicity (Norgannon US Horde)???????Classes??????Levels??
    ????????Crotchrot, Zupity, Zapity???????Lock, Priests??63, 28x2?
    ?Huntârd, Huntärd, Huntàrd and Huntård?????Hunters????????51?????RAF

  7. #7
    Member Souca's Avatar
    Join Date
    Aug 2008
    Location
    Rocky Mountain High
    Posts
    1101

    Default

    Quote Originally Posted by 'Ghallo',index.php?page=Thread&postID=105869#post1 05869
    I second that request - I would love to have the option to mass abandon a quest!

    Also, being able to change the transparency/size of the gray window would be great.

    Thanks for this addon - it is excellent!
    Quote Originally Posted by 'Anahka',index.php?page=Thread&postID=106345#post1 06345
    Quote Originally Posted by 'Frosty',index.php?page=Thread&postID=106322#post1 06322
    I updated the wiki with a few of the latest suggestions.
    I'm too lazy to go back through the whole thread and document them all though. :P
    Another one: bring back the old "auto accept escort quest" option. Current system doesn't work for those. It accepts them fine but the 4 alts don't get credit. 100% reproducable.

    I'm gonna be working on questing code for my addon this weekend. If I get a solution for abandoning a quest on all characters I will be sure to share it for Multiboxer if Smurfy is still working on it. I'll also take a peek at escort quests, but I don't have this problem for some reason.

    While I'm working on those, are there any other pressing requests?

    - Souca -
    This space for rent.

  8. #8

    Default

    As far as I can tell the current "shared quests" system accepts the escort quest ok; i.e. it shows up in their quest log. However they don't get credit when the quest is over. The main does however. I think it's because the 4 alts accept the quest a split-second after the main does, and the quest guy usually started his I'm-walking-off-now routine by then.

    However if I start the escort quest on just the main, the "X is starting Escort Quest Y" prompt pops up on the alts. And I can just accept those by using the accept-all macro.

    Older versions of Multiboxer just auto-accepted those. Current version doesn't.

    Problem occurs on every single escort quest. Can reproduce it 100% (if I find an escort Q that is). Happens for me and the other multiboxers on my server. Not a huge issue but annoying when you have to do the escort walk all over again.

  9. #9

    Default

    good to see some dev on this I mentioned this before but I would really like toggable auto follow after combat even if it's just a script line like /script mb follow off. The prob I have is that in instances with the combat follow on somehow the alts get the idea that I'm not in combat even when I am and so follow the brain even after only killing 1 mob, this has caused a couple of wipes. I know I could go to each screen and toggle it manually at the start of an instance but I'm lazy plus it is the kind of thing you want to turn off and on quickly

  10. #10

    Default

    Quote Originally Posted by 'Simulacra',index.php?page=Thread&postID=111734#po st111734
    good to see some dev on this I mentioned this before but I would really like toggable auto follow after combat even if it's just a script line like /script mb follow off. The prob I have is that in instances with the combat follow on somehow the alts get the idea that I'm not in combat even when I am and so follow the brain even after only killing 1 mob, this has caused a couple of wipes. I know I could go to each screen and toggle it manually at the start of an instance but I'm lazy plus it is the kind of thing you want to turn off and on quickly
    Ooh, that would be great indeed.

Similar Threads

  1. Addon Problem MultiBoxer v2_05
    By Serthagon in forum Macros and Addons
    Replies: 1
    Last Post: 08-28-2008, 08:41 AM
  2. [Addon] OhNoes: Screen Coloring/Alert addon. Updated!
    By Depherios in forum Macros and Addons
    Replies: 18
    Last Post: 08-04-2008, 01:54 PM
  3. Is there anyway to stop multiboxer addon from switching to actionbar 2?
    By Mortalis in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 07-22-2008, 07:43 PM
  4. Addon : Multiboxer - Little fast question :O
    By Jolia in forum New Multi-Boxers & Support
    Replies: 3
    Last Post: 06-21-2008, 02:57 PM
  5. [WoW] First release of MultiBoxer AddOn for WoW.
    By jdraughn in forum General WoW Discussion
    Replies: 14
    Last Post: 03-20-2008, 08:09 AM

Posting Rules

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