WTB More Comments![]()
WTB More Comments![]()
To comment on the earlier comment "There is no cow level"
1) Was a tip on the WoW loading screen before TBC I believe, and it does refer to the fact that cows in the game didn't have a level
2) Is a cheat code for Warcraft III (I think it's number 3 anyways)
Nice release by the way, I'll see if there's room for it in my server![]()
The following statement is true
The previous statement is false
There is no Secret Cow Level.
There is on my Server... >.> <,<
why imitate goat lord -.-
there is no cow level then aye?
whats this then
Wirt's Third Leg = writs leg like in diablo 2 to make the cow level
(found in tanaris - Lost Rigger Cove (Pirates))
also heres a video of it
[ame=http://www.youtube.com/watch?v=gWhr9mJw9oo]YouTube - There is a cow level[/ame]
try unprove that lol =P
Halp,Error in the script while starting up...
EDIT: Nevermind... I think I fixed it, I knew nothing about lua coding and I can see there is a ) missing apparently :P
EDIT2: OMIGAWDHALP, Another error! :<
EDIT3: Okay, this should be the last edit, fixed it... added a " before a register event thing, And no errors poped up during startup... lawl
And one last thing... After fixing this I tested this on my server, but it seems like all does is his aggro say and his death say. :\
Last edited by Bareno; 04-04-2008 at 05:31 AM.
You do know Thunder Bluff is the cow level, right :P
Nice boss, and the script looks awesome!Maybe I'll use it for Zofikazz new repack "Return of Sargeras" :P
World best PvP Paladin=Me? GG ;D
Same one as mysterio posted... with two small fixes on line 7 / 4
Code:function CowLord_Phase3(Unit, Event) if Unit:GetHealthPct() <20 then RemoveEvents() Unit:SendChatMessage(12, 0, "YOU HAVE ANGERED ME!!.. MOO!!!") Unit:CastSpell(29947) Unit:CastSpell(41447) Unit:RegisterEvent("CowLord_Stomp",10000,0) end end function CowLord_Phase2(Unit, Event) if Unit:GetHealthPct() <50 then RemoveEvents() Unit:SendChatMessage(11, 0, "You think you can win... Moo!?!") Unit:CastSpellOnTarget(33061, Unit:GetRandomPlayer(0)) Unit:RegisterEvent("CowLord_Stomp",15000,0) Unit:RegisterEvent("CowLord_Phase3",1000,0) end end function CowLord_Stomp(Unit) Unit:CastSpellOntarget(34716, Unit:GetRandomPlayer(0)) end function CowLord_OnCombat(Unit, Event) Unit:SendChatMessage(11, 0, "You will die... Moo!!") Unit:CastSpell() Unit:CastSpellOnTarget(40370, Unit:GetRandomPlayer(0)) Unit:RegisterEvent("CowLord_Stomp",20000,0) Unit:RegisterEvent("CowLord_Phase2",1000,0) end function CowLord_OnLeaveCombat(Unit, Event) Unit:RemoveEvents() end function CowLord_OnKilledTarget(Unit, Event) Unit:SendChatMessage(11, 0, "I am victorious... Moo!!") end function CowLord_OnDied(Unit, Event) Unit:SendChatMessage(11, 0, "I have failed... Moo..") Unit:RemoveEvents() end RegisterUnitEvent(99988, 1, "CowLord_OnCombat") RegisterUnitEvent(99988, 2, "CowLord_OnLeaveCombat") RegisterUnitEvent(99988, 3, "CowLord_OnKilledTarget") RegisterUnitEvent(99988, 4, "CowLord_OnDied")
Nice boss, looks like a fun script +Rep
Looks good, i aint hosting a live priv server anymore but ill try it on my local for fun![]()