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

Trinity - Wizard Class

Alrighty then all we need is a variable that is constantly true during combat and we're sorted
 
Last edited:
After testing it seems that the actual combat of the bot is MUCH improved, however I cannot seem to find a way to stop it automatically going for a melee attack when it drops out of Archon instead of resetting and going back to DS/FN Spam.
Giles if you could have a look at this I would be very appreciative, somehow between 1.4.9.1 and 1.5.0.1 something's been changed because in 1.4.9.1 it took 1-3 seconds for it to realize it was out of Archon and change back to DS/FN spam, whereas in 1.5.0.1 it doesn't realize until it's out of combat =/

I've got this fixed ready for next release! :)
 
hey, first of all thanks you for the great job. i tried some wizard bot combos and i've only 2 problems. 1) i'd like to use archon near the enemies or near the packs just nuke them down easier but my wizard always cast it really far from the battle 2) can i cast my ''mirror mimics'' more often? it always cast this spell when 4+ mobs are near me or when i'm at 50% life or so, i want to cast them at 90-95%, what i can change in the .cs? thanks in advance
 
hey, first of all thanks you for the great job. i tried some wizard bot combos and i've only 2 problems. 1) i'd like to use archon near the enemies or near the packs just nuke them down easier but my wizard always cast it really far from the battle 2) can i cast my ''mirror mimics'' more often? it always cast this spell when 4+ mobs are near me or when i'm at 50% life or so, i want to cast them at 90-95%, what i can change in the .cs? thanks in advance

Fixed both for you, lemme know if you need anything else!

View attachment GilesTrinity.cs

:)

Edit: It will pop Mirrors at 95%hp and/or with 2 mobs or more around it.

Range for Archon activation is 25 for elites (don't want to be to close!) and reduced to 15 for trash mobs.
 
ohh finally he is casting mirrors also for prevent damage and help with dps:) i will try archon tomorrow:P really tnx for the instant answer/help!!!
 
ohh finally he is casting mirrors also for prevent damage and help with dps:) i will try archon tomorrow:P really tnx for the instant answer/help!!!

No problem at all :)
 
Any way to have the bot use electrocute on ACT2 wasps instead of my tornados? it becomes a dance a thon till the mage is out of arcane power then he 1-2 shots them with electrocute. Unless its a elite wasp sue only electrocute would be awesome. Any way of doing this?
 
Any way to have the bot use electrocute on ACT2 wasps instead of my tornados? it becomes a dance a thon till the mage is out of arcane power then he 1-2 shots them with electrocute. Unless its a elite wasp sue only electrocute would be awesome. Any way of doing this?

I'll try and get something like this in for the release coming tonight - might be a bit experimental, so when you see v1.5.0.2 posted, be sure to try it out and let me know. Hope to have it up within the next few hours, if not sooner.
 
Turning up the usage for mirror image really messes with avoidance, that's why it is set for the way it is, however open up the .cs and search "mirrorimage" you'll see the line that casts MirrorImage @ a health of less than or = 40%, change that number to .9 or .95 for 90% health. I do not recommend this, ymmv
 
@GilesSmith is there a way to alternate between signature attack and energy twister (storm chaser)? This will be VERY useful when patch 1.0.5 comes out since the proc rates of the normal twisters is nerfed but the proc rate of the big twister isn't
 
Awesome I will! trying 1.5.0.1 now since i just got in. You're the man!

I'll try and get something like this in for the release coming tonight - might be a bit experimental, so when you see v1.5.0.2 posted, be sure to try it out and let me know. Hope to have it up within the next few hours, if not sooner.
 
See i have no APOC so this would not be a problem for me at all :D But i see your point.

@GilesSmith is there a way to alternate between signature attack and energy twister (storm chaser)? This will be VERY useful when patch 1.0.5 comes out since the proc rates of the normal twisters is nerfed but the proc rate of the big twister isn't
 
@GilesSmith is there a way to alternate between signature attack and energy twister (storm chaser)? This will be VERY useful when patch 1.0.5 comes out since the proc rates of the normal twisters is nerfed but the proc rate of the big twister isn't

Yes, can be done very easily. I will have to see about changing the config window a bit and starting to shift some of the class-specific options to their own class tabs, above all of the avoid settings, to add options like this in. Remind me again in the future about this if I don't get around to it, and I will add it as an optional feature to alternate between these spells - unless there is some reliable way of "knowing" what the user wants (eg if there's a particular spell always used for altering, in which case I can detect "if user has energy twister and signature spell xxx, then alternate between them... else handle energy twister normally".
 
Yes, can be done very easily. I will have to see about changing the config window a bit and starting to shift some of the class-specific options to their own class tabs, above all of the avoid settings, to add options like this in. Remind me again in the future about this if I don't get around to it, and I will add it as an optional feature to alternate between these spells - unless there is some reliable way of "knowing" what the user wants (eg if there's a particular spell always used for altering, in which case I can detect "if user has energy twister and signature spell xxx, then alternate between them... else handle energy twister normally".

Well the most reliable way of checking is to make it not cast energy twister when you have a Wind Charge Buff given that you have a signature spell.
Otherwise you can prioritize casting a signature spell when you have the Wind Charge Buff.

I would play around with the .cs file but I have no idea how to make it check whether or not I have the Wind Charge Buff
 
Testing 1.5.0.3 currently!

Loving it so far I have to say :) Only slight issue I have is because I reduced the ranges on Archon activation (to hit elites with 1600% weapon damage when it transforms) most of the time it melee's the elites in Archon form lol. Fixed with a little tweaking though.

Thanks for the fast update! <3

Edit: Flawless interchange between Archon and DS/FN spam, you're a god

Edit2:


Well the most reliable way of checking is to make it not cast energy twister when you have a Wind Charge Buff given that you have a signature spell.
Otherwise you can prioritize casting a signature spell when you have the Wind Charge Buff.

I would play around with the .cs file but I have no idea how to make it check whether or not I have the Wind Charge Buff

You could look at it another way, if you change the condition for energy twister to be cast only when you have more than 75-90 AP instead of 35 then it will cast one then use spectral Blades more often than it does currently. Only a small fix, I'm sure Giles can sort it out better :P
 
Last edited:
Well the most reliable way of checking is to make it not cast energy twister when you have a Wind Charge Buff given that you have a signature spell.
Otherwise you can prioritize casting a signature spell when you have the Wind Charge Buff.

Ah it has a buff? Great. I will make this change next release. Should it always go to signature spell with just 1 stack of wind charge buff, or wait for 2 charges, or 3 charges, before allowing signature spell use?
 
Ah it has a buff? Great. I will make this change next release. Should it always go to signature spell with just 1 stack of wind charge buff, or wait for 2 charges, or 3 charges, before allowing signature spell use?

1 stack preferably for max DPS
 
Ah it has a buff? Great. I will make this change next release. Should it always go to signature spell with just 1 stack of wind charge buff, or wait for 2 charges, or 3 charges, before allowing signature spell use?

1 stack is optimal for max proc and LoH
 
Back
Top