Bug #2286
Warp to and other 'local' based functions broken with latest update
Description
Functions such as warp to, fleet joining and use of local area data has been affected by EvE changes with the Last update: 2025-02-06.
Nulls are returning.
I am not experienced enough to determine if it is a code change, or just an issue with local/chat and its flow on affect. (https://www.eveonline.com/news/view/building-the-future-with-eve-evolved)
Updated by Dauser about 2 months ago
Me.Fleet:GetMembers[FleetMembers] is not returning any members while in a fleet. Example to test below.
This stop warptofleetmember working.
variable index:fleetmember
FleetMembers variable
iterator FleetMember
FleetMembers:Clear
Me.Fleet:GetMembers[FleetMembers]
FleetMembers:GetIterator[FleetMember]
if ${FleetMember:First(exists)}
{
echo "a fleet member exists"
}
Updated by Dauser about 2 months ago
This now seems to be working as intended.
Issue can be closed.