How No Throw Ammo Ites Whit Windower?

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » FFXI » General » How no throw Ammo ites whit windower?
How no throw Ammo ites whit windower?
 Fairy.Darkei
Offline
サーバ: Fairy
Game: FFXI
user: Darkei
Posts: 149
By Fairy.Darkei 2010-01-07 17:26:56  
items* with*

time ago I see a post with a code for no throw ammo items using windower, but
1º i can't find this and
2º how or where write this code?

Thank you
 Ramuh.Dasva
Offline
サーバ: Ramuh
Game: FFXI
user: dasva
Posts: 40469
By Ramuh.Dasva 2010-01-07 17:34:34  
Well in the initial text there is something that stops keyboard commands like that. Though you can still do /ranged attack. But accidentally is kinda silly. You can also disable the keyboard command ig
 Fairy.Darkei
Offline
サーバ: Fairy
Game: FFXI
user: Darkei
Posts: 149
By Fairy.Darkei 2010-01-07 17:39:28  
I throw my smart grande because forget change thf macros when play as SAM lol and i don't want throw tipia sting or bomb core (again)
 Diabolos.Buttercakes
Offline
サーバ: Diabolos
Game: FFXI
Posts: 8
By Diabolos.Buttercakes 2010-01-07 17:50:44  
I thought that FFXI changed it so you couldn't throw things such as that. I know it won't let me throw a Fire bomblet. Not sure where it draws the line and which items apply tho.
[+]
 Ramuh.Dasva
Offline
サーバ: Ramuh
Game: FFXI
user: dasva
Posts: 40469
By Ramuh.Dasva 2010-01-07 17:54:15  
Fairy.Darkei said:
I throw my smart grande because forget change thf macros when play as SAM lol and i don't want throw tipia sting or bomb core (again)
Pretty sure those aren't 2 throwable anymore. Notice they no longer have dmg on them. Smart grenade still is though. But really not like you can get another lol
 Remora.Laphine
Offline
サーバ: Remora
Game: FFXI
Posts: 356
By Remora.Laphine 2010-01-07 17:54:17  
really thought these items were not throwable anymore. Well, bomb core at least, that's for sure.

I'm sure there is a way to do this with spellcast. I'm checking it right now.

But anyway, one way you could remedy this is using a /equip range "some bow" before using the /ranged macro. You loose tp if you got any those ammos equiped, but you don't loose money^^. If you already got said bow equiped than your ranged attack should continue normally.

edit: yeah, there is a changespell tag that can do exactly this. Like you could check if you did a ranged attack, and if you had one of those items equiped, you change the /range command for a different one (a dummy cure for instance). Didn't try it, but it should work i think.
 Ramuh.Dasva
Offline
サーバ: Ramuh
Game: FFXI
user: dasva
Posts: 40469
By Ramuh.Dasva 2010-01-07 18:07:29  
Yeah Bomb Core and Tiphia Sting definitely not throwable. In fact Smart Grenade Imperial Egg Tsar's Egg and Nokizaru Shuriken are the only none ranged stat ammo that you can still throw.
 Fairy.Darkei
Offline
サーバ: Fairy
Game: FFXI
user: Darkei
Posts: 149
By Fairy.Darkei 2010-01-07 18:12:24  
cool thank you for the answers
 Siren.Ihm
VIP
Offline
サーバ: Siren
Game: FFXI
user: Ihm
Posts: 688
By Siren.Ihm 2010-01-07 20:16:15  
Code

<if CommandPrefix="/range|/ra|/throw">
<if EquipAmmo="Smart Grenade">
<addtochat>Ranged Attack Canceled - Smart Grenade Equipped</addtochat>
<cancelspell />
<return />
</if>
</if>


Enjoy ^^
 Remora.Laphine
Offline
サーバ: Remora
Game: FFXI
Posts: 356
By Remora.Laphine 2010-01-07 20:49:26  
ah there is a cancelspell, nice nice
 Odin.Katoke
Offline
サーバ: Odin
Game: FFXI
user: Katoke
Posts: 127
By Odin.Katoke 2010-01-07 22:07:15  
If you have a friend who can flag the smart grenade quest, they can do it for you and delivery box it to you. Yes, I know it's rare, but supposedly can be sent via delivery box.
 Sylph.Hitetsu
Offline
サーバ: Sylph
Game: FFXI
user: Hitetsu
Posts: 2617
By Sylph.Hitetsu 2010-01-08 06:25:13  
Siren.Ihm said:
Code

<if CommandPrefix="/range|/ra|/throw">
<if EquipAmmo="Smart Grenade">
<addtochat>Ranged Attack Canceled - Smart Grenade Equipped</addtochat>
<cancelspell />
<return />
</if>
</if>


Enjoy ^^

I recommend pointing out that this uses Spellcast (a Windower plugin) opposed to Windower itself before people sit putting it in init.txt for hours >_>;