• 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!

Request: Simple script! Rep for helping

xrandom

New Member
Joined
Apr 6, 2011
Messages
9
Reaction score
0
I have script on talkactions; flameatk its shoot a big explosion attack when i have a creature summoned, but when a shoot the flameatk on monsters without click on battle the monster doesnt attack!

The monster isnt wild so he doesnt attack if not the player click on it! i think the script should give target to the player or creature!


Pls help rep

i got this but doesnt work!

function onCast(cid, target)
if isMonster(target) or isPlayer(target) then
return false
end
return true
end
 
Last edited:
Back
Top