karashiiro / FFXIVOpcodeWizard

How about we not work hard?
GNU General Public License v3.0
68 stars 22 forks source link

Can you add anything about duty? #8

Closed ffxivvillein closed 4 years ago

ffxivvillein commented 4 years ago

Sorry, my english is bad. I want roulette or queue opcode. Is there an easy way to find out?

karashiiro commented 4 years ago

I believe that's CFNotifyPop? https://github.com/karashiiro/FFXIVOpcodeWizard/blob/master/FFXIVOpcodeWizard/WizardProcessor.cs#L166

ffxivvillein commented 4 years ago

https://github.com/qitana/ACT_DFAPlugin/blob/master/docs/data/structures.json https://github.com/easly1989/ffxiv_act_dfassist/blob/master/DFAssist.Core/Network/FFXIVPacketHandler.cs#L44-L135 Many opcodes are used. I don't know how to get these opcodes. If it's not possible automatically, can you tell me about any guide or tools involved?

karashiiro commented 4 years ago

I think CFNotifyPop is Matched? You really just need to open up ffxivmon and see what fires when the corresponding events happen. You can join the Sapphire Discord here: https://discord.gg/xxcdCER to search and ask in #ffxiv-community-dev about how to get set up with that.

ffxivvillein commented 4 years ago

Thank you for your kindness.