View Full Version : How to get this to work on xenobot?
Anyone know how to write that to xenobot
auto(300,500)
if $attacked.id ~= 0 then
useoncreature(itemid('3154'), $target)
wait(100)
end
Oscagi
05-04-2016, 11:08 PM
Anyone know how to write that to xenobot
auto(300,500)
if $attacked.id ~= 0 then
useoncreature(itemid('3154'), $target)
wait(100)
end
Self.UseItemWithTarget(item)
Add the monster to TargetingList and make a module checking the monster, and if the monster then Self.... .
Goodluck.
Self.UseItemWithTarget(item)
Add the monster to TargetingList and make a module checking the monster, and if the monster then Self.... .
Goodluck.
I dont know how to do that thats why i asked, hoped someone could help me rewrite it :)
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.