Page 1 of 1
drop command help
Posted: 2005-03-15 16:19:53
by zenital
Thats it, i need some help about this command, im trying to drop 10 explosions at a time to kill other people

but always says you cannot pick up that... i dont know what can i do anyone could help me?
thx.
Re: drop command help
Posted: 2005-03-15 18:52:16
by Yoko
zenital wrote:Thats it, i need some help about this command, im trying to drop 10 explosions at a time to kill other people

but always says you cannot pick up that... i dont know what can i do anyone could help me?
thx.
,drop 1 ..... _XXX;ignore finditem
Posted: 2005-03-15 21:32:52
by zenital
sorry but im noob at this, i bind to a key this command ,drop 10 x y z explosion, making an object in injection with the name "explosion" but serial change when i create more pots so...
And in x y z what values i bind to this coordinates to drop the explosions under me?
thx.
Posted: 2005-03-17 19:28:56
by Yoko
,exec mydropscript
sub mydropscript()
var x=uo.getx("laststatus")
var y=uo.gety("laststatus")
var z=uo.getz("laststatus")
var t=EXPLOSIONTYPE
var i=0
for i=1 to 10
uo.findtype(t)
if uo.findcount() then
uo.drop("-1",str(x),str(y),str(z),"finditem")
uo.ignore("finditem")
end if
next
end sub
Posted: 2005-03-17 21:25:46
by zenital
Posted: 2005-03-18 18:19:38
by Yoko
in general i DO NOT write scripts for free, you just lucky bastard
