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

[Plugin - WIP] FieldRepair - Mammoth/Jeeves/MOLL-E in the field!

craftiestelk

New Member
Joined
Jun 3, 2011
Messages
123
Reaction score
1
As the title says, a plugin to use Traveler's Tundra Mammoth or Jeeves when repairing, and MOLL-E when mailing.
As the title also says, this is a Work In Progress (also called a Beta). This means that you probably shouldn't use the plugin unattended, at least not for long amounts of time, as something might go bottoms up on you. However, is you post a report here with a description of the problem and a log I'll try to have it fixed so the plugin may at some point be released as a properly working plugin.

Due to being away on vacation, I haven't done extensive testing yet, and were hoping some other botters would like to give it a spin. I'll do some proper testing after New Year's Eve, hopefully.

The plugin also integrates RepairFly, another plugin of mine that forces you to fly to vendor/repair when using QuestBot/GrindBot. So you should only have to use one of them (and RepairFly will be pensioned when FieldRepair is working properly).

The code is a little long and somewhat lacking in commenting, but if you would like me to elaborate or comment more, you ask :)
 

Attachments

just what i've been looking for! my pally likes to break his shield while grinding a lot.

going to test it out.
 
You need to keep in mind though that the argent gruntling needs his pony Argent Pony Bridle - Item - World of Warcraft to fulfill these tasks and that you have a severe 4h cooldown on all it's abilites when the 3m window on the gruntling is over.
True, but it's easy to check if you've got that Pony Bridle (there's an achievement for it IIRC). And it'll use if off cooldown, if not it'll go back to default running to a vendor.
Biggest problem on my part is that I only have Traveler's Tundra Mammoth and not Jeeves/MOLL-E etc, so it's kinda hard to test :p
 
1) Drycode it and add verbose debugoutput and leave it to others to test it
2) Use HB&PB to get an engineer ;)
 
Not bad, thanks, but couple of suggestions;

Line 190:
if (Mount.CanMount() && _hasMammoth)
This doesn't seem to evaluate properly for me, even though it detects the mammoth earlier. Removing the _hasMammoth check made it work fine.

Secondly, after it did mount up and repair, it kept thinking it needed to still repair and eventually (and slowly) took the mammoth all the way to an NPC to repair. Is it not updating the durability after repair?
 
hi,

i did some fixes for this.
- Pois werent cleared after Vendor / Mail / Repair - FIXED (it shouldn't go to Vendor / Repair after using mammoth / jeeves. it shouldn't go to mail after using moll-e)
- Removed some LUA-Calls and replaced it with HB-Api (some performance won and a little bit easier to handle HB Objects)
- Removed some more code (obsolete code after replacing lua calls) -> some loops aren't necessary.
 

Attachments

i was really waiting for a plugin to use jeeves :) BUT can u make it to use jeeves when bags are full and sell some junk and not only for repair when we need it?
 
Got a problem:
[FieldRepair] Mammoth found, using for repairs and vendoring
[FieldRepair] Guildlevel 11+, using Mobile Banking for guildbank purposes
[FieldRepair] Found: Mammoth [False], Jeeves [False], MOLL-E [True], MobileBank [True]

Which Mammoth do u mean? Got the one for 18k gold but he wont use it... Do I have to correct sth in my profil? Im using "Neutral - Dark Whelpling + Tiny Crimson Whelpling - Wetlands by Som v2.1"...
 
Make sure you are using stormchasings improved edit and maybe attach a logfile to make it easier to spot
 
Mail loot now.
[Gatherbuddy2]: You have set GB2 to mail items but current profile doesn't contain a mailbox
Mail loot now.
[Gatherbuddy2]: You have set GB2 to mail items but current profile doesn't contain a mailbox


I put the file in the plugins folder. THoughts?

I tried to use the fixed profile.
 
Ok, plugin is in the right place. The error message you are getting you is telling you the profile you loaded doesn't contain a mailbox, you need to let us know which profile you are loading, this has nothing to do with the plugin not working. What is the name of the .xml you have tried to load to farm with GB2.

G
 
I am using The Mammoth but i get this when i Enable the plugin.

[FieldRepair] Found: Mammoth [False], Jeeves [False], MOLL-E [True], MobileBank [True]

I DON'T have MOLL-E !
 
How do you even "use" this plugin?

Add these somewhere?

<CustomBehavior File="RunMacro" Macro="/use Jeeves" />
<CustomBehavior File="RunMacro" Macro="/use MOLL-E" />
<CustomBehavior File="WaitTimer" WaitTime="2000" />
<CustomBehavior File="ForceSetVendor" DoMail="True" DoRepair="True" DoSell="True" DoTrain="False" />

I tried just that and it isn't working. Some use info would be appreciated.
 
Back
Top