I was going to wait til I was sent donator svn info before trying the plugin but I got curious and just had to give it a shot. I'm glad I did as it makes a huge difference to pvp, I can only imagine how much more awesome it is when I can fine tune it to a specific situation.
It jumped right on every healer it came across and locked it down til it took it out. Its use of racials saved its butt on more than one occasion too![]()
If you use a botbase besides BGBuddy, will the plugin still work to return flag in wsg and tp?
Sorry if question has been asked and answered already. I'm not going to read through 189 pages.
? :/Plugin * Ultimate PVP Suite * threw an exception in 'Pulse'! Exception:
System.NullReferenceException:
Object reference not set to an instance of an object.
at UltimatePvPSuiteLoader.UltimatePvPSuiteLoader.Pulse()
in c:\Users\Jonas\Desktop\Honorbuddy\
Plugins\Ultimate PvP Suite\UPvPLoader.cs:line 68
at Styx.Plugins.PluginWrapper.Pulse()
Okay Phelon,
how about login and password? i dont get!
Lazy Raider also! I will be Adding Tyrael here soon too. I like their work.
Your website isn't anywhere in Post 1 anymore :-( Or in your About Me..
Powers that be decide no linking off site anymore?
after donating how long it take to send us the username and password
Hey Phelon, I got a question about localization. I got a german client installed and want to unse the interrupt logic. Do I have to insert the german skillnames or is there a logic inside your plugin that get's the spell-ids from the english one?
I tried both but the bot never used an interrupt spell.
Here's the code for it:
#region INTERRUPT SPELL ADD AREA
InterruptSpells.Add("Heal");
InterruptSpells.Add("Flash Heal");
InterruptSpells.Add("Penance");
InterruptSpells.Add("Binding Heal");
InterruptSpells.Add("Holy Light");
InterruptSpells.Add("Flash of Light");
InterruptSpells.Add("Regrowth");
InterruptSpells.Add("Nourish");
InterruptSpells.Add("Healing Touch");
InterruptSpells.Add("Healing Wave");
InterruptSpells.Add("Greater Healing Wave");
InterruptSpells.Add("Chain Heal");
InterruptSpells.Add("Healing Rain");
InterruptSpells.Add("Polymorph");
InterruptSpells.Add("Pyroblast");
InterruptSpells.Add("Scorch");
#endregion
EnableInterrupts = true;
EnableInterruptEveryone = false;
EnableFirstInterrupt = true;
FirstInterruptSpell = "Skull Bash";
FirstSpellRange = "13";
EnableSecondInterrupt = true;
SecondInterruptSpell = "Pounce";
SecondSpellRange = "5";
EnableThirdInterrupt = true;
ThirdInterruptSpell = "War Stomp";
ThirdSpellRange = "8";
#endregion
Thanks in advance.
What is the link to SVN TRUNK?