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

Search results

  1. darkbluefirefly

    Golem Slot

    Yup. ExVault is Pro coder, his code accommodates most conditions. You See private static readonly HashSet<string> AuraNames = new HashSet<string> { "Vaal Haste" }; change to private static readonly HashSet<string> AuraNames = new HashSet<string>...
  2. darkbluefirefly

    Navmesh

    Yup! Get a better build.
  3. darkbluefirefly

    [Plugin] AdvancedItemFilter RELOADED !

    Market is already broken, Kappa. Thank god USD > CAD, I actually make more, for less hueh.
  4. darkbluefirefly

    [ItemFilter] HighEnd Looting Profile For AdvancedItemFilter

    I like the way you hilight, eye pornmurrrr.
  5. darkbluefirefly

    [Plugin] AdvancedItemFilter RELOADED !

    If you remove in ID item.IsUnique, it won't id it.
  6. darkbluefirefly

    Banned 2/2, GGG Tracking IP

    Very big chinese, do not bot, they rent people to actually play the game. The botters are usually Westerners lol, selling the virtual items to the chinese, which sells back to westerners.
  7. darkbluefirefly

    Banned 2/2, GGG Tracking IP

    It's ok tonyx, just because he can't do it, he assume no one else can. And i've shown you the /age once before, it was literally 24/7 except for downtimes/upgrading software. But meh, don't spill any beans.
  8. darkbluefirefly

    [Plugin] AdvancedItemFilter RELOADED !

    http://puu.sh/mnkAt/3d6bfcc5d2.png
  9. darkbluefirefly

    [Plugin] AdvancedItemFilter RELOADED !

    in Id Rules item.Rarity == Rarity.Unique and not item.FullName == "Name" or item.IsUnique if that's in.
  10. darkbluefirefly

    Banned 2/2, GGG Tracking IP

    I can probably post an /age but that would be a bad idea. It's been about a year I would say. Keep in mind, I also run with custom stuff, so that could be it as well.
  11. darkbluefirefly

    Banned 2/2, GGG Tracking IP

    If you are botting, knowing sooner or latter the hammer will hit. Might as make as much as you can no? I run 24/7 so meh. Profits cannot be cut.
  12. darkbluefirefly

    Banned 2/2, GGG Tracking IP

    Because GGG started working again on the 6th This Month. When you get back, first thing you will want to do is hit the hammer.
  13. darkbluefirefly

    [Plugin] AdvancedItemFilter RELOADED !

    Something should work, not "It does work. Not like it should"
  14. darkbluefirefly

    [Plugin] AdvancedItemFilter RELOADED !

    No, It won't work like this. Like I said in another thread, OldGrindBot.OnLoot lets you know what is about to be looted, it doesn't guarantee a loot. With this, it's going to miss count. I'll have to talk with tony and pull his stuff to see if I can add my code into his for it to work...
  15. darkbluefirefly

    [Plugin] AdvancedItemFilter RELOADED !

    item.IsRare and item.ItemLevel > 59 and (item.IsAmulet or item.IsRing or item.IsBelt or item.IsBoot or item.IsChest or item.IsGloves or item.IsHelmet or item.Is2HSword)
  16. darkbluefirefly

    Golem Slot

    For those wondering how it's done. I took ExVault's aura cast code and modified it to work. You will need to add somewhere in Logic var golem = SkillBar.Skills .FirstOrDefault(s => !s.IsOnSkillBar && s.SkillTags.Contains("golem")); if (golem != null)...
  17. darkbluefirefly

    Golem Slot

    Ok Replace your SRSDraft.cs with this http://puu.sh/mky4O/375d1b4b9e.txt What's going to happen is, either you have golem on the skill bar or not. It checks not on skillbar first, because the skill will be in the back. It will swap to the skill, cast golem if it's not alive and back to...
  18. darkbluefirefly

    Golem Slot

    Ya, posting it in a sec, cause what's going to happen is, You either have the 2 skills casted on the skillbar, this will cast both. But we're not interested in this. You have one skill on the bar, it will cast, swap with other skill, cast - Swap Back OR - Keep it as is You have none of...
  19. darkbluefirefly

    Golem Slot

    Working on it atm.
  20. darkbluefirefly

    Golem Slot

    Yes There is, paste the routine and I'll add it. I've been using it for quite a while. It came from ExVault's map runner and modified to my usage for my summoner routine.
Back
Top