ScriptUO

Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: Coragin on February 20, 2010, 02:06:10 PM

Title: How would I make a script to drop an item?
Post 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?
Title: Re: How would I make a script to drop an item?
Post by: NObama on February 20, 2010, 02:12:14 PM
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.

 :)
Title: Re: How would I make a script to drop an item?
Post by: Coragin on February 20, 2010, 02:34:46 PM
got it thanks bama
Title: Re: How would I make a script to drop an item?
Post by: Scrripty on February 20, 2010, 05:18:59 PM
There's a script that drops the gold thrown by one of the boss' here on the site.  Pick that apart.
Title: Re: How would I make a script to drop an item?
Post by: Coragin on February 20, 2010, 05:25:23 PM
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
Title: Re: How would I make a script to drop an item?
Post by: manwinc on February 20, 2010, 05:57:09 PM
Does this Boss actually Give Anything!?
Title: Re: How would I make a script to drop an item?
Post by: Coragin on February 20, 2010, 06:01:42 PM
Im waiting on an answer on stratics lol  I hear yes same as the others
Title: Re: How would I make a script to drop an item?
Post by: DeadIssue2 on February 20, 2010, 06:10:19 PM
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.
Title: Re: How would I make a script to drop an item?
Post by: Scrripty on February 20, 2010, 06:19:37 PM
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.
Title: Re: How would I make a script to drop an item?
Post by: TrailMyx on February 20, 2010, 06:21:35 PM
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.
Title: Re: How would I make a script to drop an item?
Post by: mrmr on February 21, 2010, 03:29:30 AM
If I remember correctly, right now on OSI, you cannot drop items at your feet anymore, just a tile away.
Title: Re: How would I make a script to drop an item?
Post by: Endless Night on February 21, 2010, 07:54:15 AM

here you go

http://www.scriptuo.com/index.php?topic=2454.msg33436#msg33436