Search found 192 matches

by gamenikko
22 Feb 2013, 08:56
Forum: Macro Plugin
Topic: [Macro] How can I trigger "inventory" properly?
Replies: 4
Views: 7034

Re: [Macro] How can I trigger "inventory" properly?

I really dont know if this will work, never tested it yet but you can give it a try, sorry :P and yeah, sometimes macro plugin does trigger false at inventory parameters. automacro check { timeout 180 call { if ( checkInvBG() != 1 ) { #gemstones are out, initating auto-buy call buyGem; } } } sub che...
by gamenikko
22 Feb 2013, 08:40
Forum: Macro Plugin
Topic: [need help] Alberta Daily Quest for Valkyrie Server pRO
Replies: 4
Views: 4842

Re: [need help] Alberta Daily Quest for Valkyrie Server pRO

dont use same account while playing and botting.
by gamenikko
18 Feb 2013, 03:14
Forum: iRO
Topic: IRO classic Portals.txt & PortalsLOS.txt
Replies: 1
Views: 3908

Re: IRO classic Portals.txt & PortalsLOS.txt

check if you have:

Code: Select all

route_randomWalk 1
if you don't, then set it.
by gamenikko
17 Feb 2013, 14:52
Forum: pRO
Topic: Inventory Control Problems
Replies: 1
Views: 2142

Re: Inventory Control Problems

post it in bugs and reports section,
by gamenikko
17 Feb 2013, 14:49
Forum: pRO
Topic: New tables/pro/items.txt
Replies: 0
Views: 3043

New tables/pro/items.txt

------------------------------ Nothing, I just noticed that our: items.txt and itemsdescriptions.txt our outdated :? download this : https://sites.google.com/site/sharebiter/home/downloads/feb18%2C2013-items.txt%20and%20desc.zip?attredirects=0&d=1 and extract and copy file to: tables/pRO just replac...
by gamenikko
15 Feb 2013, 10:33
Forum: Macro Plugin
Topic: Need Help ANti Police macro / plug in
Replies: 1
Views: 1975

Re: Need Help ANti Police macro / plug in

look at other plugins section.
by gamenikko
10 Feb 2013, 07:36
Forum: Discussion
Topic: Dead Community?
Replies: 8
Views: 5055

Re: Dead Community?

Well apparently people don't get paid for answering some newb questions that are already answered.
Spoon-feeding is the worst habit to develop.
by gamenikko
20 Jan 2013, 10:26
Forum: pRO
Topic: Bot goes to Kafra for autostorage every single time
Replies: 5
Views: 4059

Re: Bot goes to Kafra for autostorage every single time

NiTRO106 wrote:@klawding

try to modify this in your items_control.txt

Code: Select all

Yellow Potion 0 0 0
i did not try the one your configuration first but i think my configuration that i posted today is working. just try it.
Ow I didn't noticed your items_control.txt config, yeah just follow NiTRO106's post.
by gamenikko
20 Jan 2013, 06:37
Forum: pRO
Topic: Bot goes to Kafra for autostorage every single time
Replies: 5
Views: 4059

Re: Bot goes to Kafra for autostorage every single time

What version are you using? Try checking your inventory maybe it returns "No Inventory"
by gamenikko
12 Jan 2013, 10:56
Forum: Resolved Questions
Topic: Alternative to sleep?
Replies: 8
Views: 6548

Re: Alternative to sleep?

However, you would never want to pause one of the main loops (it would cause some major issues such as lack of responsiveness etc. So "pausing" isn't really an option. Yeah I mean I need and event_loop that could be easily used, by the way what I'm trying to do is to add some delay so the bot won't...