[WoW][Legion Alpha] Anti-Crash and Enable addons menu

User Tag List

Page 2 of 6 FirstFirst 123456 LastLast
Results 16 to 30 of 80
  1. #16
    doraEK's Avatar Corporal
    Reputation
    11
    Join Date
    Jan 2016
    Posts
    21
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rdruid69 View Post
    Guys I don't understand anything about bits and bytes and hex. Is there something I can download and where I should put it or some .exe that I click and fix everything? lol
    pick up short link on #4
    Originally Posted by doraEK View Post
    20914 update
    check googledrive

    pick up this short url: https://goo.gl/PyT7Q1


    Originally Posted by Skycka View Post
    yep we know this,
    in this patch(21071) we suggest repalce exe but dont use addon,
    because Anti-crash feature still here, but some of addons cause memory bug,
    just like taitan/omnicc/tellmewhen....etc.
    and BT4 also crash client by API"CreateAnimationGroup"
    Last edited by doraEK; 02-12-2016 at 01:49 PM.

    [WoW][Legion Alpha] Anti-Crash and Enable addons
  2. #17
    icyblade's Avatar Corporal
    Reputation
    16
    Join Date
    Jul 2014
    Posts
    19
    Thanks G/R
    1/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    use the new bt4 in https://github.com/icyblade/wow_addons please
    i have already fixed the crashing stuff

  3. Thanks Zemsta (1 members gave Thanks to icyblade for this useful post)
  4. #18
    Zemsta's Avatar Contributor
    Reputation
    177
    Join Date
    Oct 2012
    Posts
    314
    Thanks G/R
    72/36
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by icyblade View Post
    use the new bt4 in https://github.com/icyblade/wow_addons please
    i have already fixed the crashing stuff
    Beautiful!

    Nice work on addons, tyvm, max rep!

    I noticed however, your set lacks a single Bag addon, could you please fix Bagnon to work with Alpha? Would be highly appreciated.

  5. #19
    Zemsta's Avatar Contributor
    Reputation
    177
    Join Date
    Oct 2012
    Posts
    314
    Thanks G/R
    72/36
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In b21108:

    Processing WowB.exe ...
    - Patching crash1... Found, patching
    - Patching green... CRITICAL, pattern not found. Does Blizzard make some changes?
    - Patching addon... Found, patching
    Processing WowB-64.exe ...
    - Patching crash1... CRITICAL, pattern not found. Does Blizzard make some changes?
    - Patching green... Found, patching
    - Patching addon... Found, patching

    Press any key to exit...

    did they make changes?

  6. #20
    icyblade's Avatar Corporal
    Reputation
    16
    Join Date
    Jul 2014
    Posts
    19
    Thanks G/R
    1/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm working on bagnon

    And the patcher issue, do a git pull pls :-)

    EDIT: Bagnon is partially functional now. The unusable item feature doesn't work due to API changes, I'll try to fix this later

    PS: I think Adibags is an awesome bag addon
    Last edited by icyblade; 02-20-2016 at 09:03 AM.

  7. Thanks Zemsta (1 members gave Thanks to icyblade for this useful post)
  8. #21
    Zemsta's Avatar Contributor
    Reputation
    177
    Join Date
    Oct 2012
    Posts
    314
    Thanks G/R
    72/36
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works perfectly, thanks!

    I like that bagnon doesn't want to sort my bag content by item type at all while it still provides an all-in-one bag interface.

    I wondered why I can't set fonts to Shadowed Unit Frame and other addons, did they change the way to register custom textures / fonts?

    Tried to register them with SharedMedia addon and SharedMedia_AdditionalFonts but they seem broken for Legion.

  9. #22
    icyblade's Avatar Corporal
    Reputation
    16
    Join Date
    Jul 2014
    Posts
    19
    Thanks G/R
    1/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Currently we cannot use 3rd party fonts in addons directly
    But there's an alternative way, we can change the fonts inside our client, thus our addons will use the "fake" default fonts

    Here's the detail:
    make a new directory named "Fonts" under ur wow client
    copy ur desired font under "Fonts" which should be rename to "1.ttf"
    run the .bat script below:
    @echo off
    Copy 1.ttf ARIALN.TTF
    copy 1.ttf bHEI00M.TTF
    copy 1.ttf bHEI01B.TTF
    copy 1.ttf bKAI00M.TTF
    copy 1.ttf bLEI00D.TTF
    copy 1.ttf FRIZQT__.TTF
    copy 1.ttf MORPHEUS.TTF
    copy 1.ttf SKURRI.TTF
    copy 1.ttf ARHei.TTF
    copy 1.ttf ARKai_C.TTF
    copy 1.ttf ARKai_T.TTF
    pause
    Finally, set fonts in ur addons :-)

  10. Thanks Zemsta (1 members gave Thanks to icyblade for this useful post)
  11. #23
    doraEK's Avatar Corporal
    Reputation
    11
    Join Date
    Jan 2016
    Posts
    21
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i update patcher.py

    icy is busy now so i put patcher update on googledriver.

    ps. seems some problem on wowb.exe, we can enable addons use but it won't load WTF SavedVariables.

  12. Thanks Zemsta (1 members gave Thanks to doraEK for this useful post)
  13. #24
    doraEK's Avatar Corporal
    Reputation
    11
    Join Date
    Jan 2016
    Posts
    21
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In this patch(21267) we suggest avoid using tellmewhen and DBM, thay cause program no response.

  14. #25
    Zemsta's Avatar Contributor
    Reputation
    177
    Join Date
    Oct 2012
    Posts
    314
    Thanks G/R
    72/36
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    build 21287

    Bartender: some strange things happen to bartender since the last build. I'm also unable to open the options panel. Right clicking on the bartender icon does not do anything, typing /bartender to the chat neither.
    Shadowed Unit Frames: changing fonts to custom is finally working, thanks a lot! Would you be able to add the demon hunter purple color as a class color?
    Prat: whispers don't work to either direction. Oh wait. Prat is not in your addon pack /facepalm. Any chance you include it? at least for the most important module: Timestamps
    Last edited by Zemsta; 03-28-2016 at 12:39 PM.

  15. #26
    icyblade's Avatar Corporal
    Reputation
    16
    Join Date
    Jul 2014
    Posts
    19
    Thanks G/R
    1/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bartender works fine for me and all of my friends. Can you post a specific lua error after typing /bt ?
    SUF has been updated, do a git pull pls. BTW pls reset your SUF profile because the color data is hard-coded in your account's WTF.
    Working on Prat now

  16. Thanks Zemsta (1 members gave Thanks to icyblade for this useful post)
  17. #27
    Zemsta's Avatar Contributor
    Reputation
    177
    Join Date
    Oct 2012
    Posts
    314
    Thanks G/R
    72/36
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bartender: /bt seems working now maybe other addons made some interfere.
    Is there a way to show the Artifact Power Bar? It would be great because for now, as they removed the AP amount row from the weapon tooltip we can't easily see how much AP we have.

    SUF: Resetting works, but can you tell me please, what should I edit in the savedvariable suf lua to merge the new purple class color into the existing settings somehow? My current SUF settings took several hours to fully set up, I don't want to do it again if I don't have to.

    MSBT: Do you have plan to make stock sounds (LowHealth, LowMana, etc) to work?

    BlizzMove: The quest objective window position resets on every login.
    - Are you able to include the central bottom speech panel (the one that pops up above the original location of action bars when an important NPC starts to talk (example.: at the very beginning of the DH starting zone)
    Last edited by Zemsta; 04-07-2016 at 07:37 AM.

  18. #28
    Monkiikong's Avatar Member
    Reputation
    1
    Join Date
    Apr 2016
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, Looking for addons to assist with healing so if you get a chance could you try to get Vuhdo or Clique+Grid working? Super appreciated!

  19. #29
    doraEK's Avatar Corporal
    Reputation
    11
    Join Date
    Jan 2016
    Posts
    21
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Monkiikong View Post
    Hi, Looking for addons to assist with healing so if you get a chance could you try to get Vuhdo or Clique+Grid working? Super appreciated!
    clique is fine, just need load outdated addons.

    we didnt use Grid, we use compactraid, u can find it in github.

  20. #30
    smeski's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Able to get Scrolling Combat Text & SCTD working?
    I don't use MSBT.

Page 2 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. Replies: 11
    Last Post: 04-28-2016, 05:39 PM
  2. [Selling] WOW: Legion ALPHA Accounts
    By Relgo in forum World of Warcraft Buy Sell Trade
    Replies: 5
    Last Post: 04-15-2016, 05:07 AM
  3. [Selling] [WOW] LEGION ALPHA account | 60$ | ** CHEAP**
    By desti123 in forum World of Warcraft Buy Sell Trade
    Replies: 1
    Last Post: 04-12-2016, 11:24 AM
  4. [Buying] Rent/Buy WoW Legion Alpha account
    By Amira_ in forum WoW-EU Account Buy Sell Trade
    Replies: 0
    Last Post: 03-13-2016, 02:01 PM
  5. Legion client anti-crash
    By ak48disk in forum World of Warcraft General
    Replies: 0
    Last Post: 12-12-2015, 07:50 PM
All times are GMT -5. The time now is 12:38 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search