Open zach2good opened 3 years ago
Adding to my original point: /vol
doesn't do anything - it fails. I tried /vol 0
, /vol 1
, /vol Hello
/vol <me>
etc., they don't fail out. There is no additional packet activity coming from these.
Regarding /vol & /volunteer https://ffxiclopedia.fandom.com/wiki/Command/volunteer
Seems like an old/avandoned feature.
Its a pretty long list. Some are emotes and some are shortened versions of existing commands.
relevant old old old issue for /nominate
: https://github.com/DarkstarProject/darkstar/issues/2900
incidentally the GM message packet works very much like this command and its response command /vote
except that the player is forced to answer in the case of the GM message.
Adding to my original point:
/vol
doesn't do anything - it fails. I tried/vol 0
,/vol 1
,/vol Hello
/vol <me>
etc., they don't fail out. There is no additional packet activity coming from these.
no GM dll in client folder = can't do GM things. there was a leaked copy years ago but SE did a good job of DMCA'ing it out of existence.
I was playing around with the /volunteer command a couple months ago and found that it does send out a packet. Verified that it still does with current retail.
It sends out a packet of type 0x1E, where the body is a 4-byte aligned string:
/volunteer Volunteer what
without anything targeted results in 1E0A6405566F6C756E7465657220776861740000
(Volunteer what\0\0)
/volunteer I choose you
with a Savanna Rarab targeted results in 1E127505492063686F6F736520796F7520543120536176616E6E61205261726162000000
(I choose you T1 Savanna Rarab\0\0\0)
A bit useless xD
@mehvvy A little useless, but there's no harm in handling the packet and providing a binding to it 🤷 , maybe someone later on will find a use for it
(Partial?) /tell audit resulted in #2570
I was flicking around in the wiki and I saw
/volunteer
, and a few others I didn't recognise. Using/?
dumps a list of commands you're allowed to use. We should probably take a look and see if we implement all of these:Additional Information (Steps to reproduce/Expected behavior) :