• Visit Rebornbuddy
  • Ultima - The Ultimate Combat Routine

    Discussion in 'Combat Routines' started by Endus, Nov 25, 2014.

    1. Derbear

      Derbear New Member

      Joined:
      Jul 4, 2015
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      1
      You have to go into the methods folder? I believe, the big file around 15-20kb. Open it in note pad, look for that spell, it should say 20000, change it to 22000
       
    2. txd

      txd New Member

      Joined:
      Jun 26, 2012
      Messages:
      78
      Likes Received:
      0
      Trophy Points:
      0
      I accidently updated to your latest version and it broke the summoner files from the previous page with all the new spells working, how do I get the version before this update, or even better can you add the new summoner spells into the rotation.
       
    3. Endus

      Endus Community Developer

      Joined:
      Jul 9, 2012
      Messages:
      458
      Likes Received:
      6
      Trophy Points:
      18
      Another new version. Had a bug with Stoneskin II.

      Yeah I'm working on all the new skills now. Not sure why it would break (I'll have to take a look at the work they did). It's probably because they had to do their best without the core being there and now that it's there it's conflicting or something. Thanks for the heads up.

      EDIT: Another quick fix to Cleric Stance and an issue where you try to cast harmful spells @ party members (oops lol). It's actually a much deeper issue but I'll have to think about how to properly fix it after some sleep. WHM should be good for now. :cool:
       
      Last edited: Jul 8, 2015
    4. txd

      txd New Member

      Joined:
      Jun 26, 2012
      Messages:
      78
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for the quick response, here are the errors I recieve when trying to use the 4 summoner files from the previous page.

      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\Arcanist.cs(56,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\Arcanist.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\Archer.cs(37,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Heal\Archer.cs(7,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\Archer.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\Astrologian.cs(16,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\Astrologian.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\Bard.cs(39,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Heal\Bard.cs(7,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\Bard.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\BlackMage.cs(55,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Heal\BlackMage.cs(7,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\BlackMage.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\Conjurer.cs(16,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\Conjurer.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\DarkKnight.cs(19,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Heal\DarkKnight.cs(7,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\DarkKnight.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\Dragoon.cs(42,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Heal\Dragoon.cs(7,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\Dragoon.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\Gladiator.cs(15,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Heal\Gladiator.cs(7,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\Gladiator.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\HandLand.cs(7,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\HandLand.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\CombatBuff\HandLand.cs(7,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Heal\HandLand.cs(7,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\PreCombat\HandLand.cs(7,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Pull\HandLand.cs(7,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\HandLand.cs(7,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\Lancer.cs(42,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Heal\Lancer.cs(7,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\Lancer.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\Machinist.cs(17,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Heal\Machinist.cs(7,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\Machinist.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\Marauder.cs(18,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Heal\Marauder.cs(7,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\Marauder.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\Monk.cs(46,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Heal\Monk.cs(7,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\Monk.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\Ninja.cs(77,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Heal\Ninja.cs(7,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\Ninja.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\Paladin.cs(15,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Heal\Paladin.cs(7,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\Paladin.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\Pugilist.cs(18,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Heal\Pugilist.cs(7,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\Pugilist.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\Rogue.cs(56,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Heal\Rogue.cs(7,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\Rogue.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\Scholar.cs(55,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\Scholar.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\Summoner.cs(84,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\Summoner.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\Thaumaturge.cs(52,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Heal\Thaumaturge.cs(7,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\Thaumaturge.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\Warrior.cs(18,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Heal\Warrior.cs(7,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\Warrior.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Combat\WhiteMage.cs(18,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Rotations\Behaviors\Rest\WhiteMage.cs(12,42) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      [04:57:37.498 N] Compiler Error: g:\Reborn\Routines\UltimaCR\Spells\Main\ArcanistSpells.cs(465,52) : error CS0117: 'UltimaCR.Spells.CastType' does not contain a definition for 'Location'
       
    5. Cyanide

      Cyanide Member

      Joined:
      Apr 11, 2012
      Messages:
      135
      Likes Received:
      3
      Trophy Points:
      18
      Could you take a look at drk Unleash ability - it won't cast it at all, only time it casts it is if you get a proc from unmend which you never use unless your pulling and running in since its a ranged ability. It's pretty much needed for aoe trash threat in five mans, unless I'm missing something. But you can't really grab that many mobs without it.
       
    6. phaedrus

      phaedrus Member

      Joined:
      Jul 12, 2013
      Messages:
      964
      Likes Received:
      1
      Trophy Points:
      18
      Is this support lvl 60 dragoon?
       
    7. exolaris

      exolaris New Member

      Joined:
      Apr 23, 2012
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      Is there any way to just simply change the DRK combo being used to the mana regen combo? Hard Slash > Syphon Strike > Souleater. There is currently no MP management going on, so the class constantly runs out of MP and just rests, which is terrible for FATE botting. I spend 70% of my time just standing at a fate regenerating mana.
       
    8. becto

      becto Member

      Joined:
      Mar 14, 2014
      Messages:
      104
      Likes Received:
      5
      Trophy Points:
      18
      Thank you very much. I changed the following (RebornBuddy\Routines\UltimaCR\Rotations\Methods\Dragoon.cs):
      Code:
      private async Task<bool> Geirskogul()
      {
      	if (Core.Player.HasAura("Blood of the Dragon", true, 14000) &&
      		(Core.Player.HasAura("Enhanced Wheeling Thrust") || Core.Player.HasAura("Sharper Fang and Claw")))
      	{
      		return await MySpells.Geirskogul.Cast();
      	}
      	return false;
      }
      
      
      Getting 1100 on target dummy unbuffed. Was in Alex last night and used this, topped out at 1300 on single target.
       
    9. phaedrus

      phaedrus Member

      Joined:
      Jul 12, 2013
      Messages:
      964
      Likes Received:
      1
      Trophy Points:
      18
      It was working great before RB update. But this files broke ultima with the current RB release. Any fix? :)
       
    10. khld

      khld New Member

      Joined:
      Mar 7, 2014
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      0
      Poo...
      Animation locks letting you down?
      Missing those positions?
      Then I've got the solution for you...

      Dragoon will jump less during the combos and when Heavy Thrust is low so you can hit those positions better. You will still die to AOE though but it's OK I've been complimented by the raid after I died 4 times and still cleared Alex 4.

      Also with becto's logic for Gayskull or whatever but reduced to 13 seconds.

      Ninja will Armor Crush when 30 seconds or less.
       

      Attached Files:

    11. txd

      txd New Member

      Joined:
      Jun 26, 2012
      Messages:
      78
      Likes Received:
      0
      Trophy Points:
      0
      Just wanted to give a heads up, the ArcanistSpells.cs breaks the routine, I was having an issue with the routine not loading when using your files, the fix was to change the following in Arcanist.CS on line 465
      OLD "CastType = CastType.Location"
      NEW "CastType = CastType.TargetLocation"

      It now works perfectly with that one change, for anyone else having the issue.
       
    12. becto

      becto Member

      Joined:
      Mar 14, 2014
      Messages:
      104
      Likes Received:
      5
      Trophy Points:
      18
      I like this a lot! Thanks!
       
    13. Mrydeen

      Mrydeen Member

      Joined:
      Nov 9, 2014
      Messages:
      59
      Likes Received:
      0
      Trophy Points:
      6
      The SMN mod does not check for Aetherial Attunement, instead, it spams Dreadwyrm Trance until it casts.

      Using it seems to work fine, but will cause your game client to 90k very very often
       
    14. Xeye

      Xeye New Member

      Joined:
      Jun 27, 2015
      Messages:
      48
      Likes Received:
      1
      Trophy Points:
      0
      My bard now uses the flaming arrow rarely. like once every 10-15 fights! Before the last update it would use it whenever its up. (and btw that isn't right xD because sometimes it would just go when the mob have like %1-2 HP)

      If we have a bard here, does it work for you or it's just me? (I'm using smart target all the time)
       
    15. Mrydeen

      Mrydeen Member

      Joined:
      Nov 9, 2014
      Messages:
      59
      Likes Received:
      0
      Trophy Points:
      6
      Anyone has information on how to register Aethertrail Attunement in the routine? Its not a spell, but a status, however the routine only checks "Aura"s based on the job's Spell List
       
    16. Endus

      Endus Community Developer

      Joined:
      Jul 9, 2012
      Messages:
      458
      Likes Received:
      6
      Trophy Points:
      18
      Looks like your ArcanistSpells is using Location when it should be using TargetLocation. You either have to change it or use my new one.

      Right now there's no AoE logic for DRK (heck, the normal rotation isn't even that great lol). I'm working on leveling all the Jobs so I can see what they actually play like and make adjustments. Now that better guides are surfacing on the internet that'll help as well.

      Not yet. Working on it though. :)

      Try turning off Dark Arts if you haven't. The logic I currently have for it isn't that great and it just spams it until you're OOM. Working on it. :)

      Looks like you found it. Glad that fixed it. :)

      Are you using someone else's profile? If so you might need to change the CastType.Location to TargetLocation like above.

      Aethertrail Attunement is AuraID: 908
       
      Last edited: Jul 8, 2015
    17. Derbear

      Derbear New Member

      Joined:
      Jul 4, 2015
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      1
      Guys, SMN routine isn't casting Deathflare. Is it just mine? Maybe it's because I'm on a dummy.
      Not casting Tri-disaster either..
       
      Last edited: Jul 8, 2015
    18. Eklipse

      Eklipse New Member

      Joined:
      Dec 13, 2014
      Messages:
      208
      Likes Received:
      0
      Trophy Points:
      0
      SMN Update coming shortly had to redo the logic, and still trying to figure out how for it to recgonzie aetherial auttnement III. Reverting shortly...

      i've decided to build in deathflare at < 3 sec on trance but I prefer to use it manually , I do not have any logic for tri disaster so it wont cast this, I"ve reworked how ruin III works out of combat and for low HP targets as well as applying dots. so you very well if on the dummy will just pretty much spam aether abilites and ruin III
       
    19. Derbear

      Derbear New Member

      Joined:
      Jul 4, 2015
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      1
      I'm not sure when but Tri-disaster used to work... Also It has yet to use deathflare alone. How do you use it manually when it's spaming spells
       
    20. Cloud30000

      Cloud30000 New Member

      Joined:
      May 9, 2015
      Messages:
      298
      Likes Received:
      7
      Trophy Points:
      0
      private async Task<bool> TriDisaster()
      {
      if (!Core.Player.CurrentTarget.HasAura(MySpells.BioII.Name, true, 4000) &&
      !Core.Player.CurrentTarget.HasAura(MySpells.Miasma.Name, true, 4000) &&
      !Core.Player.CurrentTarget.HasAura(MySpells.Bio.Name, true, 3000)&&
      Core.Target.CurrentHealth > 8000)
      {
      if (await MySpells.TriDisaster.Cast())
      {await Coroutine.Wait(5000, () => Core.Player.CurrentTarget.HasAura(MySpells.BioII.Name));

      return true;
      }
      }
      return false;
      }
       
      Last edited: Jul 8, 2015

    Share This Page