ScriptUO

Official ScriptUO EasyUO Scripts => Script Debug => Topic started by: Chops on November 28, 2013, 02:21:54 PM

Title: dropping sandals
Post by: Chops on November 28, 2013, 02:21:54 PM
I am having a problem, dropping a pair of sandals from the backpack, it grabs the sandals but doesn't drop it.

Code: [Select]
  finditem NVI                    ;sandals
    if #findkind <> -1
    {
     wait 10
     exevent drag #findid #findstack
     wait 10
     set %gdropx #charposx
     set %gdropy #charposy
     wait 10
     exevent dropg %gdropx %gdropy
Title: Re: dropping sandals
Post by: Masscre on November 28, 2013, 04:12:27 PM
I do not believe DropG has worked in along time.
Title: Re: dropping sandals
Post by: Tidus on November 28, 2013, 05:21:59 PM
I am having a problem, dropping a pair of sandals from the backpack, it grabs the sandals but doesn't drop it.

Code: [Select]
  finditem NVI                    ;sandals
    if #findkind <> -1
    {
     wait 10
     exevent drag #findid #findstack
     wait 10
     set %gdropx #charposx
     set %gdropy #charposy
     wait 10
     exevent dropg %gdropx %gdropy

see if giving it a Z axis allows it to drop on the ground. THat could be the problem.
Title: Re: dropping sandals
Post by: TrailMyx on November 28, 2013, 10:45:25 PM
I do not believe DropG has worked in along time.

OSI yes, but it works on RunUO.