How No Throw Ammo Ites Whit Windower?

Language: JP EN DE FR
2010-09-08
New Items
users online
Forum » FFXI » General » How no throw Ammo ites whit windower?
How no throw Ammo ites whit windower?
 Fairy.Darkei
Offline
Server: Fairy
Game: FFXI
user: Darkei
Posts: 149
By Fairy.Darkei 2010-01-07 17:26:56
Link | Quote | Reply
 
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
Server: Ramuh
Game: FFXI
user: dasva
Posts: 40469
By Ramuh.Dasva 2010-01-07 17:34:34
Link | Quote | Reply
 
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
Server: Fairy
Game: FFXI
user: Darkei
Posts: 149
By Fairy.Darkei 2010-01-07 17:39:28
Link | Quote | Reply
 
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
Server: Diabolos
Game: FFXI
Posts: 8
By Diabolos.Buttercakes 2010-01-07 17:50:44
Link | Quote | Reply
 
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
Server: Ramuh
Game: FFXI
user: dasva
Posts: 40469
By Ramuh.Dasva 2010-01-07 17:54:15
Link | Quote | Reply
 
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
Server: Remora
Game: FFXI
Posts: 356
By Remora.Laphine 2010-01-07 17:54:17
Link | Quote | Reply
 
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
Server: Ramuh
Game: FFXI
user: dasva
Posts: 40469
By Ramuh.Dasva 2010-01-07 18:07:29
Link | Quote | Reply
 
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
Server: Fairy
Game: FFXI
user: Darkei
Posts: 149
By Fairy.Darkei 2010-01-07 18:12:24
Link | Quote | Reply
 
cool thank you for the answers
 Siren.Ihm
VIP
Offline
Server: Siren
Game: FFXI
user: Ihm
Posts: 688
By Siren.Ihm 2010-01-07 20:16:15
Link | Quote | Reply
 
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
Server: Remora
Game: FFXI
Posts: 356
By Remora.Laphine 2010-01-07 20:49:26
Link | Quote | Reply
 
ah there is a cancelspell, nice nice
 Odin.Katoke
Offline
Server: Odin
Game: FFXI
user: Katoke
Posts: 127
By Odin.Katoke 2010-01-07 22:07:15
Link | Quote | Reply
 
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
Server: Sylph
Game: FFXI
user: Hitetsu
Posts: 2617
By Sylph.Hitetsu 2010-01-08 06:25:13
Link | Quote | Reply
 
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 >_>;
Log in to post.