Jump to content

[FREE] Feral 1-70 2.2

   (0 reviews)

About This File

I have extensive Feral Experience, Here is a FC I use for leveling after downloading a diff free FC and having lots of issues with it, I have changed about 75% of it to be wayyyy more productive.

set it to use food/drink, it will hopefully not have to eat/drink often but still will help. 

some improvements / cool features / to make it look less like a bot

  • (untested feature to leave form if frost nova'd/cone of cold/ entangling roots)
  • only buffs out of combat
  • goes bear vs 2 or more, and back to cat when its 1 (does not use this feature until dire bear form is learned as its more efficient)
  • no rip below 50% hp targets, as its not efficient
  • does not leave cat form to heal unless below 39 energy (unless critically low hp)
  • set to not leave form to heal when oom (though this does not always work properly because of % factors)

ISSUES=  cant figure out yet how to have it stop going cat when talking to FP, so it runs everywhere ? 

also I have "travel form" set to mount, as I think you have to edit in your mounts name to cat-form buff condition, but i gave up on a solution for everyones diff mount names and just let it use travel (pro is you cannot get dazed off mount, into combat- plus its cheaper)

Comment what you think or if you have any issues, maybe I can fix them (but I am NO pro) 

Feral 1-70 retrostalgic.xml


What's New in Version 2.2   See changelog

Released

Encountered an issue with leaving frost nova too much and going oom/ etc  on certain mobs so I added a range/once per target condition to it. 

Feral 1-70 retrostalgic1.1.xml


User Feedback

Recommended Comments

For break cat form at Flight Master:

//break cat for the flight master
        if ((ObjectManager.Target.IsFlightMaster) && !(ObjectManager.Me.InCombatFlagOnly) && ObjectManager.Me.HaveBuff("Cat Form"))
        {
                Lua.LuaDoString("CastSpellByName(\"Cat Form\",1)");    
                Thread.Sleep(400);
        }

 

Link to comment
Share on other sites

I don't have those settings enabled, i'm not pro enough to figure that out, I simply edited it in the Wrobot FC editor- If you want to make changes to it you can do so, there. 

On 1/25/2019 at 12:09 PM, hrox said:

retrostalgic, u know why it looks like this when i try to enter the settings page?

 

 

 

Link to comment
Share on other sites

On 12/4/2018 at 2:18 AM, t00z said:

For break cat form at Flight Master:


//break cat for the flight master
        if ((ObjectManager.Target.IsFlightMaster) && !(ObjectManager.Me.InCombatFlagOnly) && ObjectManager.Me.HaveBuff("Cat Form"))
        {
                Lua.LuaDoString("CastSpellByName(\"Cat Form\",1)");    
                Thread.Sleep(400);
        }

 

Where does this C# code get written?

Link to comment
Share on other sites

I keep getting this error while in combat. Any suggestions on how to fix it?

Message: [string "Uamoavogalov.lua"]:1: Usage: GetItemInfo(itemID|"name"|"itemlink")
Time: 10/21/19 16:16:15
Count: 9
Stack: 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...