Jump to content

jiraiyasm

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by jiraiyasm

  1. hi anyone can help me have the correct setting for the fight class im making please. my FC doesn't cast Corruption because it already sees another lock's corruption as it's own. I highlighted the possible line that needs to be changed to it will buff Corruption to it's target. Thank you. if (Corruption.IsSpellUsable && Corruption.KnownSpell && Corruption.IsDistanceGood && SpellManager.GlobalCooldownTimeLeft() == 0 && !ObjectManager.Target.Rooted && !ObjectManager.Target.HaveBuff("Corruption") && ObjectManager.Me.HaveBuff("Life Tap")) { Corruption.Launch(); return; }
  2. hi Jensen. When my quester closes, how do you load the quest where it stopped? I have to manually find the quest my char is currently doing and run it again? is there a way that it will automatically check what quests have been done and load the next one? Thank you.
  3. Hi all. Just taking my chances if there was any progress with this project regarding boting in a dungeon. i just started using wrobot and i would like to use it in FOS/POS EoT farm if it is possible. Thank you.
  4. how can I set my warlock to use the master spellstone? Thank you.
  5. hi all. i have no idea about the codes posted here. I was trying to search how to get my warlock create a spellstone then use it. i tried to base the "create healthstone" but I don't know how to get the itemID for the spellstone. if anyone can help me out that would be really great!
×
×
  • Create New...