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

[PB] advanced TSM AH bot profile

If you mean the update, HB is still down, I'm waiting for it to be updated.

About the /click macro, do the edit I've posted above, plus modify these lines also:

Code:
			btn:SetScript("OnMouseUp", function(self, button)
					UnlockAllHighlight()
					self:LockHighlight()
					private:OnSidebarButtonClick(mode, button)
				end)

to

Code:
			btn:SetScript("OnClick", function(self, button)
					UnlockAllHighlight()
					self:LockHighlight()
					private:OnSidebarButtonClick(mode, "LeftButton")
				end)


made this chance ... working great ... but 2 minor problem...
1. the right click future is now disable. TSM have some custom post and custom cancel option if you right click the post / cancel buttons but now is not working whit your edit.
2. the afk system. is asking you if your a humman or a bot :D

Thanks for the edit again.
 
Last edited:
Any luck with this ever working with the newer tsm would be great. ^.^
 
any news on this with the new Devs release? i need an AH working BOT ASAP
 
the profile works kinda... the problem ist the updated TSM. Subroutines DOPost and DoCancel with the Lua.DoString(AH_PostAuctions) and Lua.DoString(AH_CancelAuctions) no longer work.

i have no idea where to check for those lua things to update the profile. -- i will take a look at the addon
 
the profile works kinda... the problem ist the updated TSM. Subroutines DOPost and DoCancel with the Lua.DoString(AH_PostAuctions) and Lua.DoString(AH_CancelAuctions) no longer work.

i have no idea where to check for those lua things to update the profile. -- i will take a look at the addon

top problem is antibot crap, edited tsm posting ok with click macros
 
Professionbuddy seems to work somewhat now so what do I need to do to get the working on the newer TSM?
 
Downloaded it 3 hours ago and editet the 2 parts glvtron mentioned before and posting/canceling works.

But how to remove the HUMAN query
 
Updated post #6 , you need to replace IsScanningPB, 2 occurences with IsScanningPBT in the .xml profile

Will post the updated .bat file in a few days....

Also, let me note 0.12 is buggy, will post fix soon also...
 
Seems that it doesnt work.
I used v11 and v12

My toon imitates GreedyScan but its DISABLED?!?
My toon posts/cancels ~15-20 auctions and the runs back to the mailbox.

I fresh installed TSM newest version today
I fresh installed the both TSM profiles from the 1st post
I manually changed the code u mentioned in post #6
I also changed in the TSM profiles .xml "IsScanningPB" -> "IsScanningPBT" u mentioned in post #357
I tried it with and without the .bat file - i know its an old file that did the same what you say i post #6

There is also an error, dunno if that belongs to this profile here or smth else:

ERRORBOB said:
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei Styx.Bot.CustomBots.CombatBot.CreateCombatBehavior()
bei Styx.Bot.CustomBots.CombatBot.get_Root()
bei HighVoltz.Composites.PbRootComposite.set_SecondaryBot(BotBase value)
bei HighVoltz.Professionbuddy.Init()
 
Last edited:
Back
Top