Hello friend went to git hub and got lost!!! Tell me what to download?? Remember you are the best
Thank you so much!! You really helped good luck to you in all your endeavors, I'll be your fan!!!Pm sent.
Check your inbox
The plugin works perfectly!! but why he always shoots from a bow in battle
The plugin works perfectly!! but why he always shoots from a bow in battle
its apart of the fast tagging and/or tagging system in ArcheGrinder were it uses bow to tag mobs in an attempt to try and tag the mob before anyone else does.
This is something i want to change(And is on my ever growing list of needed changes) so ArcheGrinder Can Initiate the fight with some more hard hitting ability's maybe even start a fight with crowd control or start with a combo.
Mine is doing combos all the time![]()
If you could have to where it would only keep Coinpurses and destroy the unidentified armor/weaps it picks up...... that would be awesome![]()
Edit
Updated to version 1.0.1.4
When looting a mob ArcheGrinder will Look for and delete any Junk items
these junk items are Unidentified Armor, Weapons & Accessory's (Library junk items will be added next version update)
Item Deletion is for English Clients only
Support for non English clients Junk Item Deletion will be added next version Update(E.T.A 48 - 72 hours)
its apart of the fast tagging and/or tagging system in ArcheGrinder were it uses bow to tag mobs in an attempt to try and tag the mob before anyone else does.
This is something i want to change(And is on my ever growing list of needed changes) so ArcheGrinder Can Initiate the fight with some more hard hitting ability's maybe even start a fight with crowd control or start with a combo.
// fast tagging
if (!didCast && doFastTag)
{
if (CanCast(_ENDLESS_ARROWS))
didCast = UseSkillAndWait(_ENDLESS_ARROWS);
else if (CanCast(_MANA_STARS))
didCast = UseSkillAndWait(_MANA_STARS);
else if (CanCast(_ENDLESS_ARROWS))
didCast = UseSkillAndWait(_ENDLESS_ARROWS);
else if (CanCast(_CHAIN_LIGHTNING))
didCast = UseSkillAndWait(_CHAIN_LIGHTNING);
else if (CanCast(_RANGED_ATTACK))
didCast = UseSkillAndWait(_RANGED_ATTACK);
}
Is there no gui option to turn off fast tagging as in the code it says there is a setting for it ie prefs.fastTagging?
If that is off it will not use the fast tag stuff and if also you can change what it uses in fast tag by finding
and changing what you want it to use to tag things with.Code:// fast tagging if (!didCast && doFastTag) { if (CanCast(_ENDLESS_ARROWS)) didCast = UseSkillAndWait(_ENDLESS_ARROWS); else if (CanCast(_MANA_STARS)) didCast = UseSkillAndWait(_MANA_STARS); else if (CanCast(_ENDLESS_ARROWS)) didCast = UseSkillAndWait(_ENDLESS_ARROWS); else if (CanCast(_CHAIN_LIGHTNING)) didCast = UseSkillAndWait(_CHAIN_LIGHTNING); else if (CanCast(_RANGED_ATTACK)) didCast = UseSkillAndWait(_RANGED_ATTACK); }
Using this to farm and it's way better than my custom edited hasla assist.
Thank you so much. Do you have a donation button? I will gladly donate next time I'm paid.
Sometimes it randomly starts running in circles though
Hey again, i got one more question/request![]()
is there a way to make it handle the "Death Routine" ? Or can i use the gps plugin for that ?
all the more reason for me to know said requested changes as i plan on getting ArcheGrinder in the buddyStore(Free)
I am sincerely sory for anyone who paid for taranira's version that happened way before my time here.
I do plan on doing something for anyone who paid for taranira's version i just haven't thought what that something is yet
As i would first like to get ArcheGrinder Up to par with the rest of the Main plugins for ab i.e no crashing of ab resulting from ArcheGrinder plugin crashing #Bugs
My opinion on free plugins is they do not need to be in the buddy store and are much better in here so people can learn just like you did by editing this one. If it was in the store you would never have had access to it to even continue working on changes etc. If that makes senseAnyway I vote you leave it in forums where free plugins belong so people can edit and change them as they see fit on top of your changes. Up to you of course but that is how things grow is by lettings others learn from seeing ones they can see code to etc. The only reason to be in buddy store is it you want them already compiled to hide your code to stop others from using it (ie closed source) in there own plugins etc and since this is someone elses who was free (open source) before i think it should remain open source like it is now! My opinion of course
![]()