Not Really Sure Where To Put This

Langues: JP EN DE FR
users online
Forum » 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
Link | Citer | R
 
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
Log in to post.