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

zaprecord2 - fixed

Thank you! Only thing i found wrong was that the saved file after has a max level of 91 so you need to manually change that to 101.
 
I get a list of Compiler Errors when I put your zip into the Plug-in folder.

Code:
Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Plugins\ZapRecorder\ZapPlugin.cs(32,30) : error CS0115: 'ZapRecorder2.ZapPlugin.Initialize()': no suitable method found to override
Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Plugins\ZapRecorder\ZapPlugin.cs(79,30) : error CS0115: 'ZapRecorder2.ZapPlugin.Dispose()': no suitable method found to override
 
You've downloaded the wrong version or updated from the svn. Unless BadWolf makes updates the version in the thread and svn are broken.

I get a list of Compiler Errors when I put your zip into the Plug-in folder.

Code:
Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Plugins\ZapRecorder\ZapPlugin.cs(32,30) : error CS0115: 'ZapRecorder2.ZapPlugin.Initialize()': no suitable method found to override
Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Plugins\ZapRecorder\ZapPlugin.cs(79,30) : error CS0115: 'ZapRecorder2.ZapPlugin.Dispose()': no suitable method found to override
 
Thanks for making this work again , i was using thetramperrecorder but .
Not liking it !
 
I can't get test profile to work, everything else works flawlessly.
A++
 
awsome thnx i stil need it to lvl my proffession thnx for this could u explain me how u updated it for the new wod patch then i could do it my self once it need an update again?
 
Last edited:
Is it possible to convert a gb profile you create to a grind profile?

Yes, you just need to take the hotspots and put them in a grind profile template

Code:
<HBProfile>
    <Name></Name>
    <MinDurability>0.2</MinDurability>
    <MinFreeBagSlots>2</MinFreeBagSlots>

    <MinLevel>1</MinLevel>
    <MaxLevel>101</MaxLevel>

    <MailGrey>False</MailGrey>
    <MailWhite>True</MailWhite>
    <MailGreen>True</MailGreen>
    <MailBlue>True</MailBlue>
    <MailPurple>True</MailPurple>

    <SellGrey>True</SellGrey>
    <SellWhite>False</SellWhite>
    <SellGreen>False</SellGreen>
    <SellBlue>False</SellBlue>
    <SellPurple>False</SellPurple>

	
    <Vendors>
	</Vendors>
	
	<Mailboxes> 
	</Mailboxes>
	<TargetElites>False</TargetElites>
	<AvoidMobs>
		<Mob Name="Plaguehound Runt" Entry="8596" />
	</AvoidMobs>
	
	<Blackspots>	</Blackspots>
   
   
    <GrindArea>
	    <Factions></Factions>
		<TargetMinLevel>1</TargetMinLevel>
		<TargetMaxLevel>101</TargetMaxLevel>
		<Hotspots>
			<!-- taken from gather -->
        </Hotspots>
    </GrindArea>
	
</HBProfile>
 
@xsol Excellent! I've never created a profile so I was thinking I could do that but now I know for sure!!! Thanks again.
 
Back
Top