Not Really Sure Where To Put This

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » Windower » General » not really sure where to put this
not really sure where to put this
Offline
Posts: 634
By zaxtiss 2015-07-11 01:28:21  
hey im not sure what i would use pretarget or prerender to my function tocheck if is a valid target an is monster and check my invo to see if the to be used it in the bag or not .


heres what i have so far

windower.register_event('chat message','prerender', windower.send_command(str))
local Target = windower.ffxi.get_mob_by_index(windower.ffxi.get_player().target_index)
local player = windower.ffxi.get_mob_by_index(windower.ffxi.get_player().index)
local TargetID = Target
local player.target.name = Target
if target_name == "Sturdy Pyxis" than
windower.send_command(input /item "forbidden Key" <'t'>)
end