Welcome, Guest
Please Login or Register.    Lost Password?

Fleet mode advert renewal.
(1 viewing) (1) Guest
Go to bottomPage: 12345678...10
TOPIC: Fleet mode advert renewal.
#40358
Fleet mode advert renewal. 6 Years, 11 Months ago Karma: 10
Is there a way to adjust the booster algorithm to chose 'YES recreate fleet advert' when the booster is the last man standing?

Because right now it chooses no. So there is some part of the script that tells it to do that.
Minesalot
Expert Boarder
Posts: 236
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2016/06/26 20:50 By Minesalot.
The administrator has disabled public write access.
 
#40678
Re: Fleet mode advert renewal. 6 Years, 11 Months ago Karma: 10
If that proves to be difficult, how do I go about changing the booster algorithm to close the eve client when the fleet is empty? In order to make commander redo the fleet.

edit: I'll poke around to see if i can get it done.
Minesalot
Expert Boarder
Posts: 236
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2016/07/14 16:56 By Minesalot.
The administrator has disabled public write access.
 
#40688
Re: Fleet mode advert renewal. 6 Years, 11 Months ago Karma: 5
Pronator
Expert Boarder
Posts: 364
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2017/01/13 12:37 By Pronator.
The administrator has disabled public write access.
 
#40694
Re: Fleet mode advert renewal. 6 Years, 11 Months ago Karma: 803
In principle we can do this as a default behavior for booster.
Slav2
Admin
Posts: 16452
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
Send logs to my mail - with subject 'log files' to pass spam filter.
How to record logs in knowledge base
 
#40705
Re: Fleet mode advert renewal. 6 Years, 11 Months ago Karma: 33
And if not fleet booster, and they get the popup, leave fleet?
innominate
Gold Boarder
Posts: 632
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#40707
Re: Fleet mode advert renewal. 6 Years, 11 Months ago Karma: 803
Ultimate solution is to create some sort of a webservice to make fleet mode available from different machines.
Fleet commander should send a message to other members that fleet was recreated. I use simple class to describe fleet now

Code:


public class Fleet
{
    public Int32 CreationTime; //property of a particular fleet
    public bool FleetMemberJoined; //necessary flag if fleet commander is also a miner and need bonuses
    public Int32 JoinTime; //member can compare his time with fleet creation time to understand that newer fleet exists
}



Any suggestions how to do this?
Slav2
Admin
Posts: 16452
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
Send logs to my mail - with subject 'log files' to pass spam filter.
How to record logs in knowledge base
 
Go to topPage: 12345678...10
Moderators: Slav2
© Macro Laboratory 2023
All rights reserved!
Design by Ivan Kozyrin