• 0

    posted a message on Guild chan message to another chan
    okay, thanks Phanx and OrionShock, I will try this tonight :)
    Thanks a lot
    Posted in: AddOn HELP!
  • 0

    posted a message on Guild chan message to another chan
    Hmm I think I have done everything correctly but I get this error :
    attempt to index global 'self'(a nil value)


    I check here for the function [http://www.wowwiki.com/API_SendChatMessage] and use local index = GetChannelName("Nii") but I still got the error.

    Any idea ?
    Thanks for your help ans your idea Phanx :)
    Posted in: AddOn HELP!
  • 0

    posted a message on Guild chan message to another chan
    Hello,
    I am looking for an addon that can send Guild Channel message to another channel (like chan /7) automatically.
    Do you know one ? Do you how it would be possible to do this.

    Someone help me with this code but I only got freeze on my computer :

    function nameaddon_OnLoad()
        this:RegisterEvent("CHAT_MSG_GUILD");
    end
    
    function nameaddon_OnEvent()
        if ( event == "CHAT_MSG_GUILD" ) then
            SendChatMessage(arg2.." a dit : "..arg1,"CHANNEL",this.language,"namechannel");
        end
    end


    I really hope someone can help me.
    Thanks in advance.
    Posted in: AddOn HELP!
  • 0

    posted a message on ZOMGBuffs Official Thread
    Hello,
    I have a little problem with ZOMGBuff. I have Improved Blessing of Wisdow but the lead Paladin can't see it with PallyPower. I have to install PallyPower so the lead can see my Improved Blessing.
    Is it normal ?
    Posted in: General AddOns
  • 0

    posted a message on 2 map size
    Hello,
    I would like to know if it's possible to switch between 2 map size in Cartographer. I would like to use a 90% map size when searching for something and a 35% map size for the rest of the time in my UI.
    I've tried with 2 profil but it's not very easy to use :s

    Do you have any idea ?
    Posted in: Map/Minimap AddOns
  • 0

    posted a message on ArkInventory v2.00
    Quote from Seerah »

    I don't recall the name of the option atm, but there's something like "use global settings" or something (at least there used to be) which would make your bags/bank use the same sorting.


    ah ok it's that. ok I will try thanks :)
    Posted in: General AddOns
  • 0

    posted a message on ArkInventory v2.00
    Hello, I've searched in the thread but didn't find any answer.
    I'm using ArkInventory and I have 2 questions :

    1. why does the rules apply between caracter and between the bags' player and the bank's player ? I mean, I want to put Mining in slot 6 with my bag and 2 with my bank but I can't do this. It must be in the slot. It's strange. Can you separate the configration between the bank and the player and between character ?

    2. Can I only use AI with my character and not with the bank ? A disable option ?
    Posted in: General AddOns
  • 0

    posted a message on Ace2 error
    ok I'm sorry.
    I will try to give more detail.
    Posted in: General AddOns
  • 0

    posted a message on Ace2 error
    Hello.
    Each time I press Escape to cancel a spell or open the menu, wow opens an error message saying that Ace2 has been blocked.
    Any solution ?
    Posted in: General AddOns
  • 0

    posted a message on Request to update recap.
    Hope this addon will be update
    Posted in: Addon Ideas
  • 0

    posted a message on ag_UnitFrames - suggestions, requests and temp fixes thread
    I have 2 suggestions :
    -- 1. Is it possible to make the Elite status of a mob clearly visible ? Sometimes I don't see it and it's quite anoying.
    -- 2. Is it possible to show the group number somewhere ? I always have to open the raid tab to look my raid number for the moment.

    I hope this can help you to improve your excellent UF ^^.
    Posted in: Unit Frames
  • 0

    posted a message on WoW desactivate Ace2
    Hello.
    I'm using mods that use Ace2 addon. But with some actions, wow wants to desactivate Ace2 and I have to gnore the message. It's happen when I want to duel or when I loot a mob where there is only gold to recup. It doesn't bug when there is an object with the gold.

    Can you help me ?
    Anyway I will wait for update so you can find where is the pb.

    Thank you.
    Posted in: Libraries
  • 0

    posted a message on Sanity 2.0
    I've also found a bug with some options.

    Interface\AddOns\Sanity2\SanityDisplay.lua:307:attempt to index field 'Bank' (a nil value)


    I can't see any item from my bank. I remembered that I had to open Sanity and all the bags' Bank so it can be updated but I only got this error. The error also pop when I go on the small icon near the round map.
    Posted in: General AddOns
  • 0

    posted a message on sRaidFrames: Alternative CTRA raid frames
    Is it possible to not show the 8 frames ? I didn't find any function to show only gr1 2 3 4 for example.
    Posted in: Unit Frames
  • To post a comment, please or register a new account.