Search found 14 matches

by ytbro00
19 Aug 2017, 00:36
Forum: Macro Plugin
Topic: Can anyone help me with a couple series of Macros?
Replies: 24
Views: 12501

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

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.
by ytbro00
18 Aug 2017, 13:47
Forum: Macro Plugin
Topic: Can anyone help me with a couple series of Macros?
Replies: 24
Views: 12501

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

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 sy...
by ytbro00
18 Aug 2017, 13:44
Forum: Macro Plugin
Topic: Can anyone help me with a couple series of Macros?
Replies: 24
Views: 12501

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

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.
by ytbro00
18 Aug 2017, 11:30
Forum: Macro Plugin
Topic: Can anyone help me with a couple series of Macros?
Replies: 24
Views: 12501

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

Sorry. call x macro x{}? Just started reading the manual. Not really well versed in making macros yet.

log $list
Image
by ytbro00
18 Aug 2017, 11:15
Forum: Macro Plugin
Topic: Can anyone help me with a couple series of Macros?
Replies: 24
Views: 12501

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

Even without the loop and enter this

Code: Select all

automacro StorageGetItems {
   call {
      $list = @Storage(Mace [4])
      do storage get $list
		pause 1
		 storage close
	}
	run-once 1
	}
It still returns a syntax error
[macro] StorageGetItems.call error: error in 3: syntax error
by ytbro00
18 Aug 2017, 06:15
Forum: Macro Plugin
Topic: Can anyone help me with a couple series of Macros?
Replies: 24
Views: 12501

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

Oh right. Sorry did a poor job on editing what I posted on the reply. A little too tired and forgot to post the error as well, but yes the current code does not have a bracket. I edited my post above to reflect that actual one that I currently have. Anyway, even with or without the "if" & "$i" or th...
by ytbro00
18 Aug 2017, 03:57
Forum: Macro Plugin
Topic: Can anyone help me with a couple series of Macros?
Replies: 24
Views: 12501

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

Tried to read up on the macros and checks but it's starting to get too complicated from there. I did a workaround, instead of having them come automatically, I made a macro so that when I trigger a macro on my master, it sends my bots a pm. When they receive the message, they use bwing and proceeds ...
by ytbro00
17 Aug 2017, 11:41
Forum: Macro Plugin
Topic: Can anyone help me with a couple series of Macros?
Replies: 24
Views: 12501

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

Awesome! It works. Thanks a lot, hakore. Tested it a bit, works good still have some minor bugs though. Code below to help other players as well. There are 2 more questions that I'd like to ask regarding this. Both a little connected to each other 1. While testing I came across that the slave would ...
by ytbro00
17 Aug 2017, 08:00
Forum: Macro Plugin
Topic: Can anyone help me with a couple series of Macros?
Replies: 24
Views: 12501

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

No luck. Even if I remove "if" and "$i". It still gives me [macro] dealToMaster.call error: error in 5: syntax error in if statement EDIT: Tried it again. The if condition only works and successfully completes the macro if I input a number less than or equal to the mufflers I have. The number entere...
by ytbro00
17 Aug 2017, 03:28
Forum: Macro Plugin
Topic: Can anyone help me with a couple series of Macros?
Replies: 24
Views: 12501

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

Ok, did so without trying to fix anything in your code at all. It's working and adding it, but right after, it disconnects. Image below the console and error message. EDIT: Actually just saw the comment about the || being &&. The image posted below is the one with ||. Just tried now with && successf...