ScriptUO
Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: Coragin on February 20, 2010, 02:06:10 PM
-
How would I make a script to drop an item from my backpack on the ground near me?
-
The key command is dropg. I asked the same question around the boards somewhere not too long ago. Also, the easyuo.com documentation page is pretty good for drop commands.
If you can make a script to find something in yer pack, you can modify it to drop that something on the ground.
:)
-
got it thanks bama
-
There's a script that drops the gold thrown by one of the boss' here on the site. Pick that apart.
-
There's a script that drops the gold thrown by one of the boss' here on the site. Pick that apart.
LOL thats what I wrote lol
-
Does this Boss actually Give Anything!?
-
Im waiting on an answer on stratics lol I hear yes same as the others
-
My age ole question isnt how to drop something on the ground as much as make and then add to piles. That has always been past my understanding.
-
My age ole question isnt how to drop something on the ground as much as make and then add to piles. That has always been past my understanding.
Event drag #findid
event dropd #findid #findstack?
I'd have to look it up. It's something like that and very easy.
-
Anything can be referenced as a container. So just get the #FINDID of the object you want to drop onto, and then use that as the argument of exevent dropc.
-
If I remember correctly, right now on OSI, you cannot drop items at your feet anymore, just a tile away.
-
here you go
http://www.scriptuo.com/index.php?topic=2454.msg33436#msg33436