Download
(137Kb)
Download
Updated: 01-16-18 08:13 AM
Pictures
File Info
Compatibility:
Shadows of Argus (7.3.0)
Tomb of Sargeras (7.2.0)
Return to Karazhan (7.1.5)
Legion (7.0.3)
Updated:01-16-18 08:13 AM
Created:unknown
Downloads:39,906
Favorites:97
MD5:
Categories:Death Knight, Priest

ComeHere  Popular! (More than 5000 hits)

Version: 5.0
by: tinyu [More]

Plays Scorpion's "Come Here" or "Get Over Here" sounds when you use Death Grip, Leap of Faith
Use /comeheretoggle or /cht to enable or disable the chat spam.
ONLY FOR USE WITH DEATH KNIGHTS AND HOLY PRIESTS
A big thank you to HonorGoG, Tristanian, Ackis and Moongaze for helping me to get the code right and Zipcat for helping me test. .
With this new version I added some code so that your toon will say what you hear when you use Death Grip.

updated toc to 7.3

removed support for Symbiosis (removed in WoW 6.0)

updated toc to 5.4

updated toc to 5.3

updated toc to 5.2

updated toc to 5.1

fixed a small error in the code (woops)

updated toc to 5.0

added support for resto druid symbiosis (hopefully)

updated toc to 4.3

updated toc to 4.1

added support for Priest's Leap of Faith

updated to work on WoW 4.0

added a slash command to toggle the chat spam on and off.

changed 'this' to 'self'
Added some extra code to play the new Female sounds for Female toons only.

Female DKs will now hear "Come Here" and "Get Over Here" in a more feminine tone.
Male DKs will still have the same sounds as before.

added some some extra code so that when you use Death Grip not only will you hear it but you will also say it.

added a new sound "Come To Daddy.. Come Here" optimized the code and changed the .wav to .mp3 to reduce the download size :D

changed spellName to spellID to make it usable across all globals... needs testing.

added some code to make the sounds only trigger when YOU cast Death Grip.
Post A Reply Comment Options
Unread 02-13-09, 04:28 AM  
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view AddOns

Forum posts: 837
File comments: 374
Uploads: 13
if UnitSex("player") == 2 then PlaySoundFile("Interface\\AddOns\\Welcome\\Sounds\\Welcome.mp3")

should be

if UnitSex("player") == 2 then PlaySoundFile("Interface\\AddOns\\ComeHere\\Sounds\\Welcome.mp3")

the first ComeHere is the mod name not the file name
__________________
"There's no such thing as too many addons."
Lothaer
Titan Dev Team Member.
Last edited by tinyu : 02-13-09 at 04:28 AM.
Report comment to moderator  
Reply With Quote
Unread 02-11-09, 10:51 PM  
tagnfrag
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
tried that

i did try that this is the copy of what the file looks like - the name of the mp3 audio is labeled "welcome" maybe i have to change something else?

if RanNum == 1 then
if UnitSex("player") == 2 then PlaySoundFile("Interface\\AddOns\\Welcome\\Sounds\\Welcome.mp3") end
if UnitSex("player") == 3 then PlaySoundFile("Interface\\AddOns\\ComeHere\\Sounds\\ComeHereGirl.mp3") end
SendChatMessage("Welcome to the party pal!!!", "SAY");
Report comment to moderator  
Reply With Quote
Unread 02-11-09, 04:04 AM  
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view AddOns

Forum posts: 837
File comments: 374
Uploads: 13
just place the file in the sounds folder, then open up ComeHere.lua and change the name of the sound :P.
__________________
"There's no such thing as too many addons."
Lothaer
Titan Dev Team Member.
Report comment to moderator  
Reply With Quote
Unread 02-10-09, 11:32 AM  
tagnfrag
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
just wondering...

i found a bruce willis "welcome to the party pal" audio mp3 and how do i get it to work with this mod?
Report comment to moderator  
Reply With Quote
Unread 02-08-09, 07:32 PM  
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view AddOns

Forum posts: 837
File comments: 374
Uploads: 13
glad you like it.
__________________
"There's no such thing as too many addons."
Lothaer
Titan Dev Team Member.
Report comment to moderator  
Reply With Quote
Unread 02-08-09, 11:28 AM  
krisg
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
lol

i must say this is a cool addon
Last edited by krisg : 02-08-09 at 11:28 AM.
Report comment to moderator  
Reply With Quote
Unread 01-31-09, 02:56 PM  
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view AddOns

Forum posts: 837
File comments: 374
Uploads: 13
new version on its way with some sounds for Female DKs only.
__________________
"There's no such thing as too many addons."
Lothaer
Titan Dev Team Member.
Report comment to moderator  
Reply With Quote
Unread 12-18-08, 06:38 PM  
Tacki
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Originally posted by tinyu
i sent you a PM
Anyway you could send that too me also? Sounds like an awesome addition to this great mod!
Report comment to moderator  
Reply With Quote
Unread 12-08-08, 03:43 PM  
Patchumz
A Deviate Faerie Dragon

Forum posts: 11
File comments: 6
Uploads: 0
Consistent error stopping ComeHere from working..

Code:
Error occurred in: Global
Count: 438
Message: [string "ComeHere_Core:OnEvent"] line 1:
   attempt to call global 'Death_Grip_OnEvent' (a nil value)
Debug:
   (tail call): ?
   [C]: Death_Grip_OnEvent()
   [string "*:OnEvent"]:1:
      [string "*:OnEvent"]:1
WTB working addon..

EDIT: I fixed it.... somehow....
Last edited by Patchumz : 12-08-08 at 03:54 PM.
Report comment to moderator  
Reply With Quote
Unread 11-23-08, 08:43 PM  
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view AddOns

Forum posts: 837
File comments: 374
Uploads: 13
open up ComeHere.lua in wordpad

look for these lines

SendChatMessage("Come Here!!!", "SAY");

SendChatMessage("Get Over Here!!!", "SAY");

SendChatMessage("Come to Daddy... Come Here!!!", "SAY");


and delete them
__________________
"There's no such thing as too many addons."
Lothaer
Titan Dev Team Member.
Report comment to moderator  
Reply With Quote
Unread 11-23-08, 08:03 PM  
Chicago Ted
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
how do you disable the /say messages? annoys others
Report comment to moderator  
Reply With Quote
Unread 11-22-08, 03:55 AM  
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view AddOns

Forum posts: 837
File comments: 374
Uploads: 13
Originally posted by thedreameater
Sorry for the fail upload place. It was free. Eh.

http://www.filefactory.com/file/4882d2/n/Jugg_rar

I also improved the sound of those clips, so ignore the first batch.
i sent you a PM
__________________
"There's no such thing as too many addons."
Lothaer
Titan Dev Team Member.
Report comment to moderator  
Reply With Quote
Unread 11-21-08, 07:49 AM  
thedreameater
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Originally posted by tinyu
i can add them, but can you please upload the mp3s all in a .zip or at a site that dosnt have a download limit.
Sorry for the fail upload place. It was free. Eh.

http://www.filefactory.com/file/4882d2/n/Jugg_rar

I also improved the sound of those clips, so ignore the first batch.
Report comment to moderator  
Reply With Quote
Unread 11-21-08, 12:32 AM  
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view AddOns

Forum posts: 837
File comments: 374
Uploads: 13
i can add them, but can you please upload the mp3s all in a .zip or at a site that dosnt have a download limit.
__________________
"There's no such thing as too many addons."
Lothaer
Titan Dev Team Member.
Report comment to moderator  
Reply With Quote
Unread 11-20-08, 09:49 PM  
thedreameater
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Question

How would I add more sounds for more spells? I figured out how to change the spells and sounds... but can't figure out how to add them *in addition to* the current ones.

Messing around with the code, I tried adding an 'else' statement to the if strfind(arg2, spellName), after looking up the spells I wanted to use. I also made spellName1, spellName2, and spellName3 for the else statements.

I edited the audio clips and found the spellIDs (below). If you add this, please link it, I'd love to see what you did.

Blood_Fury SpellInfo(20572)
sound1 - http://www.filefactory.com/file/7cec08/n/uaah_mp3
sound2 - http://www.filefactory.com/file/b2b936/n/Bad_mp3

Icebound_Fortitude SpellInfo(48792)
sound1 - http://www.filefactory.com/file/4aea...uggernaut1_mp3
sound2 - http://www.filefactory.com/file/f5cd...uggernaut2_mp3
sound2 - http://www.filefactory.com/file/d9a534/n/Harmme_mp3

Thank you for this AWESOME MOD!

(the clips are from - I'm the Juggernaut Bitch. The idea is from Dahnek)
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: