Discovery Gaming Community

Full Version: [FLHook] Autobuy of JD batts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
====================
Type: Systems
Bug: Autobuy for jump drive bats is missing
====================

Missing feature for auto buying of jump drives batteries.
It would be nice having it if ship has one of the human JDs(MK2,MK3,MK4) installed.

if inserted
/autobuy all on
or
/autobuy jd on
to have auto buying human jd bats when docking.
This sounds like a feature request rather than a bug report Smile
Bureaucracy going through feature request would be too long Wink
Coming from bug side makes it more simplified.

it looks to be just adding next strings to autobuy.cfg, easy enough implementation Wink

item = dsy_hspace_jump_drive_1, mine01_mark01_ammo
item = dsy_hspace_jump_drive_2, mine01_mark01_ammo
item = dsy_hspace_jump_drive_3, mine01_mark01_ammo

checked in local server. Cloak and JD bats were not conflicting.
Small issue that it's attached to the same /autobuy cloak on
But since it's attached to equipment presence and ammunition is not getting lost during death, nobody would experience problems with it.
any future update on how it would be resolved? Shall I send a player request for it being considered for implementation?
You should since it is the proper process for such, as pointed out by .

<3
Player request was submited a long time ago.
Reminding that solution in form of just adding 3 lines to config file is already given to you.
Surely for a month it is possible to decide, adding 3 lines to notepad file or not.
DEV LINK

It's still in the feature request forum, among many other requests. I'll ask if it's a dilemma.
few weeks later reminding, that all it takes, just adding next lines

Code:
item = dsy_hspace_jump_drive_1, mine01_mark01_ammo
item = dsy_hspace_jump_drive_2, mine01_mark01_ammo
item = dsy_hspace_jump_drive_3, mine01_mark01_ammo

to autobuy.cfg file.

[Image: wd3q5Muq2_nq9ZN0hM_Eq725-UhMlErvFrS6JJdT...nOdxYAPDVQ]
Pages: 1 2