• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Change Monster Target using an item on it

Jetro

jangeldev
Joined
Aug 1, 2011
Messages
452
Reaction score
68
Location
Venezuela
Hi , i need to know how to make that a monster change it's target to who use a item on it, like exeta res but onUse

i'm using tfs 0.3.6pl1
example
LUA:
if (isMonster(itemEx.uid) and  not isPlayer(getCreatureMaster(itemEx.uid)))  then
	changetargettocid --i dunno what function is used for this :c
end

it would be appreciated any help.

Jetro.
 
Back
Top