I'm playing/botting on a server (Dreamer) were autoloot is activated by default. I only want to pick up a certain item only though.
Does anyone know what to do for that?
Here are the macros I've put in my config.txt, but it isn't working.:
macro autoLoot{
do c @aloot clear
release all
}
macro autoLoot{
do c @aloot item 969
release all
}
Autoloot is on by default. How to turn it off?
Moderators: Moderators, Documentation Writers
-
- Noob
- Posts: 2
- Joined: 04 Feb 2013, 14:26
- Noob?: No
-
- Developers
- Posts: 30
- Joined: 18 Sep 2012, 22:27
- Noob?: No
Re: Autoloot is on by default. How to turn it off?
You shouldn't put macros in config.txt, but in macros.txt, and have the macro plugin
http://openkore.com/index.php/Macro_plugin#Installation
http://openkore.com/index.php/Macro_plugin#Installation
-
- Human
- Posts: 48
- Joined: 21 Dec 2012, 07:48
- Noob?: Yes
Re: Autoloot is on by default. How to turn it off?
Hi,
I think you can play around with "pickupitems.txt".
put:
all -1
and other items you want to lot to 0 or 1.
I think you can play around with "pickupitems.txt".
put:
all -1
and other items you want to lot to 0 or 1.
-
- Noob
- Posts: 2
- Joined: 04 Feb 2013, 14:26
- Noob?: No
Re: Autoloot is on by default. How to turn it off?
Already done, but that doesn't turn off @autoloot. It's enabled upon signing in.pl4y8oy wrote:Hi,
I think you can play around with "pickupitems.txt".
put:
all -1
and other items you want to lot to 0 or 1.
Any other idea?
-
- Human
- Posts: 48
- Joined: 21 Dec 2012, 07:48
- Noob?: Yes
Re: Autoloot is on by default. How to turn it off?
try automacro
and everytime you just login (detect based on console text) do the autoloot clear
and everytime you just login (detect based on console text) do the autoloot clear
-
- Moderators
- Posts: 12
- Joined: 18 Feb 2013, 02:32
- Noob?: No
- Location: canisteo, NY
Re: Autoloot is on by default. How to turn it off?
If changing the autoloot in "macro autoLoot{" to automacro does not work there is a VERY nice plugin for autoloot items and changing the autoloot rate on character login called cmdOnLogin. Install TotoiseSVN (needed to download and even update openkore for svn) if you haven't already. Link to it here: http://tortoisesvn.net/downloads.html And then download the plugin. Link to it on the svn here: http://openkore.svn.sourceforge.net/vie ... mdOnLogin/ And a link to a topic explain it and how to use it here: http://forums.openkore.com/viewtopic.php?f=34&t=695 I HIGHLY recommend using this, take all you loot needs away and once you have it installed (its worth all the effort) you wont even have to worry about picking up items again (make zeny faster not wasting time go over to the item and picking it up, also no one sees the bot picking up items at superhuman speed and screams "LOOK! YOU SEE THAT BOT! RIGHT THERE!" *Goes and reports*) XD
Credits to Hakore for making this nice plugin.
Credits to Hakore for making this nice plugin.
-
- Noob
- Posts: 1
- Joined: 07 Feb 2010, 02:49
- Noob?: Yes
Re: Autoloot is on by default. How to turn it off?
In DreamerRO the autoloot is set by default to 100% each time you login. set it with @aloot rate 0. then you can set the items you want to autoloot by @aloot item xxx. xxx=item_id or item_name