Hello
Im using the Deldrimor, Asura, Vanguard and Norn bots.
I have the outposts, the id wasnt wrong and headers for MAP_Travel are the right ones... The problem was too stupid... i just had to change the Game Language from German to English and afterwards everything worked out fine (well,... except for the sell function the bot idents all items in my bags but isnt able to sell them)
Thank you for your quick answer! Maybe you have an idea why the bot doesnt sell the items?
is he going to the merchant? if not maybe this is the prob, if he go too Merchant than maybe the bot have no real sell function
an example
Code:
Sell(1)
Sell(2)
Sell(3)
Sell(4)
Func Sell($BAGINDEX)
Local $AITEM
Local $BAG = GETBAG($BAGINDEX)
Local $NUMOFSLOTS = DllStructGetData($BAG, "slots")
For $I = 1 To $NUMOFSLOTS
$AITEM = GETITEMBYSLOT($BAGINDEX, $I)
If DllStructGetData($AITEM, "Id") == 0 Then ContinueLoop
If CANSELL($AITEM) Then
Out("Selling item: " & $BAGINDEX & ", " & $I)
SELLITEM($AITEM)
EndIf
Sleep(GetPing()+250)
Next
EndFunc
and some more func u need if the bot dont sell items
Quote:
Originally Posted by Marcoskrome
well i'm not forcing you to do anything, was just a question xD
if you want to do it or not is your choice
yes I can do it was just fun, because some want to update anything or not really help to update, I also need help with a thing namely traderbuy and trader sell to update Unfortunately, I do not know everything .. and help well, some want stop not for whatever reason
is he going to the merchant? if not maybe this is the prob, if he go too Merchant than maybe the bot have no real sell function
an example
Code:
Sell(1)
Sell(2)
Sell(3)
Sell(4)
Func Sell($BAGINDEX)
Local $AITEM
Local $BAG = GETBAG($BAGINDEX)
Local $NUMOFSLOTS = DllStructGetData($BAG, "slots")
For $I = 1 To $NUMOFSLOTS
$AITEM = GETITEMBYSLOT($BAGINDEX, $I)
If DllStructGetData($AITEM, "Id") == 0 Then ContinueLoop
If CANSELL($AITEM) Then
Out("Selling item: " & $BAGINDEX & ", " & $I)
SELLITEM($AITEM)
EndIf
Sleep(GetPing()+250)
Next
EndFunc
and some more func u need if the bot dont sell items
yes I can do it was just fun, because some want to update anything or not really help to update, I also need help with a thing namely traderbuy and trader sell to update Unfortunately, I do not know everything .. and help well, some want stop not for whatever reason
so now Vaettir Ident_Sell_Storegoldis upload i test it and he store all my golditems
klick in checkbox if u want store golditems or not, he ident and sell purple items after store gold items. he load now skillbar cause he dont do it before.
hope no problems and u all happy now.
is he going to the merchant? if not maybe this is the prob, if he go too Merchant than maybe the bot have no real sell function
an example
Code:
Sell(1)
Sell(2)
Sell(3)
Sell(4)
Func Sell($BAGINDEX)
Local $AITEM
Local $BAG = GETBAG($BAGINDEX)
Local $NUMOFSLOTS = DllStructGetData($BAG, "slots")
For $I = 1 To $NUMOFSLOTS
$AITEM = GETITEMBYSLOT($BAGINDEX, $I)
If DllStructGetData($AITEM, "Id") == 0 Then ContinueLoop
If CANSELL($AITEM) Then
Out("Selling item: " & $BAGINDEX & ", " & $I)
SELLITEM($AITEM)
EndIf
Sleep(GetPing()+250)
Next
EndFunc
and some more func u need if the bot dont sell items
Yes, he moves to the merchant, idents all items, in the GUI i can see that he wants to sell but he does not. Afterwards the bot start the next run.
I found this:
Sell(1)
Sell(2)
Sell(3)
Sell(4)
in the Code. The other other part not.
Maybe you can check it in the uploaded Vanguard Farming bot? Should be the same for the Norn, Deldrimor, Asura and Ferndale bot... I have the issue with all of them... just identifiing but not selling the items :/
Yes, he moves to the merchant, idents all items, in the GUI i can see that he wants to sell but he does not. Afterwards the bot start the next run.
I found this:
Sell(1)
Sell(2)
Sell(3)
Sell(4)
in the Code. The other other part not.
Maybe you can check it in the uploaded Vanguard Farming bot? Should be the same for the Norn, Deldrimor, Asura and Ferndale bot... I have the issue with all of them... just identifiing but not selling the items :/
Yes, he moves to the merchant, idents all items, in the GUI i can see that he wants to sell but he does not. Afterwards the bot start the next run.
I found this:
Sell(1)
Sell(2)
Sell(3)
Sell(4)
in the Code. The other other part not.
Maybe you can check it in the uploaded Vanguard Farming bot? Should be the same for the Norn, Deldrimor, Asura and Ferndale bot... I have the issue with all of them... just identifiing but not selling the items :/
Thank you for your quick response
please share if you have a fix for sell, much appreciated
Hello
Im using the Deldrimor, Asura, Vanguard and Norn bots.
I have the outposts, the id wasnt wrong and headers for MAP_Travel are the right ones... The problem was too stupid... i just had to change the Game Language from German to English and afterwards everything worked out fine (well,... except for the sell function the bot idents all items in my bags but isnt able to sell them)
Thank you for your quick answer! Maybe you have an idea why the bot doesnt sell the items?
Meaning change language in game or change language in script?
Quote:
Originally Posted by NiliyaFlamme
so now Vaettir Ident_Sell_Storegoldis upload i test it and he store all my golditems
klick in checkbox if u want store golditems or not, he ident and sell purple items after store gold items. he load now skillbar cause he dont do it before.
hope no problems and u all happy now.
Happy Botting
Yours sincerely: NiliyaFlamme
Is there a link to the Leech Bot you can select at the bottom of the GUI? just curious. i cant find anything.. at least using the search button
Thanks works well, can one adjust that he event objects collects
Quote:
Originally Posted by NiliyaFlamme
so now Vaettir Ident_Sell_Storegoldis upload i test it and he store all my golditems
klick in checkbox if u want store golditems or not, he ident and sell purple items after store gold items. he load now skillbar cause he dont do it before.
hope no problems and u all happy now.
Thanks works well, can one adjust that he event objects collects
Edit vaettir.au3
here, u can enable/disable the pickup function for main item as golds, purple etc..
Quote:
; Checks if should pick up the given item. Returns True or False
Func CustomCanPickUp($aItem)
Local $lModelID = DllStructGetData(($aItem), 'ModelId')
Local $aExtraID = DllStructGetData($aItem, 'ExtraId')
Local $lRarity = GetRarity($aItem)
Local $Requirement = GetItemReq($aItem)
If ($lModelID == 2511) Then
If (GetGoldCharacter() < 99000) Then
Return True ; gold coins (only pick if character has less than 99k in inventory)
Else
Return False
EndIf
ElseIf ($lModelID == $ITEM_ID_Dyes) Then ; if dye
If (($aExtraID == $ITEM_ExtraID_BlackDye) Or ($aExtraID == $ITEM_ExtraID_WhiteDye)) Then ; only pick white and black ones
Return True
EndIf
ElseIf ($lRarity == $RARITY_Gold) Then ; gold items
Return False
ElseIf ($lRarity == $RARITY_Purple) And $PickUpAll Then ; purple items
Return False
ElseIf ($lRarity == $RARITY_Blue) And $PickUpAll Then ; purple items
Return False
ElseIf($lModelID == $ITEM_ID_Lockpicks) Then
Return True ; Lockpicks
ElseIf($lModelID == $ITEM_ID_Glacial_Stones) Then
Return False ; glacial stones
ElseIf CheckArrayPscon($lModelID) Then ; ==== Pcons ==== or all event items
Return True
ElseIf CheckArrayMapPieces($lModelID) Then ; ==== Map Pieces ====
Return $PickUpMapPieces
ElseIf ($lRarity == $RARITY_White) And $PickUpAll Then ; White items
Return False
Else
Return False
EndIf
EndFunc ;==>CustomCanPickUp
For event item, victory tokens are on the list but all event items also.. don't worry
yes I can do it was just fun, because some want to update anything or not really help to update, [...] some want stop not for whatever reason
I feel that this is meant for me, I just want to say that I give away bots that havn't been updated for like 6 to 8 years (and loose hours updating them because there is between 1 to 10functions that not work) and just don't wanna be quoted without a hello or a please for an update even if I'm don't have any clue of what they are speaking about, you give many to this community and I thank you for this but I'm not as kind as you, I give scripts that barely works because they are old, i'm not here to give a 24/7 bot as I'm oftenly in front of my PC.
Also, the Vaettir bot sell+ident you give is not 24/7 as well. It crash every hour or die (as the basic bot don't) and I just try to find the problem before saying anything because I'm not a basic downloader and try to find the problem.
EDIT : Seems that you've made a stong work on your last Vaettir bot realease, does not crash as earlier but it does pick up the mesmer tomes (I updated my version to not do this but if players that does not have any knowledge in botting/development can't change this even if it is a true to a false update)
well idk i have no probles with the bots xD
disable render and go xD. and he pick up mes tomes ? it is a problem ? hmm idk .. xD .
So, what I want to say is that some people do not know how to encode or fix bots and need help, but people who code a bit can help a bit then stop and say, fix it yourself but explain it not how it works. probably those who want to be able to coden more gratitude but what do you expect? a kneel? donation of several euros? I can not understand. I help as well as I can but I binn no profi coder and also need help with some things. *it should not be against you personally but generally speaking.
Last Chaos GuardianS - New 2019 Server (Opening 12 January 2019) 01/27/2019 - Last Chaos Private Server - 180 Replies https://www.youtube.com/watch?v=kCfwdUoPHu0
Website Coming Soon
Server Information
Start level :1
Max level:165
Experience:x2
Skill Points:x3