Help with a MACRO.

Share your guides, how-tos, FAQs, and so forth. This is not for support -- post questions in General Discussion.
Post Reply
User avatar
Amen-hotep
Posts: 48
Contact:

Help with a MACRO.

Post by Amen-hotep »

I want to automate whenever there is 1kk inside a specific bag inside the bank, identify and say: check 1000000

I have tried several ways, but something is wrong with my macro.

Code: Select all

while findtype 0xeed '0' '0x44f0734d' '1000000' '0'
msg 'check 1000000'
endwhile
BAG ID(serial)= 0x44f0734d
* Gold bag is inside the bank.
Discord: Wallace#0851
Facebook: https://www.facebook.com/wallace.personal
Image
User avatar
MMMartin
Posts: 1219

Re: Help with a MACRO.

Post by MMMartin »

i think you need loading bag content frst,

while... find bag,
useobiect fond
pause....

after opened you can use this second command with gold check, aswell you dont need actualy checking if you have 1kk, juck make when recall in back to bank add one line
msg 'check 1000000'

xD it will work when 1kk and just will ignore if you dont have 1kk xD

well, you dont need know anything, you dont need even open back, just write check 1.000.000 and it will do all work for you
Post Reply