What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

How to use the skill of RIGHTEOUS FIRE and use the unique Flask like RUBY FLASK

KuiWuXiaoTu

New Member
Joined
Mar 28, 2014
Messages
2
Reaction score
0
As he title, how to use the skill of RIGHTEOUS FIRE and use the unique Flask like RUBY FLASK when 50%life, please help me?
 
for turning on RIGHTEOUS FIRE you must open Exile.cs and search via CTRL+F for RIGHTEOUS FIRE and delete the (//) before the RIGHTEOUS FIRE. then your char turn on RIGHTEOUS FIRE befor going in fight. with the Ruby Flask i don´t know sry
 
Yeap, in Exile.cs you just change:

Code:
//RegisterBuff("Righteous Fire", ret => !LokiPoe.ObjectManager.Me.HasAura("righteous_fire"));

to

Code:
RegisterBuff("Righteous Fire", ret => !LokiPoe.ObjectManager.Me.HasAura("righteous_fire"));

in RegisterBuffs and the bot should cast RF.

Which Unique flask are you talking about? Give me the full name and I'll give you an example.
 
for me only a blue Ruby Flask for example "Surgeon´s Ruby Flask of Warding"
 
Not to derail, but is the bot capable of using situational flasks? For example, does it recognize and use heat flasks to unfreeze? Because that'd be pretty awesome.

A list of flask modifiers can be found here: Flask - Path of Exile Wiki

Staunching(remove bleed) and Heat(remove freeze) seem like they'd decrease deaths by a large margin.
 
Not to derail, but is the bot capable of using situational flasks? For example, does it recognize and use heat flasks to unfreeze? Because that'd be pretty awesome.

A list of flask modifiers can be found here: Flask - Path of Exile Wiki

Staunching(remove bleed) and Heat(remove freeze) seem like they'd decrease deaths by a large margin.

Check the CreateFlaskLogic function in Exile.cs. There is code at the top commented out that you can uncomment to get this behavior if you want it.
 
opening this dead thread back up as i can not find Exile.cs anywhere in the bots folders ?
 
Back
Top