Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
(Updated with new information -> link to ValidChatMessageCharacters)
 
 
Line 1: Line 1:
  +
{{Stub/Strategy}}
{{wowapi}}__NOTOC__
 
  +
{{npcbox
Sends a chat message.
 
  +
|name=General Husam
  +
|image = General Husam.jpg
  +
|race = Tol'vir
  +
|creature = Humanoid
  +
|level = 86 - 87
  +
|type = Elite
  +
|faction = Combat
  +
|location = [[The Warlord's Garrison]], [[Lost City of the Tol'vir]]
  +
|instance = Lost City of the Tol'vir
  +
|aggro = {{aggro|-1|-1}}
  +
|health = 2,074,850 (Normal)<br/>4,564,670 (Heroic)
  +
}}
  +
'''General Husam''' is a boss of the [[Lost City of the Tol'vir]]. General Husam is one of the [[Tol'vir]] who seems to have been able to revert back into a form of [[Obsidian destroyer]].
   
  +
The titans themselves appointed General Husam as one of Uldum's foremost guardians. After Siamat, Lord of the South Wind, cured the Neferset tol'vir's curse of flesh, Husam helmed a rebellion that culminated in the air elemental's imprisonment. <ref>[[Encounter Journal]]</ref>
SendChatMessage("msg" [, "chatType" [, "language" ] [, "channel" ]]);
 
   
== Parameters ==
+
==Abilities==
  +
*{{abilities|Bad Intentions|Charges an enemy player with very Bad Intentions in mind. |id=83113 |image=ability_warrior_charge |range=50000 |cd=3 sec |notes= Instant.}}
=== Arguments===
 
  +
*{{abilities|Detonate Traps|Arms all of the Mystic Traps, causing them to explode after 0 sec. 1.5 sec cast. |id=91263 |image=spell_shadow_mindbomb |range=50000 |notes=1.5 sec cast.}}
  +
*{{abilities|Shockwave|General Husam cracks the ground beneath him, causing a Shockwave that inflicts damage 24375 to 25625 (43875 to 46125) Physical damage to enemies within 0 yards of the Shockwave. |id=83445 |hid=91257 |image=spell_nature_earthquake |range=50000 |notes=5 Sec cast. Only triggers the below Shockwave at end of cast.}}
  +
**{{abilities|Shockwave|Inflicts 24375 to 25625 (43875 to 46125) Physical damage to enemies within 0 yards. |id=83454 |hid=90029 |image=spell_nature_earthquake |range=50000 |notes=Instant. Triggered by the above Shockwave spell. This one does the actual damage.}}
   
  +
*{{abilities|Hammer Fist|Inflicts an attack that 50% Weapon damage instantly|image=|notes=}}
:(msg, chatType, language, channel)
 
   
  +
==Strategy==
:;msg : String, The message to be sent, maximum length of 255 characters. (Not all charcters are allowed: See list of [[ValidChatMessageCharacters|valid chat message characters]])
 
  +
*Tank and spank
  +
*There are glowing traps on the ground, crossing them causes them to explode, dealing damage and knocking back everyone nearby.
  +
*Husam periodically casts Shockwave, causing a four lines of dust clouds to appear, radiating from him. Everyone should run out of them, or they will be knocked back and take damage.
  +
*NOTE: There is currently a bug that disconnects you and causes you to be out of line of sight for everyone if you are knocked into a wall or pillar.
   
  +
==Quotes==
:;chatType: String - (Optional) The type of chat message to be sent, "SAY", "PARTY", etc. See the list of [[chatTypeId]]s.
 
  +
;Aggro
::If chatType is '''nil''' or omitted then "SAY" will be used.
 
  +
*{{text|yell|Invaders! You shall go no further!}}
   
  +
;Shockwave
:;language: String - (Optional) The language used to translate the message.
 
  +
*{{text|yell|Murkash!}}
::'''Languages''': "COMMON", "DARNASSIAN", "DWARVEN", "DRAENEI", "TAURAHE", "ORCISH", "GUTTERSPEAK", "DEMONIC", "DRACONIC", "KALIMAG", "TITAN", "GNOMISH", "TROLL"
 
::If language is '''nil''' or omitted the default language will be used: "ORCISH" for the Horde, and "COMMON" for the Alliance, as returned by [[API_GetDefaultLanguage|GetDefaultLanguage]]("player").
 
   
  +
;Detonate Traps
:;channel: String - The channel or player receiving the message for "CHANNEL"/"WHISPER" communication. If sending to a channel you must use the number (eg. "1"); obtain it using [[API_GetChannelName|GetChannelName]]("channelName"). This field is required for the "CHANNEL"/"WHISPER" chat types and ignored for any other chat type.
 
  +
*{{text|yell|Tread Lightly!}}
   
  +
;Killed a Player
=== Returns ===
 
  +
*{{text|yell|Insolent rat!}}
:;nil
 
   
  +
;Death
== Example ==
 
  +
*{{text|yell|Siamat must not be freed! Turn back before it is too late!}}
SendChatMessage("Hello Bob!", "WHISPER", "Common", "Bob");
 
   
=== Result ===
+
==Loot==
  +
{{lootbox|Normal
:To [Bob]: Hello Bob!
 
  +
|Greaves of Wu the Elder
  +
|Ionic Gloves
  +
|Kaleki Cloak
  +
|Seliza's Spear
  +
|Spirit Creeper Ring
  +
}}
   
  +
{{lootbox|Heroic
== Example ==
 
  +
|Greaves of Wu the Elder (heroic)
local s = "Hello World"
 
  +
|Ionic Gloves (heroic)
local index = GetChannelName("General") -- It finds General is a channel at index 1
 
  +
|Kaleki Cloak (heroic)
if (index~=nil) then
 
  +
|Seliza's Spear (heroic)
SendChatMessage(s , "CHANNEL", nil, index);
 
  +
|Spirit Creeper Ring (heroic)
end
 
  +
}}
   
=== Result ===
+
==Videos==
  +
<youtube>SNotbJvtmpQ</youtube>
:[1. General - ''Current Zone Name''][Bob]: Hello World
 
   
  +
==Trivia==
  +
Husam حسام is an Arabic name which generally means "sword".
   
== Details ==
+
==External links==
  +
<!-- Read http://www.wowpedia.org/Wowpedia:External_links before posting your links here.
  +
Links that do not conform to the rules will be DELETED.
  +
Repeat violations may result in a BAN.
  +
Have a nice day. :) -->
  +
{{elinks-NPC|44577|armory=1}}
   
  +
{{DEFAULTSORT:Husam, General}}
: Sends a chat message of the specified in 'msg' (ex. "Hey!"), to the system specified in 'system' ("SAY", "WHISPER", "EMOTE", "CHANNEL", "PARTY", "BATTLEGROUND", "GUILD", "OFFICER", "YELL", "RAID", "RAID_WARNING", "AFK", "DND"), in the language specified in 'language' ("COMMON", "DARNASSIAN", "DWARVISH", "TAURAHE", "ORCISH", "GUTTERSPEAK", "DEMONIC", "DRACONIC", "KALIMAG", "TITAN", "GNOMISH"), to the player or channel specified in 'channel'(ex. "1", "Bob").
 
  +
[[Category:Tol'vir]]
 
  +
[[Category:Bosses]]
;''Notes''
 
  +
[[Category:Lost City of the Tol'vir mobs]]
 
*"AFK" and "DND" set your AFK or DND auto-reply. To cancel afk/dnd status, send another message to the same 'channel'.
 
 
*It should be noted that you must provide a 'language' (be it nil or an actual language name) before the 'channel' when sending to the "WHISPER" or "CHANNEL" system.
 
 
*To send a whisper to the player's selected target, use [[API_UnitName|UnitName]]("target") as the Channel.
 
 
*Patch 1.11 added the "RAID_WARNING" system, only usable by the raid leader and raid assistants. The default UI shows messages send via "RAID_WARNING" in big letters on the center of the screen. As of a recent change in 2.0 this is also available in party and usable by all party member; Please don't abuse this idea.
 
 
*Some channels may have restrictions on who may speak in them. For example, in order to speak in the 'World Defense' channel, you must have a PvP rank of 11 or higher.
 
 
*Patch 2.0 throws an error when trying to speak a language you don't know.
 
 
*Trying to spoof item links will disconnect you. -- directly taken from [[1.10]] patch changes.
 
 
<!--
 
: It could be a bug, but when you run this API command you can send Whispers using any language (including those from other factions). The end listener hears it in their own language, and thus understands it, however on your screen the message is in untranslated Orcish, Dwarvish or whatever you like.
 
::This is not a bug, no matter what language you send a tell in, it always comes out in the end listeners default language.
 
 
: This also works in CHANNEL, PARTY, GUILD, and RAID. But not in say or yell.
 
:: You can speak in other languages, but they will not be able to read it unless they know that language, blizzard removed this from Yell and Say when people were using this to talk to eachother.
 
-->
 

Revision as of 04:08, 26 July 2011

MobGeneral Husam
Image of General Husam
Race Tol'vir (Humanoid)
Level 86 - 87 Elite
Reaction Alliance Horde
Location The Warlord's Garrison, Lost City of the Tol'vir
Lost City of the Tol'vir

General Husam
Augh and Lockmaw
High Prophet Barim
Siamat

(lore)
(lore)
(lore)
(lore)

Loot

General Husam is a boss of the Lost City of the Tol'vir. General Husam is one of the Tol'vir who seems to have been able to revert back into a form of Obsidian destroyer.

The titans themselves appointed General Husam as one of Uldum's foremost guardians. After Siamat, Lord of the South Wind, cured the Neferset tol'vir's curse of flesh, Husam helmed a rebellion that culminated in the air elemental's imprisonment. [1]

Abilities

  • Ability warrior charge Bad Intentions 50000 yd range — Charges an enemy player with very Bad Intentions in mind. Instant. (3 sec cooldown)
  • Spell shadow mindbomb Detonate Traps 50000 yd range — Arms all of the Mystic Traps, causing them to explode after 0 sec. 1.5 sec cast. 1.5 sec cast.
  • Spell nature earthquake Shockwave (Heroic mode) 50000 yd range — General Husam cracks the ground beneath him, causing a Shockwave that inflicts damage 24375 to 25625 (43875 to 46125) Physical damage to enemies within 0 yards of the Shockwave. 5 Sec cast. Only triggers the below Shockwave at end of cast.
    • Spell nature earthquake Shockwave (Heroic mode) 50000 yd range — Inflicts 24375 to 25625 (43875 to 46125) Physical damage to enemies within 0 yards. Instant. Triggered by the above Shockwave spell. This one does the actual damage.
  • Hammer Fist — Inflicts an attack that 50% Weapon damage instantly

Strategy

  • Tank and spank
  • There are glowing traps on the ground, crossing them causes them to explode, dealing damage and knocking back everyone nearby.
  • Husam periodically casts Shockwave, causing a four lines of dust clouds to appear, radiating from him. Everyone should run out of them, or they will be knocked back and take damage.
  • NOTE: There is currently a bug that disconnects you and causes you to be out of line of sight for everyone if you are knocked into a wall or pillar.

Quotes

Aggro
  • Invaders! You shall go no further!
Shockwave
  • Murkash!
Detonate Traps
  • Tread Lightly!
Killed a Player
  • Insolent rat!
Death
  • Siamat must not be freed! Turn back before it is too late!

Loot

Normal
Heroic
  • Inv misc questionmark
    • Greaves of Wu the Elder (heroic)
    • This item is not yet in Wowpedia.
    • Contribute it using the Item Boilerplate.
    • Look up in: ω þ
  • Inv misc questionmark
    • Ionic Gloves (heroic)
    • This item is not yet in Wowpedia.
    • Contribute it using the Item Boilerplate.
    • Look up in: ω þ
  • Inv misc questionmark
    • Kaleki Cloak (heroic)
    • This item is not yet in Wowpedia.
    • Contribute it using the Item Boilerplate.
    • Look up in: ω þ
  • Inv misc questionmark
    • Seliza's Spear (heroic)
    • This item is not yet in Wowpedia.
    • Contribute it using the Item Boilerplate.
    • Look up in: ω þ
  • Inv misc questionmark
    • Spirit Creeper Ring (heroic)
    • This item is not yet in Wowpedia.
    • Contribute it using the Item Boilerplate.
    • Look up in: ω þ

Videos

Trivia

Husam حسام is an Arabic name which generally means "sword".

External links