Search found 7 matches

by noobie_21
14 Feb 2018, 23:49
Forum: Macro Plugin
Topic: [eventMacros] Help to talk to npc with looped dialogue
Replies: 3
Views: 3956

Re: [eventMacros] Help to talk to npc with looped dialogue

I have managed to make it work with the use of autotalkcont in config.txt, only thing is it doesn't seem to run in auto. I can get it to run by calling the macro on demand and it runs smoothly. Can you please check my automacro conditions if there is something that's preventing it from running autom...
by noobie_21
14 Feb 2018, 04:56
Forum: Macro Plugin
Topic: [eventMacros] Help to talk to npc with looped dialogue
Replies: 3
Views: 3956

Re: [eventMacros] Help to talk to npc with looped dialogue

Im no pro but since I've no idea what you really wanna do I can't give much of thought. Btw, what you mean by efficient? Does your macro have something wrong? Hello, thanks for your response. Efficient by means of coding less and automate the response. What I'm trying to get is to talk to npc with ...
by noobie_21
12 Feb 2018, 23:33
Forum: Macro Plugin
Topic: [eventMacros] Help to talk to npc with looped dialogue
Replies: 3
Views: 3956

[eventMacros] Help to talk to npc with looped dialogue

Firstly, I'm sorry for the wrong post in Git. I thought this forum wasn't active anymore and all moved to Git. This will be a cross-post. I'm still looking for help on having this code to work to talk toan NPC with continuing dialogue, loop count and response instruction is determined by the invento...
by noobie_21
03 Jul 2015, 00:57
Forum: Resolved Questions
Topic: [Help]How to stop brewing while storage is open.
Replies: 7
Views: 7543

Re: [Help]How to stop brewing while storage is open.

or may be u can add this line as a condition for automacro brewBatch so it won't run while storage is open eval !$::storage{opened} && ( $::char->inventory->size() > 0) this worked. please close. thanks for all the replies and effort. just working out some kinks on my macro code and soon to share.
by noobie_21
20 Jun 2015, 01:04
Forum: Resolved Questions
Topic: [Help]How to stop brewing while storage is open.
Replies: 7
Views: 7543

Re: [Help]How to stop brewing while storage is open.

it's still now working, macro brew still overrun the ai. here is my whole macro regarding the issue btw. can you spot my mistake and why my macro behave that way. automacro IsOpened { hook 'packet_storage_open' console /Using storage steps defined in config./ exclusive 1 run-once 1 call { log lockin...
by noobie_21
10 Jun 2015, 13:02
Forum: Resolved Questions
Topic: [Help]How to stop brewing while storage is open.
Replies: 7
Views: 7543

Re: [Help]How to stop brewing while storage is open.

^thank you. ill try it and see how it goes.
by noobie_21
06 Jun 2015, 10:07
Forum: Resolved Questions
Topic: [Help]How to stop brewing while storage is open.
Replies: 7
Views: 7543

[Help]How to stop brewing while storage is open.

hi guys, I've came across some macros about stand-alone brewing that when materials are sufficient, it will brew the desired potion. The problem is, when it comes to autostoraging the macro will always run while the storage is still open, hence it cause error in console on the next autostorage with ...