• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Question - Monk feign death (1 Viewer)

feign.Lua:
local mq = require('mq')

local feign = function ()
    if  mq.TLO.Me.Skill('Feign Death')() < mq.TLO.Me.SkillCap('Feign Death')() then
        mq.cmd('/doability "feign death"')
        mq.delay('5s')
    end
    if mq.TLO.Me.Ability('Feign Death')() then
        mq.cmd.stand()
    end
    if  mq.TLO.Me.Skill('Feign Death')() == mq.TLO.Me.SkillCap('Feign Death')() then
    print('MAXED FEIGN DEATH')
    mq.cmd('/lua stop feign')
    end
end

while true do

    feign()
    mq.delay('1s')
end
 

Attachments

  • feign.lua
    556 bytes · Views: 0
That sure does look alot easier then how I did it. When I leveled FD, and sense heading for that matter, I tied FD to my kick button and tied sense heading to when I used the arrow keys to drive around zones. Yes, Im one of those players. No, I don't play first person shooters, I suxxors at them and only act as fodder. It broke combat alot, but it got me leveled up as I went through the levels.
 
Question - Monk feign death

Users who are viewing this thread

Back
Top