DalordUrgod
New Member
- Joined
- Feb 19, 2011
- Messages
- 57
- Reaction score
- 0
Trinket Plugin
I needed a plug in that would use 2 trinkets with different cool downs so I created this.
Used elements from ?Elixir.cs ? by Baxterboy and the ?use Items/Macros? by Katzerle so kudos to them
it will only fire off during combat and will continue using one or two trinkets as they cool down.
Settings are (lines 39 to 47)
Happy Botting 
I needed a plug in that would use 2 trinkets with different cool downs so I created this.
Used elements from ?Elixir.cs ? by Baxterboy and the ?use Items/Macros? by Katzerle so kudos to them
it will only fire off during combat and will continue using one or two trinkets as they cool down.
Settings are (lines 39 to 47)
PHP:
// USER SETTING START HERE
public string Trinket1 = ("Insignia of the Earthen Lord"); //Trinket Name (Always use shorstest time item 1st)
public string Trinkettimer1 = ("91000"); //Trinket timer in miliseconds (The cooldown)
public string buff1 = ("Fury of the Earthen"); //Trinket Buff
public string Trinket2 = ("Mindfletcher Talisman"); //Trinket Name
public string Trinkettimer2 = ("121000"); //Trinket timer in miliseconds (The cooldown)
public string buff2 = ("Mindfletcher"); //Trinket Buff
public string Waittimer = ("15000"); //Wait timer in miliseconds for next item to be usable
// END USER SETTINGS
