Results: 55Comments by: EnSabahNur
File: Raid Loot12-11-11
German translation
Posted By: EnSabahNur
Hi. I changed a few lines to make your addon compatible with the German game client. You need to change the loot pattern to this to make it work. Maybe you can add this as a small patch for deDE Clients. local pattern = "(.+) w\195\188rfelt. Ergebnis: (%d+) %((%d+)%-(%d+)%)"
File: Target For Me02-15-10
German
Posted By: EnSabahNur
-- Many thanks to the following for the German localization: -- EnSabahNur (http://www.wowinterface.com/forums/member.php?userid=26248) -- xXVegâsXx (http://www.wowinterface.com/forums/member.php?userid=189588) if (GetLocale() ~= "deDE") then return end TFMtextMessages = { -- = "", = "TFM |cffff2020Makro |r wird erstell...
File: TauntMaster01-20-10
any locale
Posted By: EnSabahNur
here are my modif. so it works on German Clients and any other too local WARRIOR1 = GetSpellInfo(355) --Taunt local WARRIOR2 = GetSpellInfo(694) --Mocking Blow local WARRIOR3 = GetSpellInfo(1161) --Challenging Shout local WARRIOR4 = GetSpellInfo(3411) --Intervene local PALADIN1 = GetSpellInfo(62124) --Hand of Reckoning loca...
File: Target For Me01-20-10
German
Posted By: EnSabahNur
here are the German versions of the Macros local raidZones = { = 1, = 1, = 1, }; -- Note that the "\13" inserts a return character into the macro text. Do not use "|n" as this causes the macro to be invalid. local BossMacro = { -- Ulduar = "/cleartarget \13".. "/tar Dunkler Runenbetrachter \13".....
File: ESN_Rare10-22-09
i am looking into it
Posted By: EnSabahNur
i am looking into it
File: ESN_Pet_Care10-22-09
Originally posted by miros I's no...
Posted By: EnSabahNur
Originally posted by miros I's not working anymore... Could you fix it, please? :o i am looking into it
File: Fishbringer05-20-09
too Lazy
Posted By: EnSabahNur
hi I am too lazy to translate all German Zones so for me I hacked in Bable zone
File: ESN_Rare05-12-09
Originally posted by analpain Hav...
Posted By: EnSabahNur
Originally posted by analpain Having the same problem should be fixt in 0.9.2
File: ESN_Rare05-07-09
@slickwalker: ESN_Rare has more way...
Posted By: EnSabahNur
@slickwalker: ESN_Rare has more ways to find rare mobs. It will scan your Minimap blips and check if the one of them is a rare mob (when you put your cursor above them). This can be used by Hunters or players wo got some food which allows tracking of humans or animals. ESN_Rare has no predefined database with locations of rare mobs...
File: NPCScan04-12-09
The cache scan idea from Saiket is...
Posted By: EnSabahNur
The cache scan idea from Saiket is great. That's why I implemented it to ESN_Rare. But I added even more like Minimap tooltip tracking (for hunters or tracking food). The target frame looks nice but it's not needed to find a rare mob in my opinion. But I was the first who had a Target-Macro. ;) Both addons (NPCScan and SilverDr...
File: ESN_Rare04-02-09
Originally posted by nickyjean Hi...
Posted By: EnSabahNur
Originally posted by nickyjean Hi, I love your new additions with the sounds. I was wondering if you could explain the out of combat macro. I have it enable but not sure how to access it. Hi! The macro option will create a new macro called "RARE" in your General Macros tab. You can drag it to your action bars and click on it...
File: ESN_Rare03-31-09
Originally posted by vpr I'm sorr...
Posted By: EnSabahNur
Originally posted by vpr I'm sorry but what does that mean in lay-mens terms? now you can use MikScrollingBattleText or any other SCT Addon or the Blizzard Text to show the Warning :cool:
File: ESN_Rare03-30-09
Originally posted by vpr Can you...
Posted By: EnSabahNur
Originally posted by vpr Can you add an option to pass the information to MikScrollingBattleText to handle the notification? MSBT has the ability to have other addons hook into it. I'd really appreciate this! in 0.7 I added LibSink for notification message :D
File: ESN_Rare03-26-09
Originally posted by Codex That m...
Posted By: EnSabahNur
Originally posted by Codex That meow scared the !@#$ outta me!!! :banana: I added SharedMedia support so you can choose another sound.
File: ESN_Rare03-15-09
Originally posted by kasca Questi...
Posted By: EnSabahNur
Originally posted by kasca Question a freind loaded this and it dose not show up. Is there anything need besides this mod?? It should work with all clients and without additional addons but you can try to download and enable the ACE 3 framework :eek:. The addon settings can be changed in the Interface options and there are n...
File: ESN_Rare03-14-09
:D it should work with all Language...
Posted By: EnSabahNur
:D it should work with all Languages because it uses my Lib with GUIDs to identify Rare Mods in the Combatlog. and the Options are comming in short
File: Endeavours DropTip02-15-09
A few suggestions for your great Addon
Posted By: EnSabahNur
Great Addon. Are you going to add data for the old WoW instances and PvP, too? I added about 700 crafted items if you want to add them just let me know and I can send you the code. And what do you think about adding a note for normal and heroic drops? I changed two things for personal use. If someone likes it he can copy the...
File: PlayerScore / GearScore01-26-09
German Translation
Posted By: EnSabahNur
in Line 19 if string.find(text,"damage per second") then to if string.find(text,"Schaden pro Sekunde") then and at Line 162 in german is a , as seperator it must be . GS_GearDPS = tonumber(GetDPSFromItemlink(GS_ToBeScanned, 16)) with GS_GearDPS = GetDPSFromItemlink(GS_ToBeScanned, 16) GS_GearDPS = string.gsub(GS_GearDPS, ",",...
File: Ni Karma System01-22-09
Ni Karma Macro
Posted By: EnSabahNur
i created a Macro to send the bonus and nobonus message to the Lootmaster with simple left and right Klick on the Macro button /script for i=1,40 do local n,_,_,_,_,_,_,_,_,_,ML=GetRaidRosterInfo(i);if ML and GetMouseButtonClicked() == "LeftButton" then SendChatMessage("bonus", "WHISPER", nil, n);elseif ML then SendChatMessage("no...
File: Snoopy Inspect01-22-09
nice Addon :cool: please add OGl...
Posted By: EnSabahNur
nice Addon :cool: please add OGlow support
File: Broker_TradeCooldowns01-15-09
Great Addon exactli what i was look...
Posted By: EnSabahNur
Great Addon exactli what i was looking for but it's way too much. riding or armor skills or language is just useless and not of any interest for me. I modified it and removed this parts from the code and to make it work on my German client I wrote this: here is a way to minimize the Loclisation work -- Items with cooldowns: l...
File: CombuctorGather01-07-09
Hi. With this code it should work w...
Posted By: EnSabahNur
Hi. With this code it should work with all languages. No need to translate categories. It gets the name from auction categories. local CombuctorSet = Combuctor:GetModule('Sets') local Tabname = "Gesammeltes" local TradeGood = select(6, GetAuctionItemClasses()) local ore, _, herb = select(4, GetAuctionItemSubClasses(6))...
File: BindPad - GUI to set keybindings for spell/item/macro01-05-09
This is my favourite bind addon but...
Posted By: EnSabahNur
This is my favourite bind addon but I miss one thing. It would be great if you could bind 2 keys on one macro not just one. The reason for it is simple. I have many macros (for each class) on my mousewheel and it would be nice if I could bind the same macro on wheelup and wheeldown.
File: PetCare12-27-08
Here is my Version with Cooldowns...
Posted By: EnSabahNur
Here is my Version with Cooldowns http://www.wowinterface.com/downloads/fileinfo.php?id=12019
File: Fishbringer12-23-08
German Translation
Posted By: EnSabahNur
local zones = { = -70, = -70, = -70, = -70, = -70, = -70, = -70, = -70, = -20, = -20, = -20, = -20, = -20, = -20, = -20, = -20, = -20, = -20, = -20, = -20, = -20, = -20, = -20, = -20, = -20, = -20, = 55, = 55, = 55,...