Deadly Boss Mods - Zandalari Mod menu

User Tag List

Results 1 to 9 of 9
  1. #1
    Khorium's Avatar Site Donator
    Reputation
    164
    Join Date
    Nov 2008
    Posts
    125
    Thanks G/R
    2/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Deadly Boss Mods - Zandalari Mod

    You need to load DBM - Pandaria Mods for this to work.

    Zandalari.lua
    Code:
    local mod	= DBM:NewMod(979, "DBM-Pandaria", nil, 322)
    local L		= mod:GetLocalizedStrings()
    ChatFrame1:AddMessage("\124cffFFFFFFDeadly Boss Mods - Zandalari Mod: \124cff00FF00Loaded")
    ChatFrame1:AddMessage("\124cffFFFFFFPowered by: \124cff00FFFFOwnedCore.com")
    mod:SetRevision(("$Revision: 11120 $"):sub(12, -3))
    mod:SetCreatureID(69768, 69769, 69841, 69842)
    mod:SetReCombatTime(10)
    mod:SetUsedIcons(8, 7, 6, 5, 4, 3, 2, 1)
    mod:SetMinSyncRevision(10466)
    mod:SetZone()
    mod:RegisterCombat("combat", L.Pull)
    mod:RegisterEventsInCombat(
    	"SPELL_CAST_START 138040 138044 138036 138042 138107 138043",
    	"SPELL_AURA_APPLIED 138040",
    	"SPELL_AURA_REMOVED 138040",
    	"UNIT_AURA player"
    )
    -- Thunder Crush	138044
    -- Meteor Shower	138042
    -- Horrific Visage	138040
    -- Scarab Swarm		138036
    -- Vengeful Spirit	138043
    local warnHorrificVisage	= mod:NewSpellAnnounce(138040, 3)
    local specwarnHorrificVisage	= mod:NewSpecialWarningSpell(138040, nil, nil, nil, 2)
    local specwarnThunderCrush	= mod:NewSpecialWarningMove(138044)
    local warnMeteorShower		= mod:NewSpellAnnounce(138042, 3)
    local warnVengefulSpirit	= mod:NewSpellAnnounce(138043, 3)
    local warnScarabSwarm		= mod:NewSpellAnnounce(138036, 3)
    local timerThunderCrushCD		= mod:NewCDTimer(7, 138044)
    local timerHorrificVisageCD		= mod:NewCDTimer(7, 138040)
    mod:AddReadyCheckOption(32099, false)
    function mod:SPELL_CAST_START(args)
    	local spellId = args.spellId
    	if spellId == 138040 then
    		warnHorrificVisage:Show()
    		specwarnHorrificVisage:Show()
    	elseif spellId == 138044 then
    		specwarnThunderCrush:Show()
    		timerThunderCrushCD:Start()
    	elseif spellId == 138042 then
    		warnMeteorShower:Show()
    	elseif spellId == 138043 then
    		warnVengefulSpirit:Show()
    	elseif spellId == 138036 then
    		warnScarabSwarm:Show()
    	end
    end
    DBM-Pandaria.toc
    Code:
    ## Interface: 54800
    ## X-Min-Interface: 50001
    ## Title:|cffffe00a<|r|cffff7d0aDBM|r|cffffe00a>|r |cff69ccf0Pandaria|r
    ## Title-koKR:|cffffe00a<|r|cffff7d0aDBM|r|cffffe00a>|r |cff69ccf0판다리아|r
    ## Title-deDE:|cffffe00a<|r|cffff7d0aDBM|r|cffffe00a>|r |cff69ccf0Pandaria|r
    ## Title-ruRU:|cffffe00a<|r|cffff7d0aDBM|r|cffffe00a>|r |cff69ccf0Пандария|r
    ## Title-zhCN:|cffffe00a<|r|cffff7d0aDBM|r|cffffe00a>|r |cff69ccf0潘达利亚|r
    ## Title-frFR:|cffffe00a<|r|cffff7d0aDBM|r|cffffe00a>|r |cff69ccf0Pandarie|r
    ## Title-zhTW:|cffffe00a<|r|cffff7d0aDBM|r|cffffe00a>|r |cff69ccf0潘達利亞|r
    ## Author: MysticalOS/nBlueWiz
    ## LoadOnDemand: 1
    ## RequiredDeps: DBM-Core
    ## SavedVariablesPerCharacter: DBMPandaria_SavedVars, DBMPandaria_SavedStats
    ## X-DBM-Mod: 1
    ## X-DBM-Mod-Type: RAID
    ## X-DBM-Mod-Category: MOP
    ## X-DBM-Mod-Has-Single-Format: 1
    ## X-DBM-Mod-Sort: 6
    ## X-DBM-Mod-MapID: 870,1064
    ## X-DBM-Mod-LoadCID: 62346,60491,69161,69099,69768,69769,71952,71954,72057,71953,71955
    ## X-Curse-Packaged-Version: 5.4.15
    ## X-Curse-Project-Name: Deadly Boss Mods
    ## X-Curse-Project-ID: deadly-boss-mods
    ## X-Curse-Repository-ID: wow/deadly-boss-mods/mainline
    localization.en.lua
    localization.de.lua
    localization.es.lua
    localization.fr.lua
    localization.kr.lua
    localization.ru.lua
    localization.tw.lua
    localization.cn.lua
    localization.br.lua
    Anger.lua
    Salyis.lua
    Nalak.lua
    Oondasta.lua
    ChiJi.lua
    Yulon.lua
    Niuzao.lua
    Xuen.lua
    Ordos.lua
    Zandalari.lua

    Deadly Boss Mods - Zandalari Mod
  2. #2
    Augury13's Avatar Legendary
    Reputation
    884
    Join Date
    Oct 2012
    Posts
    1,736
    Thanks G/R
    424/74
    Trade Feedback
    7 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    And what does this do exactly? :O

  3. #3
    ev0's Avatar ★ Elder ★ murlocs.com

    CoreCoins Purchaser Authenticator enabled
    Reputation
    1852
    Join Date
    Jul 2012
    Posts
    2,735
    Thanks G/R
    313/379
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    7 Thread(s)
    Originally Posted by tmanowen View Post
    And what does this do exactly? :O
    By the looks of the code, it looks like it's for farming rare spawn Warbringers.
    Need a guild in the US? Visit murlocs.com

  4. #4
    Khorium's Avatar Site Donator
    Reputation
    164
    Join Date
    Nov 2008
    Posts
    125
    Thanks G/R
    2/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Warbringers and Warscouts. It is not finished, but it is close enough to use. Kills aren't registered yet and it calls them wipes. It also registers them as a World Boss - ID 979 which haven't bothered to find where it does this yet.

  5. #5
    Augury13's Avatar Legendary
    Reputation
    884
    Join Date
    Oct 2012
    Posts
    1,736
    Thanks G/R
    424/74
    Trade Feedback
    7 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SniffingPickles View Post
    By the looks of the code, it looks like it's for farming rare spawn Warbringers.
    thanks.

  6. #6
    Globemaster's Avatar Active Member CoreCoins Purchaser
    Reputation
    30
    Join Date
    Feb 2014
    Posts
    51
    Thanks G/R
    1/1
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just tried this, really useful for going round on low pop servers and soloing them. I used to get screwed over by some ability combos but now I can time it all to perfection. Thanks very much +rep

  7. #7
    MysticalOS's Avatar Member
    Reputation
    4
    Join Date
    Jul 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Definitely looks unfinished. I actually thought of doing an official one but never got around to it. I also wanted to do one for timeless isle but again just never got around to it. I'd be happy to include this in DBM though if you want. Although I'd finish it up with the missing SPELL_AURA_APPLIED/REMOVED events and vissage warnings.
    Not sure what you are registering UNIT_AURA for.

    Also seems strange to need a localized pull instead of letting "combat" detect it by unit_health or player regen.

    You don't post your localization edits either.

  8. #8
    Khorium's Avatar Site Donator
    Reputation
    164
    Join Date
    Nov 2008
    Posts
    125
    Thanks G/R
    2/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MysticalOS View Post
    Definitely looks unfinished. I actually thought of doing an official one but never got around to it. I also wanted to do one for timeless isle but again just never got around to it. I'd be happy to include this in DBM though if you want. Although I'd finish it up with the missing SPELL_AURA_APPLIED/REMOVED events and vissage warnings.
    Not sure what you are registering UNIT_AURA for.

    Also seems strange to need a localized pull instead of letting "combat" detect it by unit_health or player regen.

    You don't post your localization edits either.
    It would seem you are the expert on this... I only took a few of the dbm mods and jumbled the code together to get it to work for my own purposes and then shared it here. If I have inspired you, and you are indeed the actual MysticalOS from the DBM forums, then please feel free to add this in and modify it so it works correctly.

  9. #9
    MysticalOS's Avatar Member
    Reputation
    4
    Join Date
    Jul 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I fixed a bunch of stuff, made minor changes and commited to official dbm. it's in alpha now for testing.

Similar Threads

  1. More in-depth Auctioneer Mod Guide
    By Matt in forum World of Warcraft Guides
    Replies: 5
    Last Post: 08-26-2006, 11:34 PM
  2. <- Mod
    By janzi9 in forum OC News
    Replies: 13
    Last Post: 08-20-2006, 02:46 PM
  3. De modded /drama
    By janzi9 in forum Community Chat
    Replies: 7
    Last Post: 05-06-2006, 04:45 PM
  4. Mod
    By Cypher in forum Community Chat
    Replies: 9
    Last Post: 05-04-2006, 02:54 PM
  5. Exploit the Gatherer Mod
    By Matt in forum World of Warcraft Guides
    Replies: 5
    Last Post: 04-25-2006, 06:04 AM
All times are GMT -5. The time now is 03:15 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