• Visit Rebornbuddy
  • Howto: Getting Blasphemy to work

    Discussion in 'Archives' started by clandestine, Dec 20, 2015.

    1. clandestine

      clandestine Member

      Joined:
      May 5, 2012
      Messages:
      350
      Likes Received:
      12
      Trophy Points:
      18
      It's rather simple actually.

      Open Oldroutine.cs and go to line 395:

      Code:
      var auraNames = new string []
      {
        ..
      }
      
      In the array, add the name of the skill you have linked to Blasphemy, for example Enfeeble:

      Code:
      			var auraNames = new string[]
      			{
      				"Anger", "Clarity", "Determination", "Discipline", "Grace", "Haste", "Hatred", "Purity of Elements",
      				"Purity of Fire", "Purity of Ice", "Purity of Lightning", "Vitality", "Wrath"[B], "Enfeeble"[/B]
      			};
      
      OldRoutine will now correctly use Enfeeble as an aura.

      edit: durr, didn't notice pushedx already pushed an update with working blasphemy, remove this please.
       
    2. toNyx

      toNyx Well-Known Member

      Joined:
      Oct 29, 2011
      Messages:
      3,770
      Likes Received:
      35
      Trophy Points:
      48
      Kappa ;D he even added a blacklist Ids for auras ! damn pushedx is 2 stronk
       
    3. clandestine

      clandestine Member

      Joined:
      May 5, 2012
      Messages:
      350
      Likes Received:
      12
      Trophy Points:
      18
      senpai too stronk ;_;
       

    Share This Page