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

[PB] advanced TSM AH bot profile

but Professionbuddy isnt on HB yet how are ya guys runing it then? or ya guys dowloaded it and add it to hb? .. plz explain and link if needed guys plz i really need a working bot ah
 
Re-installed TSM without deleting my settings and re-dowloaded .11 and .12 and the probleme persists.
My toon actions like GreedyScan is enabled but its disabled and my problem with the GreedyScan was some time ago, when it is enabled then my toon starts posting/canceling and in range of 15-25 auction scaned he aborts and runs to mailbox.

There is a LUA error too:

PHP:
function Post:isScanningPBT()
	return isScanning
end

Thats in CancelScan.lua

Code:
Date: 09/13/12 08:52:20
Message:  ...s\TradeSkillMaster_Auctioning\modules\CancelScan.lua:366: attempt to index global 'Post' (a nil value)
Stack:

//edit
Now i tried it on another computer and now it works!
ProfessionBuddy latest update from SVN
HonorBuddy latest update
.11 version of this TSM Profile
No GreedyScan imitating
Regardless if its deDE or enGB
OH and forgot... seems he was posting in an empty auctionhouse which never worked before!
 
Last edited:
Which version of TSM do I need for this to work? tsm has updated to 1.5 and auctioning is 1.2.9
 
Re-installed TSM without deleting my settings and re-dowloaded .11 and .12 and the probleme persists.
My toon actions like GreedyScan is enabled but its disabled and my problem with the GreedyScan was some time ago, when it is enabled then my toon starts posting/canceling and in range of 15-25 auction scaned he aborts and runs to mailbox.

There is a LUA error too:

PHP:
function Post:isScanningPBT()
    return isScanning
end

Thats in CancelScan.lua

Code:
Date: 09/13/12 08:52:20
Message:  ...s\TradeSkillMaster_Auctioning\modules\CancelScan.lua:366: attempt to index global 'Post' (a nil value)
Stack:

//edit
Now i tried it on another computer and now it works!
ProfessionBuddy latest update from SVN
HonorBuddy latest update
.11 version of this TSM Profile
No GreedyScan imitating
Regardless if its deDE or enGB
OH and forgot... seems he was posting in an empty auctionhouse which never worked before!

does tsm asking about u bot or human?
 
[/CODE]
Note: Here lies one of the backdraws of doing this modify, is that you lose the ability to do a right click custom-scan.
[*]Delete the red colored part
Code:
	return TSM.db [COLOR="#FF0000"]and tonumber(select(3, strfind(debugstack(), "([0-9]+)"))) == private.num[/COLOR]
like this
Code:
	return TSM.db
[/LIST]

did this in the TSM version 1.5 and then right click option still not working. But thx for the other edits.
 
after some time i noticed, that addon only post but not canceling, when i click manualy on cancel button, its still posting, is that me or someone got same error?
 
OMG

I made a mistake :E

TradeSkillMaster_Auctioning/modules/CancelScan.lua

Add these lines to the bottom of the file
Code:

PHP:
    	function Cancel:isScanningPBT()
    		return isScanning
    	end

I addet

PHP:
function POST:isScanningPBT()
    		return isScanning
    	end
to the CancelScan.lua

What happened?
My toon ran away to mailbox during canceling process and acts like GreedyScan is enabled :e
 
Last edited:
can anyone update is TSM files with all the adds done plz? i dont know how to make it plz someone help to put this to work plz
 
No he cant because the TSM devs are watching. Just follow the instructions on the first page here and it should work if you edited everything correctly. And dont forget your F1 & F2 macro.http://www.thebuddyforum.com/honorb...b-advanced-tsm-ah-bot-profile.html#post498307


well ya can send in private idd xD .. well i have it working kind off.. the problem is he dont finish to post all the actions.. he does the cancel well.. but when he is posting he only post like 5-10 autcions then HB says : posting finished starting next cicle in .. Any clue why is making this? i have greedyscan off
 
well ya can send in private idd xD .. well i have it working kind off.. the problem is he dont finish to post all the actions.. he does the cancel well.. but when he is posting he only post like 5-10 autcions then HB says : posting finished starting next cicle in .. Any clue why is making this? i have greedyscan off


note: on the cancel lua and post lua i only edited the "T" in boths .xml.. is that correct or do i have to add the full Code under the same code that is there?
 
Post #6 says what u have to do and u have to edit the "T" in the TSM profile
 
Back
Top