Log in

View Full Version : ID for ANY item ? ...



Paddy
03-05-2012, 21:30
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

Malmis
03-05-2012, 23:50
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.

Paddy
03-06-2012, 00:42
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 :)

Malmis
03-06-2012, 01:31
Oh, got it now lol. Like wanna move any crap to/from lootbag? just loop checks and movehex xD

Paddy
03-08-2012, 00:10
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 =)

Malmis
03-08-2012, 00:13
Tell me more about what it is you want to do. Why do you want to move anything?