One Button Cell Trade

Langues: JP EN DE FR
users online
Forum » Windower » General » One button cell trade
One button cell trade
Offline
Posts: 12390
By Pantafernando 2014-10-02 03:59:29
Link | Citer | R
 
Hi.

Is it possible to make multiples items trade using just one button? Or is there a plugin/add on that does this?

Im thinking in vw. It would be great if it was possible with just one button all pertinent cells could be traded, instead opening the trade window and manually browsing the inventory to select the cells.

Thanks in advance.
 Sylph.Jeanpaul
MSPaint Champion
Offline
Serveur: Sylph
Game: FFXI
user: JeanPaul
Posts: 2623
By Sylph.Jeanpaul 2014-10-02 14:42:35
Link | Citer | R
 
I have this in a .txt file in the scripts folder:
Code
input /echo Trading Voidwatch Cells!
input /targetnpc
wait 1
input /item "Cobalt Cell" <t>
wait 1.2
input /item "Cobalt Cell" <t>
wait 1.2
input /item "Cobalt Cell" <t>
wait 1.2
input /item "Rubicund Cell" <t>
wait 1.2
input /item "Rubicund Cell" <t>
wait 1.2
input /item "Rubicund Cell" <t>
wait 1.2
input /item "Xanthous Cell" <t>
wait 1.2
input /item "Xanthous Cell" <t>
wait 1.2
input /item "Xanthous Cell" <t>
wait 1.2
input /echo All cells traded! Probably.


Since you have to trade multiples, there's no way to do it all at once, but at least cells don't require an all-in-one trade so it's still functional. Type //exec [txtfilename].txt and it'll activate, just make sure you're facing the Planar Rift.
[+]
 Leviathan.Comeatmebro
Offline
Serveur: Leviathan
Game: FFXI
user: Rairin
Posts: 6052
By Leviathan.Comeatmebro 2014-10-02 14:43:15
Link | Citer | R
 
you can do it at once with an addon sending the packet
[+]
 Quetzalcoatl.Tanag
Offline
Serveur: Quetzalcoatl
Game: FFXI
user: Tanag
Posts: 72
By Quetzalcoatl.Tanag 2014-10-02 14:43:30
Link | Citer | R
 
Great idea! Thanks!
Log in to post.