Search found 2 matches

by ruov
09 Sep 2011, 16:05
Forum: Development Help
Topic: Error in modified storage process
Replies: 4
Views: 6333

Re: Error in modified storage process

Storage opened. Storage logged Disconnecting (202.57.117.125:5000)...disconnected Looks like a wrong or buggy serverType. I think it's not. I have mine set so that every time it finishes auto-storing, it reconnects automatically. I'm trying to come up with a macro instead. Will keep you posted.
by ruov
18 Aug 2011, 00:08
Forum: Development Help
Topic: Error in modified storage process
Replies: 4
Views: 6333

Re: Error in modified storage process

I used this code for the Misc.pm for my bot to automatically recognize any card and not store it. I got it from EternalHarvest from this thread: http://forums.openkore.com/viewtopic.php?f=37&t=14974 my $control = $items_control{lc($name)} || $items_control{all} || {}; $control->{storage} = 0 if $nam...