View Full Version : ID for ANY item ? ...
hi =)
i wonder if there is a "general item id" which i can insert into a action like this to move ANY item:
fastExiva > 78 48 7E 1F 7C 08 CD 0C 02 47 7E 1F 7C 08 01
"it moves a SPEAR (CD 0C) from 32328,31775,8 to 32329,31775,8"
as said ... is there maybe an id XX XX which can be used to move move ANY item ?
i tested 00 00 , because thats the ID set in the Trainer to "pick any" .. but that doesnt work
ideas / knowledge ? =D
Should work... Not really tested exiva check yet except the important thing which I will show later, and used the $lastcheckresult$ to open doors. :p
fastExiva check 32328,31775,8
waitX 1
IfTrue ($lastchecktileid$#string<>#CD 0C) Goto $nlineoflabel:nospearstomove$
:spearstomove
fastExiva > 78 48 7E 1F 7C 08 CD 0C 02 47 7E 1F 7C 08 01
waitX 1
fastExiva check 32328,31775,8
waitX 1
IfTrue ($lastchecktileid$#string=#CD 0C) Goto $nlineoflabel:spearstomove$
:nospearstomove
Will take forever to move alot of spears but no way to tell amount tho, the client used to send hex 64 (100) but now you need exact amount. Sorry.
first of all thx for fast reply :)
but thats not exactly what im tryin to find ... its not about the ammount of spears than rather a possible fixed hex which
is able to move any item laying on that specific tile ...
for example
fastExiva check 32328,31775,8
waitX 1
IfTrue ($lastchecktileid$#string<>#CD 0C) Goto $nlineoflabel:removeitemfromtile$
waitx 1
....
....
:removeitemfromtile
fastExiva > 78 48 7E 1F 7C 08 -->CD 0C<-- 02 47 7E 1F 7C 08 01
...
so that it moves ANY item, no matter what id, not the spears ... the moving ammount of only 1 by 1 is not the matter
ty anyway :)
Oh, got it now lol. Like wanna move any crap to/from lootbag? just loop checks and movehex xD
well, i tried it out, but somehow the checkvalue of $lastcheckid§ is not refreshed ... the value stays that of the first item
(e.g. CD 0C) i did check.
i checked the other item manually and still no change (still CD 0C) .. i did let it do by the bot again and then it worked ... tried again didnt work ..
but well gonna test that further lateron.
thx for helping =)
Tell me more about what it is you want to do. Why do you want to move anything?
Powered by vBulletin® Version 4.2.5 Copyright © 2021 vBulletin Solutions Inc. All rights reserved.