Drop a container

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
El Sonic
Posts: 2
Joined: 2006-02-28 22:36:05

Drop a container

Post by El Sonic »

Hello,

Somebody would have one script that it functioned in the following way: when pressing a button, it would play a container in low of my personage.
Does anyone knows how to do that or already have one done ?

http://img455.imageshack.us/my.php?image=imagem6tz.jpg
flake
Expert!
Posts: 746
Joined: 2004-08-11 23:56:17
Location: The Citadel
Contact:

Post by flake »

Code: Select all

sub Drop()
  uo.findtype( 'type_of_box' )
    if uo.findcount() then
       uo.drophere( 'finditem' )
    endif
endsub
El Sonic
Posts: 2
Joined: 2006-02-28 22:36:05

Post by El Sonic »

Thanks flake,

but there's some problem with this script...

when i pressioned the button, it simply moves the container inside of my backpack.

you can help me ?

thanks !!! :wink:

edit__

and show the messenger:

You put the keg in your backpack...

:D
SoulS XD
Posts: 8
Joined: 2006-02-04 04:38:57

Post by SoulS XD »

hotkeys :

waittargetype x;drop x 0 0 0
Post Reply