ScriptUO
Official ScriptUO EasyUO Scripts => Script Debug => Topic started 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.
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
-
I do not believe DropG has worked in along time.
-
I am having a problem, dropping a pair of sandals from the backpack, it grabs the sandals but doesn't drop it.
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.
-
I do not believe DropG has worked in along time.
OSI yes, but it works on RunUO.