Thread Tools Display Modes
08-16-07, 03:29 AM   #1
Outrage
A Kobold Labourer
Join Date: Aug 2007
Posts: 1
SCT + Feign death

okay im a total noob when it comes to lua modifications but ive been looking into the means of
having SCT show me when feign death was resisted by some big fat text in my screen FEIGN DEATH RESISTED! preffered in big red text

so here goes what I figured out so far

SCT reads combat log and if he found something displays it

[1] = {name="Clearcast!", type="buffself", search="Clearcast", r=256/256, g=256/256, b=0/256, class={"Mage","Shaman","Druid","Priest"}},

example

ive been digging true some combatlog's to see if I can find a resist in it but without luck,
so I downloaded a feign death resist mod from curse.com to see how they managed to do so and perhaps assist me further but.....

elseif mmfdrb_config.on and (event == "UI_ERROR_MESSAGE") and (arg1 == ERR_FEIGN_DEATH_RESISTED) then
PlaySoundFile(mmfdrb_config.bellsound);
--elseif event == "CHAT_MSG_SPELL_FAILED_LOCALPLAYER" then

it seems that this mods reads the error messages and that goes deeper then I could try to modify in some way to make it show me in big fat letters OH NOES! RESISTED

but perhaps people here would like to assist me
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » SCT + Feign death


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off