Page 3 of 3

Re: Can anyone help me with a couple series of Macros?

Posted: 18 Aug 2017, 11:57
by Mortimal
OMG MAN DO STORAGE CLOSE

Code: Select all

automacro StorageGetItems {
   call sgi
   run-once 1
   }

macro sgi{
      $list = @Storage(Mace [4])
      do storage get $list
      pause 1
      do storage close
   }
i thought mistake was with taking items x)

Re: Can anyone help me with a couple series of Macros?

Posted: 18 Aug 2017, 13:44
by ytbro00
The above code doesn't work either

EDIT: Got it to work. Will post my code after testing to be used as reference for other people. Thanks, hakore and Mortimal.

Re: Can anyone help me with a couple series of Macros?

Posted: 18 Aug 2017, 13:47
by ytbro00
Mortimal wrote:OMG MAN DO STORAGE CLOSE
My previous code did have storage close. I did not put storage close because I am currently testing it and would like to avoid me having to loop open and close it for 60z each time. Which is why I am reloading the macro. Either way with or without it, it is still showing syntax errors.

In my previous statement, the problem was it takes the items. it would get the error. With or without do storage close.

Update: Testing to see if everything is working fine.

Re: Can anyone help me with a couple series of Macros?

Posted: 18 Aug 2017, 19:01
by Mortimal
it doesnt work.... it shows errors.... are u Nigma and we are Batman? Show logs!

Re: Can anyone help me with a couple series of Macros?

Posted: 19 Aug 2017, 00:36
by ytbro00
Mortimal wrote:it doesnt work.... it shows errors.... are u Nigma and we are Batman? Show logs!
Dude. Why the hell aren't you reading most of the text after the first line???
EDIT: Got it to work. Will post my code after testing to be used as reference for other people. Thanks, hakore and Mortimal.