automacro autostorage {
location aldebaran
weight < 49%
call storage
run-once 1
}
macro storage {
do autostorage
run-once 1
release autostorage
}
autostorage
Moderator: Moderators
-
- Noob
- Posts: 2
- Joined: 23 Nov 2013, 08:14
- Noob?: Yes
autostorage
ist working but with error message about syntax. wots wrong?
-
- Noob
- Posts: 4
- Joined: 19 Nov 2013, 07:49
- Noob?: Yes
Re: autostorage
You don't need macro just to autostorage.
There's already function of it in the config. Just change itemMaxWeight/itemMaxWeight_sellOrStore to 49
There's already function of it in the config. Just change itemMaxWeight/itemMaxWeight_sellOrStore to 49
-
- Noob
- Posts: 2
- Joined: 23 Nov 2013, 08:14
- Noob?: Yes
Re: autostorage
I know, but a want go to town if im overweight and auto storage there.
-
- Noob
- Posts: 4
- Joined: 19 Nov 2013, 07:49
- Noob?: Yes
Re: autostorage
If you set itemMaxWeight_sellOrStore to 49, you'll automatically do autostorage when your weight reach 49% without having to use macro.
-
- Human
- Posts: 20
- Joined: 16 Apr 2008, 02:46
Re: autostorage
All replies are correct, if your autostorage in config.txt are configured, then you shouldn't have this problem.
Some config.txt entries that you might want to look at:
Some config.txt entries that you might want to look at:
Code: Select all
storageAuto 1
storageAuto_npc prt_fild05 290 224
itemsMaxWeight 89
itemsMaxWeight_sellOrStore 49
itemsMaxNum_sellOrStore 99