Close
Showing results 1 to 4 of 4

Hybrid View

  1. #1

    Default

    I olny needed to read the 1st few lines to know the problam ill get it fixxed for you. Wowapi does not understand same realm i don't use this part off jamba and nerver tested it in 4.0 thanks for the report

    EDIT!!!!

    ok i got a fix and think its working or it does on my test.

    if you like to hotfix it your self untill i get around to to adding it to the build am working on that could be a few months.

    go to C:\Program Files (x86)\World of Warcraft\interface\addons\Jamba-Macro (or where ever you installed wow)

    open JambaMacro.lua with notepad or notepad++ (i would use the 2nd easyer to find stuff)

    go to line 1385 (notepad++ ctrl+G)
    or find the line

    Code:
    macroText = macroText:gsub( "#"..tag.."#", characterName )
    change that line to

    Code:
    macroText = macroText:gsub( "#"..tag.."#", ( Ambiguate( characterName, "none" ) ) )

    reload ui or relog and it should build them without the realm name if on the same server, if not it add the realm name.


    Edit it is in the build from Beta-4.3f
    if u wonnted to use that build.
    Last edited by ebony : 03-04-2016 at 12:43 PM




  2. #2

    Default

    I just tried this solution a few minutes ago and it worked! Thanks a lot for the solution and the quick help

Posting Rules

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