MoP beta - Enabling addons menu

User Tag List

Page 3 of 15 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 225
  1. #31
    Ehnoah's Avatar Elite User
    Reputation
    398
    Join Date
    Sep 2006
    Posts
    1,027
    Thanks G/R
    16/96
    Trade Feedback
    6 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Any UI mod actualy working? need some for bars its horror to play with standard

    MoP beta - Enabling addons
  2. #32
    oprime's Avatar Master Sergeant
    Reputation
    38
    Join Date
    Oct 2010
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    my addons folder (might contain addons that did not need any modifying): Filebeam - Beam up that File Scottie!
    contains: Ace3, ACP, Bartender4, Combuctor, Healbot, OmniCC, Prat-3.0, Quartz, ShadowedUnitFrames
    don't expect anything to work 100%

    thanks _Mike for the release

    edit: fix for HealBot , edit HealBot_Action.lua line 2361 insert "!".. before sName
    button:SetAttribute(HB_prefix.."spell-heal"..j, "!"..sName);
    Last edited by oprime; 04-16-2012 at 08:29 AM.

  3. #33
    blamani's Avatar Active Member
    Reputation
    19
    Join Date
    Jul 2008
    Posts
    80
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could you fix suf? For me it still shows green borders and combopoints for classes are not working.

  4. #34
    oprime's Avatar Master Sergeant
    Reputation
    38
    Join Date
    Oct 2010
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by blamani View Post
    Could you fix suf? For me it still shows green borders and combopoints for classes are not working.
    I'm trying to fix borders, and party member changes. I don't think I can fix combopoints tho, can't find any information on changes to frames and I have no idea how to debug it. I just replaced references to maximumCP to 3 cause i use a holy pala lol.

    edit: to fix borders, set something else then "None" as border in settings. for combopoints fix edit modules/combopoint.lua at line 43,44 and 93 by replacing the digit 3 with the correct maximum combo point number. hope this helps
    Last edited by oprime; 04-16-2012 at 10:11 AM.

  5. #35
    blamani's Avatar Active Member
    Reputation
    19
    Join Date
    Jul 2008
    Posts
    80
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    https://github.com/p3lim/wow-ui-sour...19b90437b99e5b , has all ui-file changes. We might find something useful

  6. #36
    lostinthewoodslol's Avatar Active Member The Coinmaster CoreCoins Purchaser
    Reputation
    73
    Join Date
    Aug 2011
    Posts
    216
    Thanks G/R
    12/5
    Trade Feedback
    15 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there an update currently? and anyone have any luck with bartender?

    tipping $25 for anyone who gets bartender working xD

  7. #37
    oprime's Avatar Master Sergeant
    Reputation
    38
    Join Date
    Oct 2010
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lostinthewoodslol View Post
    is there an update currently? and anyone have any luck with bartender?

    tipping $25 for anyone who gets bartender working xD
    I have working Bartender, send me PM.

  8. #38
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +rep to anyone that can send a working Damage meter my way? Would be whole-fully pleased and give you 5 rep for your contribution

    EDIT* Ok, it looks like Skada is working, but it can't tell when you in or out of combat, so something is wrong with it. I'll see what I can figure out later. Right now, its off to bed for me lol.
    Last edited by firepong; 04-19-2012 at 04:08 AM.

  9. #39
    oprime's Avatar Master Sergeant
    Reputation
    38
    Join Date
    Oct 2010
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    +rep to anyone that can send a working Damage meter my way? Would be whole-fully pleased and give you 5 rep for your contribution

    EDIT* Ok, it looks like Skada is working, but it can't tell when you in or out of combat, so something is wrong with it. I'll see what I can figure out later. Right now, its off to bed for me lol.
    Working Recount: Filebeam - Beam up that File Scottie!

  10. #40
    sezz's Avatar Active Member
    Reputation
    43
    Join Date
    Aug 2007
    Posts
    58
    Thanks G/R
    4/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by oprime View Post
    I wrote a small addon that adds some of the old lua functions: http://sezz.at/download/sLegacy-20120420.zip

    Just install it and you can use the latest Recount (Graphs don’t work, they will crash the client!) or TinyDPS (and maybe also other addons, I didn't test a lot because most of the addons I use are written by me and they work with minor changes, but Auctionator und AtlasLoot for example will work too without any errors.). No text-editing required.

    The problem is that Blizzard removed GetNumRaidMembers/GetNumPartyMembers, both functions are used in every addon that needs to access the number of players in your group, my small addon just adds them if they don't exist (and also some other functions, more to come).
    Last edited by sezz; 04-20-2012 at 01:50 PM. Reason: Updated Addon Download URL

  11. #41
    oprime's Avatar Master Sergeant
    Reputation
    38
    Join Date
    Oct 2010
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sezz View Post
    I wrote a small addon that adds some of the old lua functions: http://sezz.at/download/sLegacy-20120418d.zip

    Just install it and you can use the latest Recount (Graphs don’t work, they will crash the client!) or TinyDPS (and maybe also other addons, I didn't test a lot because most of the addons I use are written by me and they work with minor changes, but Auctionator und AtlasLoot for example will work too without any errors.). No text-editing required.

    The problem is that Blizzard removed GetNumRaidMembers/GetNumPartyMembers, both functions are used in every addon that needs to access the number of players in your group, my small addon just adds them if they don't exist (and also some other functions, more to come).
    Nice solution! +rep

  12. #42
    hordz's Avatar Private
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    _Mike, thank you for this program, its really awesome.
    my qestion is how can i identify the patch offset (e.g. 0x595759 for 15589, or 0x572179 or for 15508 builds) by myself to compile it as soon as new patch goes on beta servers.
    Last edited by hordz; 04-20-2012 at 05:58 AM.

  13. #43
    _Mike's Avatar Contributor
    Reputation
    310
    Join Date
    Apr 2008
    Posts
    531
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hordz View Post
    _Mike, thank you for this program, its really awesome.
    my uestion is how can i identify the patch offset (e.g. 0x595759 for 15589, or 0x572179 or for 15508 builds) by myself to compile it as soon as new patch goes on beta servers.
    Look up the address in a disassembler, backtrace to find a function that can easily be identified (string literals), find the same function in the new patch exe, trace forward to the correct instruction.

    There are also other ways of doing it using the same UIADDON struct which not only enables addon loading but also makes the game think all addons are made by Blizzard and allows them to call protected functions. But I'll leave that as an exercise for the reader

  14. #44
    hordz's Avatar Private
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    okay, thank you again
    btw for everyone who is interested, here are some lua changes i found:
    GetNumPartyMembers = GetNumSubgroupMembers
    GetNumRaidMembers = GetNumGroupMembers
    GetActiveTalentGroup = GetActiveSpecGroup
    GetPrimaryTalentTree = GetSpecialization
    LootSlotIsItem = LootSlotHasItem

  15. #45
    Meltoor's Avatar Contributor
    Reputation
    146
    Join Date
    Jan 2007
    Posts
    292
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sezz View Post
    I wrote a small addon that adds some of the old lua functions: http://sezz.at/download/sLegacy-20120418d.zip

    Just install it and you can use the latest Recount (Graphs don’t work, they will crash the client!) or TinyDPS (and maybe also other addons, I didn't test a lot because most of the addons I use are written by me and they work with minor changes, but Auctionator und AtlasLoot for example will work too without any errors.). No text-editing required.

    The problem is that Blizzard removed GetNumRaidMembers/GetNumPartyMembers, both functions are used in every addon that needs to access the number of players in your group, my small addon just adds them if they don't exist (and also some other functions, more to come).

    +5repped you, it works great!

Page 3 of 15 FirstFirst 1234567 ... LastLast

Similar Threads

  1. [Tool] Any ways to enable addons/scripts in WoD Beta?
    By pcmdxx in forum WoW Memory Editing
    Replies: 50
    Last Post: 07-25-2014, 02:22 PM
  2. Request to modify Enable addons in WoD Beta
    By cadcamzy in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 07-05-2014, 03:15 PM
  3. mop beta leveling addon
    By Nov17 in forum WoW UI, Macros and Talent Specs
    Replies: 1
    Last Post: 08-10-2012, 07:05 AM
  4. [Release] MoP Beta Addons
    By LoomaR in forum World of Warcraft Bots and Programs
    Replies: 0
    Last Post: 06-14-2012, 01:40 AM
  5. [Release] MoP beta - enabling /run /script
    By _Mike in forum World of Warcraft Bots and Programs
    Replies: 13
    Last Post: 04-07-2012, 09:47 PM
All times are GMT -5. The time now is 08:57 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search