Send Command Issue

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » Windower » Support » Send command issue
Send command issue
 Sylph.Siccmade
Offline
サーバ: Sylph
Game: FFXI
Posts: 1066
By Sylph.Siccmade 2021-06-25 12:25:02  
I've stumbled into a strange issue and I feel like I'm missing something simple.

/item "Holy Water" <me> works fine but when I
/console send @all /item "Holy Water" <me>
I get a traditional in-game command error on all characters.

All my other send commands are still working fine but the same thing happened when I wrote a new send macro for Utsusemi, the receiving character gets the same command error.

I've checked and re-checked, as far as the spelling/syntax everything is correct, I changed it to different items/spells/JAs and they all work.

Any ideas where the conflict is coming from?
Offline
Posts: 282
By Mrxi 2021-06-25 12:37:40  
try /item "Holy Water" <p0>? not sure but might be seeing them all as the person its sent from
 Sylph.Siccmade
Offline
サーバ: Sylph
Game: FFXI
Posts: 1066
By Sylph.Siccmade 2021-06-25 12:42:32  
Thanks for the idea, still the same command error. The same macro works when switched to /console send @all "Remedy" <me>, they all pop a remedy. Weird.
 Bahamut.Speedycat
Offline
サーバ: Bahamut
Game: FFXI
user: ForteGSX
Posts: 10
By Bahamut.Speedycat 2021-06-25 12:52:14  
Try using ' instead of "
[+]
Offline
Posts: 12322
By Pantafernando 2021-06-25 12:52:42  
Double quotes
 Sylph.Siccmade
Offline
サーバ: Sylph
Game: FFXI
Posts: 1066
By Sylph.Siccmade 2021-06-25 13:02:10  
Bahamut.Speedycat said: »
Try using ' instead of "

Thanks, that worked!

Strange because like I said the same macro works if I sub out "Holy Water" w/ "Remedy" but hey! I'm not gonna argue success, thanks again.
Offline
Posts: 12322
By Pantafernando 2021-06-25 14:15:16  
Probably because either its a single word or shortcut.

Anyway
Code
 NotesPermalink
Quotes are not handled well. Try using the shortcuts addon.

Instead of this:

//send mule /ma \"Cure II\" Main
Use this:

//send mule cure2 Main
Or use single quotes like this:

//send mule /ma 'Cure II' Main