Send Command

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » Windower » General » Send Command
Send Command
 Asura.Mymytaru
Offline
サーバ: Asura
Game: FFXI
user: Mymy
Posts: 16
By Asura.Mymytaru 2018-05-09 17:35:56  
Hello everyone

I have a small problem with Windower4 Send Program

When i write this line

/Console send @all /equip ring2 "warp ring" <me> or
//send @all /equip ring2 "warp ring" <me>

i get /equip warp ring (playername)
A Command error occurred

i get this when i try to equip or use rings, can someone please tell me how to correct this

thank you

Thomas
 Asura.Chiaia
VIP
Offline
サーバ: Asura
Game: FFXI
user: Demmis
Posts: 1652
By Asura.Chiaia 2018-05-09 18:01:00  
/console send @all /equip ring2 \"warp ring\"

don't need the <me> it's actually not used and you just have to escape the special character
 Ragnarok.Lockfort
Offline
サーバ: Ragnarok
Game: FFXI
user: Terazuma
Posts: 251
By Ragnarok.Lockfort 2018-05-09 18:30:07  
Alternately:

//send @all /equip ring2 'warp ring'

yes, use ' in place of "

However this method does not work for items containing ' in their name, like spaekona's petasos. You'll have to use the method listed by chiaia.