Search found 4 matches

by exvee
29 Aug 2017, 10:33
Forum: iRO
Topic: disable level up message log on terminal console
Replies: 6
Views: 6455

disable level up message log on terminal console

is there any way to disable this ? Unknown #4436871 unknown unit_levelup effect (8) Unknown #5353101 gained a level! Unknown #5353101 gained a job level! i've been playing around with squelch domain, but cant find right setting to disable this message. my current config verbose 0 showDomain 1 showDo...
by exvee
05 Jun 2017, 22:31
Forum: Resolved Questions
Topic: question about : hook vending_item_sold
Replies: 3
Views: 3975

Re: question about : hook vending_item_sold

automacro soldout { hook vending_item_sold save number save amount save vendArticle call { log vendShopIndex $.hooksave0 amount $.hooksave1 vendArticle $.hooksave2 } } [b][Jun 6 09:25:23 2017.73] sold: 2 - Flower 4z[/b] [Jun 6 09:25:23 2017.36] [macro] $args->{number} does not exist [Jun 6 09:25:23...
by exvee
31 May 2017, 02:38
Forum: Resolved Questions
Topic: question about : hook vending_item_sold
Replies: 3
Views: 3975

question about : hook vending_item_sold

hi, i'm trying to make plugin that notify me if my vending item sold, so far i found hook/function in openkore that suit my needs https://github.com/OpenKore/openkore/blob/8075c681353bc53aed16e32eb64c241ac0405551/src/Network/Receive/ServerType0.pm # Your shop has sold an item -- one packet sent per ...