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

Search results

  1. E

    [Plugin] GearSwap Extreme

    Feel free to integrate it anytime!
  2. E

    [Plugin] GearSwap Extreme

    Glad to help! Im not sure how to detect zerg mode, ill look through it tmr, any help would be appreciated
  3. E

    [Plugin] GearSwap Extreme

    Well i didnt use your code, so much for trying to help you out. Ive tested this with my wiz and it works perfectly, however my default gear wasnt vyr. Ill look through it tomorrow
  4. E

    [Plugin] GearSwap

    Yes if your default set is Vyr then it shouldn't matter.
  5. E

    [Plugin] GearSwap

    when there are no condition present it'll try to revert the original gear the vyr's set swapped out
  6. E

    [Plugin] GearSwap

    Good work! how about revertgear() function? that'll need to be checked as well
  7. E

    [Plugin] GearSwap

    Thanks for that. My idea was to implement a solution where other statuses gear are able to swap in slots where archon gear isn't used, but that'll do
  8. E

    [Plugin] GearSwap Extreme

    Give me one more chance man, i perfectly understand what is happening according to your log, here's the fix. I don't have the time to change the whole architecture of the plugin because i didn't started it from scratch. but a couple of quick fix will solve it, i'll implement user configurable...
  9. E

    [Plugin] GearSwap Extreme

    Here you go, i'm fairly certain this will work
  10. E

    [Plugin] GearSwap

    Use gearswap extreme man, equip the glove and click capture, then select which condition to pair with and click add
  11. E

    [Plugin] GearSwap Extreme

    Sorry i missed out something, here's a new one for you to test
  12. E

    [Plugin] GearSwap Extreme

    Here's a quick and dirty modification, hope you don't mind testing this out for me.
  13. E

    [Plugin] GearSwap Extreme

    Can you give me the ActorSNO of full Vyr's set please? i'll create a 20 second timer once archon is casts and within the 20 second timer no gear can replace Vyr's set item
  14. E

    [Plugin] GearSwap Extreme

    Hi Genja, i just found out the skill name is "X1_Barbarian_WarCry_v2" give it a try, some skills are named differently in TVars. A more accurate way to learn about your skill name is to look into [YourClass].cs in Trinity -> Combat -> Abilities.
  15. E

    [Plugin] GearSwap Extreme

    Yes i'll definitely look into that, currently it pauses swapping depending on how long you set for skill window, but that also means that other conditional gear won't be swapped in during archon mode
  16. E

    [Plugin] GearSwap Extreme

    Hi there, can you enable logging and copy paste a few lines from gearswap before it casts warcry? also, what is the priority of your skill?
  17. E

    [Plugin] GearSwap

    Hi, gearswap extreme does check full gear set before skill is used, also you can set a slider for how long the set should be equipped for, i call that the skill window and what it does is it pauses gear swapping operation per setting duration
  18. E

    [Plugin] GearSwap Extreme

    Only if you let trinity cast the skill
  19. E

    [Plugin] GearSwap Extreme

    Hi lenoar thanks for testing that out, i've fixed priority.txt not being written properly. In the future i might add skill management, so depending on what class you're playing as you'll be able to maintain a list of skill cast window and add it directly to the condition list.
  20. E

    [Plugin] GearSwap Extreme

    Hi lenoar i've updated it, due to changes in GearSwapSVN17 from borderjs you need to amend your trinity // Add the following lines in red if (!GearSwap.Plugin.hasGear(power.ToString())) return false;
Back
Top