• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin] Elixir

    Discussion in 'Archives' started by baxterboy, Nov 22, 2010.

    1. Rubicon

      Rubicon Member

      Joined:
      Sep 15, 2010
      Messages:
      44
      Likes Received:
      0
      Trophy Points:
      6
      Currently using this plugin for my Vrykul Drinking Horn, to look big and mean all the time. :D

      Thanks for this. + rep.
       
    2. fancyfanta

      fancyfanta New Member

      Joined:
      Nov 14, 2011
      Messages:
      82
      Likes Received:
      0
      Trophy Points:
      0
      ty ++ rep
       
    3. Deniodus

      Deniodus New Member

      Joined:
      Jan 14, 2011
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      Hello i have little problem tomorow night i testing this profile with using potion of treasure finding but have small problem all work GREAT but when i dont have potion in inventory (i had only 3) and when i use all 3 potions bot STOP and wrote

      [Singular] Casting Arcane Brilliance on Myself>>No longer have Buff: Potion of Treasure Finding...
      [Singular] Casting Arcane Brilliance on Myself
      >>No longer have Buff: Potion of Treasure Finding...
      [Singular] Casting Arcane Brilliance on Myself
      >>No longer have Buff: Potion of Treasure Finding...
      [Singular] Casting Arcane Brilliance on Myself
      >>No longer have Buff: Potion of Treasure Finding...
      [Singular] Casting Arcane Brilliance on Myself
      >>No longer have Buff: Potion of Treasure Finding...
      [Singular] Casting Arcane Brilliance on Myself
      >>No longer have Buff: Potion of Treasure Finding...
      [Singular] Casting Arcane Brilliance on Myself
      >>No longer have Buff: Potion of Treasure Finding...
      [Singular] Casting Arcane Brilliance on Myself
      >>No longer have Buff: Potion of Treasure Finding...
      [Singular] Casting Arcane Brilliance on Myself
      >>No longer have Buff: Potion of Treasure Finding...
      [Singular] Casting Arcane Brilliance on Myself
      >>No longer have Buff: Potion of Treasure Finding...
      [Singular] Casting Arcane Brilliance on Myself
      >>No longer have Buff: Potion of Treasure Finding...
      [Singular] Casting Arcane Brilliance on Myself
      >>No longer have Buff: Potion of Treasure Finding...

      its bad is here any way how to fix it anything like when item isnt so dont start buff. Thx for reply
       
    4. itsleet

      itsleet New Member

      Joined:
      Feb 16, 2012
      Messages:
      50
      Likes Received:
      0
      Trophy Points:
      0
      Hi there! I'm using your plugin for Noggenfogger Elixir's, and it IS working, however, there is a small issue.

      The Noggenfogger Elixir has 3 different possible effects, which cause 3 different possible buffs.
      I am looking to use it for the particular buff which makes you smaller. I want to use noggenfogger elixir's untill i have obtained this buff.
      Unfortunately, the buff's all have the same name , so this..
      Code:
      if (!intMe.ActiveAuras.ContainsKey(buff))
      Will be satisfied with any of the 3 buffs called "Noggenfogger Elixir" and continue on with it's day.

      Fortunately, after that it'll try to mount, and that will cancel the other 2 aura's i don't want, but doesnt affect the small buff, so it will just keep doing this untill i get the little buff :) But it's really jumpy and I don't like that, I'd rather the bot didn't continue untill it has the buff I want!!

      I found the spellID for the buff i want, it is 16589. Is there any way you can change ..
      Code:
      if (!intMe.ActiveAuras.ContainsKey(buff))
      To something like...
      Code:
      if (!intMe.ActiveAuras.ContainsKey(16589)) 
      (I tried this, it didn't work)

      That would fix my issues! I don't know a command for this though. Help please! lol

      /////Edit
      I found one more thing that I need help with....
      Code:
       !intMe.Mounted 
      This doesnt seem to register with druid's flight form. Can you give me something that can? thanks!!
       
      Last edited: Mar 8, 2012
    5. qztr

      qztr Active Member

      Joined:
      Mar 31, 2012
      Messages:
      1,932
      Likes Received:
      17
      Trophy Points:
      38
      Working like it should after a tiny modification for Potion of Treasure Finding :)

      Thanks!
       
    6. LowKey

      LowKey New Member

      Joined:
      Mar 9, 2012
      Messages:
      634
      Likes Received:
      4
      Trophy Points:
      0
      How are people modifying this?

      I'd love to set it up so it works with the Flask of the North, but I'm rubbish at code.

      (associated 3 buffs are all called Flask of the North, I think - Intellect, Agility, Strength.)

      Do I just need to replace "Flask of Enhancement" with "Flask of the North" in plugin, and the names "Enhanced Agility/Intellect/Strength" with "Flask of the North" or something particular to each of the spells?

      Thank you! ^_^

      ETA

      Tried doing this and it seems to be workingjust fine. Great plugin!
       
      Last edited: May 19, 2012
    7. ygf1975

      ygf1975 New Member

      Joined:
      Apr 13, 2012
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0
      I followed your instruction on adding my own Elixier ,but i keep getting this in log

      >>No longer have Buff: Elixir of Shadows
       
    8. r00flr00fl

      r00flr00fl Member

      Joined:
      Apr 26, 2012
      Messages:
      174
      Likes Received:
      0
      Trophy Points:
      16
      can somebody post his version for the Savory Deviate Delight please?

      here is mine, but it just keeps using the item like crazy... doesnt seem to recognize the buff :S
      please look into it somebody

      Download: View attachment Elixir.cs
       
    9. Venus112

      Venus112 New Member

      Joined:
      Jun 17, 2010
      Messages:
      1,509
      Likes Received:
      13
      Trophy Points:
      0
      Try changing

      if (!intMe.ActiveAuras.ContainsKey(buffone) || !intMe.ActiveAuras.ContainsKey(bufftwo))

      to

      if (!intMe.ActiveAuras.ContainsKey(buffone) && !intMe.ActiveAuras.ContainsKey(bufftwo))

      It does recognize you as having the buff, but you're telling it to try and get both at the same time
       
      r00flr00fl likes this.
    10. r00flr00fl

      r00flr00fl Member

      Joined:
      Apr 26, 2012
      Messages:
      174
      Likes Received:
      0
      Trophy Points:
      16
    11. lzlxlclv

      lzlxlclv New Member

      Joined:
      Apr 20, 2012
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      Just having a question, if i want it to drink two kinds of Elixir, where should i add the second one?
       

    Share This Page