Page 1 of 1

Moving only one item!

Posted: 2004-08-01 06:41:15
by Sauza
I have 1000 Gps (0x0EED) in the container (0x401150E0)
I need to move one Gp to a predefined xposition and yposition on my screen.

Code: Select all

var xpos='680'
var ypos='75'

uo.findtype(0x0EED,0x0000,0x401150E0)
uo.moveitem('finditem','1',xpos,ypos)



Whats wrong?? , Thank You

Posted: 2004-08-01 08:35:48
by Yoko
moveitem use real UO coordinates, not screen ones
also third parameter is container serial

Posted: 2004-08-01 16:17:20
by Sauza
but, if i need to put a GP in the upper corner of my backpack, what can i do?

Posted: 2004-08-02 22:45:54
by Yoko
,moveitem itemserial count boxserial inboxX inboxY inboxZ

where inboxXYZ you may find out if you use ,info on item there