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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Plugin] ZapRecorder2 - Profile Recorder for GB2

Hey,

Zaprecorder works awesome. So easy to handle! But I have one problem:
Everytime the bot goes to a node, he will stand in front of it for a short period of time, takes the ore/herb, waits a short period of time, mounts up, waits a short period of time, continue with farming. Maybe 2seconds for each waiting-process. It does not seem much, but it takes a HUGE load of time while farming and I didnt have the problem with a profile I downloaded from the forum.

And the more important thing: It makes you extremly look like a bot.

Is there any solution?
 
BadWolf probably wasn't online for a long time, so I'm afraid he isn't able to check and correct his code.

Ok, now I see the problem.
Per default, ZapRecorder2 writes his messages to ChatFrame1, which is /say after WoW started.
This makes no problems as far as you are not in a crowded area and haven't declared another Channel for ChatFrame1, like /1 or /2.

This is really a bad fault in the plugin code!

May BadWolf excuse me for altering his code here. ;)
I hope, he will read this post and implement the changes into the next update.

To fix that ChatFrame thing, search for a file named "ZapForm.cs" in the Plugins/ZapRecorder2 folder, open it with a text editor (i.e. Notepad) and go to line #1721

Look for
Code:
Lua.DoString("getglobal(\"ChatFrame1\"):AddMessage(\"|cff2dbbc4ZapRecorder2: |cffffffff " + message + "\",0, 0, 0, 0);");
and replace it with
Code:
Lua.DoString("UIErrorsFrame:AddMessage(\"|cff2dbbc4ZapRecorder2: |cffffffff " + message + "\",0, 0, 0, 0);");

This will output the message as a WoW error message directly to the screen, just like a raid warning.
(Needless to say that HB has to be restarted to take effect of this change.)

But be aware that after an automatic update or re/install of the plugin, this line will be overwritten with the original line again!
This is an inofficial quick fix, so keep an eye on it!


HTH

or if u dont want any message,..... just comment the line with "//"
 
Hey guys -

I'll look at this code and see what I can do to correct any issues you all are having. Honestly I branched the code and did a significant amount of development which may or may not come to light.
 
Hey Wolf,

thanks for keeping this Addon up2date. Wanted to start creating profiles for mining while leveling battle pets today, and since I wanted to make these profiles available to everyone later, I wanted to add vendors and mailboxes to each map/territory profile.

But alas... I can't. :)

zap2.jpg

Am i missing something/doing it wrong? I moved closer to the vendor, targeted him - even openend the dialogue... but could not add him.
 
Last edited:
I created a profile a while ago (last year) to farm NPCs for drops in closed area, and I used to farm with it, but now when I load the profile in GB everything works great, but my toon is not attacking anything, just following the hotspots. Any idea what may need to be setup? I am not sure if it the new HB version, or I am a bit rusty and is missing something.

Thanks
 
Да тоже столкнулся с проблемой добавления Vendor. Может кто подсказать как добавить его при записи маршрута?
 
I record a profile with zaprecorder2, but when I start the saved profile I always get the message:

I don't want to move to <0, 0, 0>

Using Grind Bot / Singular
 
I record a profile with zaprecorder2, but when I start the saved profile I always get the message:

I don't want to move to <0, 0, 0>

Using Grind Bot / Singular

Open the profile you created using notepad (or any other text editor) and check if there is such an entry in it. If there is - remove it. If there's no such thing, you problem originates elsewhere.
 
HI,
any news with new version of honorbuddy for client 6.0.2?
If I try to use it I get error:

ItemForAura - Questhelper - Version 2.0 Loaded.
Compiler Error: ....\honorbuddy\Plugins\ZapRecorder\ZapPlugin.cs(34,30) : error CS0115: 'ZapRecorder2.ZapPlugin.Initialize()': impossibile trovare un metodo adeguato per eseguire l'override.
Compiler Error: ...\honorbuddy\Plugins\ZapRecorder\ZapPlugin.cs(88,30) : error CS0115: 'ZapRecorder2.ZapPlugin.Dispose()': impossibile trovare un metodo adeguato per eseguire l'override.
 
Would love an update for this, tramprecorder only makes hotspots of the nodes - whereas Zaprecorder allows you to define how many hotspots to record etc.
 
By the way, I think someone else might need to take over the develepment of this plugin - as it appears that BadWolf has not been active in months
 
Awwwww, I just come back to wow after taking almost 1 year off. I logged onto HonorBuddy and downloaded the newest version. While it was installing I came to this page first as it was by far the best plugin ever for anyone that wanted to create their own profiles. If I knew anything about making or updating plugins I would update this one.....

I just hope that someone out there is smart enough to get this working.
 
I'll prob port this one over to the new API when I get home later. It's really simple to do, surprised no one else did it already
 
Back
Top