The Last Dance II: The Show Must Go On

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » FFXI » Jobs » Dancer » The Last Dance II: The Show Must Go On
The Last Dance II: The Show Must Go On
First Page 2 3 ... 13 14 15 ... 80 81 82
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6137
By Lakshmi.Byrth 2015-06-30 08:15:24
Link | Quote | Reply
 
That's your problem. Do it the way Skudo did it.

Skudo's way gives +/-1 second duration, in my experience.
 Asura.Sechs
Online
Server: Asura
Game: FFXI
user: Akumasama
Posts: 9893
By Asura.Sechs 2015-06-30 08:33:13
Link | Quote | Reply
 
I'll perform the test again later and doublecheck with timestamps then.
 Asura.Sechs
Online
Server: Asura
Game: FFXI
user: Akumasama
Posts: 9893
By Asura.Sechs 2015-06-30 13:06:03
Link | Quote | Reply
 
Chocobo Jig, Maxixi Toeshoes +1 only.
1) xx:53:54 - xx:56:37 => 2'43" => ~43" bonus
2) xx:58:45 - xx:01:28 => 2'43" => ~43" bonus
3) xx:02:17 - xx:05:00 => 2'43" => ~43" bonus


Looks pretty solid. It's not the expected 48 value that we're supposed to be getting from a 40% duration bonus tho.



Edit:
Repeated the test with Spectral Jig (base duration of 180 seconds).
Got a bonus of 68 seconds instead of the expected 72 (40% of 180 is 72).
Not 40% but not a static increase either.
Maybe it's because it's xxx/1024 instead of 40/100?
Me and math are not good friends. What does everybody else get from this?

Repeated test with Horos Tights +1 only as well.
Spectral Jig Expected => 81 seconds. Instead I got 77 seconds.
Chocobo Jig Expected => 54 seconds. Instead I get 49-50 seconds.

You guys sure the chatlog timestamp method is really reliable to measure these?
 Carbuncle.Skudo
Offline
Server: Carbuncle
Game: FFXI
user: SKudo
By Carbuncle.Skudo 2015-06-30 18:53:21
Link | Quote | Reply
 
Horos Tights +1, 10/10 Jigs CP, Chocobo Jig II. Expected: 130 seconds * 1.45 = 188 seconds.



Matches perfectly.

Maxixi Toe Shoes +1, 10/10 Jigs CP, Chocobo Jig II, expected: 130 seconds * 1.40 = 182 seconds.



Matches perfectly.

Conclusion: ***works as displayed for 10/10 Jigs CP. I don't know about under 10/10 and I can't test that, for obvious reasons.
 Asura.Sechs
Online
Server: Asura
Game: FFXI
user: Akumasama
Posts: 9893
By Asura.Sechs 2015-07-01 01:40:03
Link | Quote | Reply
 
I can't explain the difference in results then, but I used timestamp last time and did at least 3 readings for each test.
What is the source of discrepancy with these results?
And I could add Cambion's results as well, he too used timestamps.
 Asura.Cambion
Offline
Server: Asura
Game: FFXI
user: Cambion
Posts: 415
By Asura.Cambion 2015-07-01 03:25:30
Link | Quote | Reply
 
Looking at his screenshots, the discrepancy is Battlemod.

Re-did my tests with Battlemod on, and got the exact same results expected from Byrths equation: (Base+JP)*Bonus

Etoile Legs+2 & Maxixi Toe Shoes
Chocobo: (120+6)1.5= 189 (3:09)
Spectral: (180+6)1.5= 279 (4:39)

Re-tested with Etoile Legs +2 only:
Chocobo: (120+6)1.35= 170.1 (2:50)

All 3 lined up exactly.
 Asura.Sechs
Online
Server: Asura
Game: FFXI
user: Akumasama
Posts: 9893
By Asura.Sechs 2015-07-01 03:59:43
Link | Quote | Reply
 
Oh yeah, I didn't have Battlemod loaded up either.
Is the method battlemod uses to create timestamps more "precise" than the timestamp addon?
 Asura.Cambion
Offline
Server: Asura
Game: FFXI
user: Cambion
Posts: 415
By Asura.Cambion 2015-07-01 04:20:06
Link | Quote | Reply
 
It doesn't produce timestamps, it just forces the chatlog to update quicker. So you see 'gains the effect of X" immediately when the buff is active, rather than after the entire animation is done, like default.
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6137
By Lakshmi.Byrth 2015-07-01 06:32:32
Link | Quote | Reply
 
Yeah, Battlemod near-instantly displays the message associated with any given action packet, while the game waits until the end of the animation to display it.
[+]
 Bahamut.Flareon
Offline
Server: Bahamut
Game: FFXI
user: Flareon
Posts: 96
By Bahamut.Flareon 2015-07-02 16:59:34
Link | Quote | Reply
 
This one is for Byrth again, i guess...

I have always been using cancel addon in order to automatically cancel saber dance when i need to cast emergencial cures, but it seems it stoped working out of the blue. Would you mind checking? I even took a look at the buffs list and saber dance remains the same:

if spell.type == 'Waltz' then
if buffactive['saber dance'] then
cast_delay(0.3)
windower.ffxi.cancel_buff(410)
end
 Carbuncle.Skudo
Offline
Server: Carbuncle
Game: FFXI
user: SKudo
By Carbuncle.Skudo 2015-07-02 17:05:52
Link | Quote | Reply
 
Code
function _h.cancelBuffs(spell)
  if spell.type == 'Samba' and buffactive['Fan Dance'] then
    windower.ffxi.cancel_buff(411)
  elseif spell.name == 'Spectral Jig' and buffactive['Sneak'] then
    windower.ffxi.cancel_buff(71)
  elseif spell.type == 'Waltz' and buffactive['Saber Dance'] then
    windower.ffxi.cancel_buff(410)
  end
end


Works for me.
 Asura.Cambion
Offline
Server: Asura
Game: FFXI
user: Cambion
Posts: 415
By Asura.Cambion 2015-07-02 17:12:35
Link | Quote | Reply
 
This is the default in Mote.Utility which still works for me:
Code
function cancel_conflicting_buffs(spell, action, spellMap, eventArgs)
    if cancel_spells_to_check:contains(spell.english) or cancel_types_to_check:contains(spell.type) then
        if spell.action_type == 'Ability' then
            local abil_recasts = windower.ffxi.get_ability_recasts()
            if abil_recasts[spell.recast_id] > 0 then
                add_to_chat(123,'Abort: Ability waiting on recast.')
                eventArgs.cancel = true
                return
            end
        elseif spell.action_type == 'Magic' then
            local spell_recasts = windower.ffxi.get_spell_recasts()
            if spell_recasts[spell.recast_id] > 0 then
                add_to_chat(123,'Abort: Spell waiting on recast.')
                eventArgs.cancel = true
                return
            end
        end
        
        if spell.english == 'Spectral Jig' and buffactive.sneak then
            cast_delay(0.2)
            send_command('cancel sneak')
        elseif spell.english == 'Sneak' and spell.target.type == 'SELF' and buffactive.sneak then
            send_command('cancel sneak')
        elseif spell.english == ('Stoneskin') then
            send_command('@wait 1.0;cancel stoneskin')
        elseif spell.english:startswith('Monomi') then
            send_command('@wait 1.7;cancel sneak')
        elseif spell.english == 'Utsusemi: Ichi' then
            send_command('@wait 1.7;cancel copy image,copy image (2)')
        elseif (spell.english == 'Trance' or spell.type=='Waltz') and buffactive['saber dance'] then
            cast_delay(0.2)
            send_command('cancel saber dance')
        elseif spell.type=='Samba' and buffactive['fan dance'] then
            cast_delay(0.2)
            send_command('cancel fan dance')
        end
    end
end
 Bahamut.Flareon
Offline
Server: Bahamut
Game: FFXI
user: Flareon
Posts: 96
By Bahamut.Flareon 2015-07-02 17:26:42
Link | Quote | Reply
 
Thing is... mine was working until yesterday.
 Carbuncle.Skudo
Offline
Server: Carbuncle
Game: FFXI
user: SKudo
By Carbuncle.Skudo 2015-07-02 17:39:55
Link | Quote | Reply
 
It doesn't cancel at all? Or is it more like it cancels, but it does so "too late"?
 Bahamut.Flareon
Offline
Server: Bahamut
Game: FFXI
user: Flareon
Posts: 96
By Bahamut.Flareon 2015-07-02 18:17:25
Link | Quote | Reply
 
It doesn't cancel at all
 Asura.Cambion
Offline
Server: Asura
Game: FFXI
user: Cambion
Posts: 415
By Asura.Cambion 2015-07-02 18:57:31
Link | Quote | Reply
 
Did you accidentally unload cancel, or have it crash?
Try unloading and reloading cancel plugin.
 Leviathan.Vow
Offline
Server: Leviathan
Game: FFXI
user: woVow
Posts: 125
By Leviathan.Vow 2015-07-02 19:39:51
Link | Quote | Reply
 
Bahamut.Flareon said: »
if spell.type == 'Waltz' then
if buffactive['saber dance'] then
cast_delay(0.3)
windower.ffxi.cancel_buff(410)
end
In the interest of clarity, it should be noted that you're not using the cancel addon in this quoted chunk. You're calling the luacore function windower.ffxi.cancel_buff.
 Bahamut.Flareon
Offline
Server: Bahamut
Game: FFXI
user: Flareon
Posts: 96
By Bahamut.Flareon 2015-07-02 21:38:18
Link | Quote | Reply
 
i see... well... even if that's the case, it changed overnight...
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6137
By Lakshmi.Byrth 2015-07-03 04:19:53
Link | Quote | Reply
 
I have also had it suddenly stop working in the past, and I think it was zone dependent to some degree.

I suspect it has something to do with the priority that SE gives buff canceling packets compared to action packets. If they were equal priority and processed sequentially, there would be no need for a delay statement at all. If the cancel command priority is below the action command priority, you would expect the cancel command would have to arrive in the previous UDP packet to be effective (aka a 0.4~0.5 second delay).

As it is, I'm not entirely sure why it works sometimes and not others, but I'm fairly sure it's server-side and it may have something to do with when the server updates your buff list relative to processing the incoming packet. Depending how they code it, it could be sensitive to the server-up time.
[+]
 Bahamut.Flareon
Offline
Server: Bahamut
Game: FFXI
user: Flareon
Posts: 96
By Bahamut.Flareon 2015-07-03 12:04:30
Link | Quote | Reply
 
Meaning that maybe it's better changing my code to mote's or skudo's or it doesn't matter?

To be fair, this happened inside Arrapago Renmants II, which may be laggy or idk... i'll test in other areas when i log.
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6137
By Lakshmi.Byrth 2015-07-03 12:35:40
Link | Quote | Reply
 
Shouldn't matter, as far as I can tell.
 Bahamut.Flareon
Offline
Server: Bahamut
Game: FFXI
user: Flareon
Posts: 96
By Bahamut.Flareon 2015-07-03 16:42:19
Link | Quote | Reply
 
Testing done... works outside salvage
 Siren.Kyte
Offline
Server: Siren
Game: FFXI
Posts: 3331
By Siren.Kyte 2015-07-03 16:43:51
Link | Quote | Reply
 
Recently my gearswap stopped working for UL spells on BLU while inside Salvage, so it's more than likely a related issue.
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6137
By Lakshmi.Byrth 2015-07-03 18:21:07
Link | Quote | Reply
 
Yeah, could be the same issue.

It seems very unlikely that SE is dropping decrypted chunks from a UDP packet, so they must have just changed the way that your buffs are updated in instanced zones server-side.
 Carbuncle.Skudo
Offline
Server: Carbuncle
Game: FFXI
user: SKudo
By Carbuncle.Skudo 2015-07-09 00:36:58
Link | Quote | Reply
 
Hurray, new version of the DNC spreadsheet! https://goo.gl/tk10gx

(This link will always point to the most recent version, as long as the Google URI shortener and Amazon S3 are alive.)

Changes:
* Updated the formula for TP Gain.
* Changed the spreadsheet to 0-3000 TP. I _think_ I updated all occurrences, but if you run into something awkward, please let me know and I'll try to fix it.
* Added random gear. I can't even remember what I've added, except for Foppish Tunica (+1).

Due to the changes in the TP system and base TP per hit, side-by-side comparisons will not necessarily yield the same results. The current spreadsheet should be closer to "real-life numbers" now.
Offline
Posts: 1731
By geigei 2015-07-09 03:02:53
Link | Quote | Reply
 
It doesnt work properly, right off the bat switching from kleos to rudra gave me 17k ws which is what i get with SA on thf, setup both sets the same first give me 901dps and second 3335dps.
 Carbuncle.Skudo
Offline
Server: Carbuncle
Game: FFXI
user: SKudo
By Carbuncle.Skudo 2015-07-09 03:07:54
Link | Quote | Reply
 
Fixed in the (just now) updated version. fTP wasn't calculated correctly for the 2nd WS, if fTP scaled with TP.
Offline
Posts: 1533
By ScaevolaBahamut 2015-07-09 15:49:47
Link | Quote | Reply
 
There is a DNC bug right now that's so good I'm afraid to mention it on a public forum. :(
Offline
Posts: 322
By Ulthakptah 2015-07-09 15:58:50
Link | Quote | Reply
 
How do you know it's a bug? Could just be working as intended.
Offline
Posts: 1533
By ScaevolaBahamut 2015-07-09 16:01:19
Link | Quote | Reply
 
If we are talking about the same thing there is no way you could possibly think this is working as intended.
First Page 2 3 ... 13 14 15 ... 80 81 82
Log in to post.