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,907
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 11-12-08, 06:29 PM  
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view AddOns

Forum posts: 837
File comments: 374
Uploads: 13
i can look into it but no promises.
__________________
"There's no such thing as too many addons."
Lothaer
Titan Dev Team Member.
Report comment to moderator  
Reply With Quote
Unread 11-14-08, 10:22 AM  
djtwo
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
come to daddy

Hey is there any way I can take out the come to daddy one, I just not to hot on that one the rest of it i wicked cool.
Report comment to moderator  
Reply With Quote
Unread 11-16-08, 01:00 AM  
Zerosaku
A Kobold Labourer

Forum posts: 1
File comments: 3
Uploads: 0
how disable the auto chat when using the skills ? "come here" and stuff :P just want the sounds
Report comment to moderator  
Reply With Quote
Unread 11-16-08, 03:44 AM  
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view AddOns

Forum posts: 837
File comments: 374
Uploads: 13
there isnt one atm but i may look into it but dont expect anything anytime soon
__________________
"There's no such thing as too many addons."
Lothaer
Titan Dev Team Member.
Report comment to moderator  
Reply With Quote
Unread 11-19-08, 03:01 PM  
Grasfer
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Disable chat spam.

Hi, I want to know the same as a previous poster, is there a way to turn off the annoying chat spam?

Thanks for awesome mod, smile every time I Death Grip someone

// Gras

EDIT: I just removed the chat message from the lua file, and it works fine.
Last edited by Grasfer : 11-19-08 at 03:07 PM.
Report comment to moderator  
Reply With Quote
Unread 11-20-08, 08:33 AM  
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view AddOns

Forum posts: 837
File comments: 374
Uploads: 13
Re: Disable chat spam.

Originally posted by Grasfer
Hi, I want to know the same as a previous poster, is there a way to turn off the annoying chat spam?

Thanks for awesome mod, smile every time I Death Grip someone

// Gras

EDIT: I just removed the chat message from the lua file, and it works fine.
open up ComeHere.lua in wordpad etc and delete these lines...

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

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

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

... just delete those 3 lines and goodbye chat spam.
__________________
"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
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-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-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-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-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 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 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 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
Post A Reply



Category Jump: