DarkstarProject / darkstar

DEPRECATED - FFXI Server Emulator - See Project Topaz
https://github.com/project-topaz/topaz
GNU General Public License v3.0
454 stars 549 forks source link

Tractor erases 'BATTLEFIELD' status #4767

Open Wiggo32 opened 6 years ago

Wiggo32 commented 6 years ago

I have:

Client Version (type /ver in game) : 30180203_1

Source Branch (master/stable) : master

Additional Information (Steps to reproduce/Expected behavior) :

  1. Go start a BCNM with a buddy that can cast Tractor and Raise
  2. Die in said BCNM
  3. Have buddy tractor you to safety.
  4. Raise up.
  5. Grats! You can no longer participate in the BCNM.
zynjec commented 6 years ago

If we listen to what wiki's say, this might require some retail research, on the tractor page:

Tractor does not work in some BCNMs.

So we should:

teschnei commented 6 years ago

Battlefield status being reapplied with tractor should be the exact same process as when you log out (or disconnect) in a BCNM and log back. If one's broken, the other may be as well

On Sun, Apr 15, 2018 at 3:21 PM, Zynjec notifications@github.com wrote:

If we listen to what wiki's say, this might require some retail research, on the tractor page http://ffxiclopedia.wikia.com/wiki/Tractor:

Tractor does not work in some BCNMs.

So we should:

  • Verify if this is even true.
  • If true, determine a list of BCNMs that you can/can't tractor.
  • Enable/disable tractor based on findings.
  • Fix BCNM status being reapplied based on findings.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/DarkstarProject/darkstar/issues/4767#issuecomment-381438994, or mute the thread https://github.com/notifications/unsubscribe-auth/ABGI_z1lQ0BGLAm2W_V37rLq_ubJ-rqgks5to7nPgaJpZM4TVG8i .

dcasadevall commented 6 years ago

As far as I know, tractor is available in any BCNM.

Wiggo32 commented 6 years ago

Tractor is not available in some BCNM's but for those of which you are not able to use it, it will simply give you a message that you cannot use it and then not allow you to cast. vs. dsp which allows you to cast and then erases your battlefield status. It would take casting tractor in every single bcnm to prove which ones allow and which ones don't but I have a theory that any battles entered using orbs (beastman/kindred seals etc..) will not allow tractor while the mission type battlefield events will. I have tested this out in 'some' battles but there are so many it will most likely take a lot of time. Regardless, when it is allowed, it should not wipe battlefield status.

Wiggo32 commented 6 years ago

This video has the "No Tractor" message as well as a player DC'ing and reconnecting to the fight: https://www.youtube.com/watch?v=_Tx7fPtT708

TeoTwawki commented 6 years ago

@Wiggo32 do you have the casters side of things? I didn't see the message for tractor because its the dead characters view of things in that video.

Wiggo32 commented 6 years ago

both sides are in that vid https://youtu.be/_Tx7fPtT708?t=758

ffxisf commented 6 years ago

tractor.lua : if (caster:getBattlefield() ~= nil) then target:setPos(caster:getXPos(), caster:getYPos(), caster:getZPos(), 0); end

TeoTwawki commented 5 years ago

Still a problem post BCNM rework? @Wiggo32