Page 1 of 1

grabdelay bug?

Posted: 2006-04-15 08:18:31
by joselito
im trying to set grabdelay to 0ms but always when i try to grab two items with a low delay it says: "Can't Pickup Item". Is it a bug or what?
im using ,set grabdelay 0

Posted: 2006-04-15 10:45:59
by Edred
what is your connect (ping) to your shard? 0 ms? or more? Do your shard allow fastloot? Most shards don't allow drag items fastest then 200-300 ms...

Posted: 2006-04-15 16:46:26
by Destruction
Owner of this message - server, it not bug.

Read Edred's post.

Sorry for my clumsy English.

Posted: 2006-04-15 18:41:54
by joselito
Destruction wrote:Owner of this message - server, it not bug.

Read Edred's post.

Sorry for my clumsy English.


No, the message is from injection, not from the server. It looks like when i set a low grabdelay it keeps a delay of 500ms. Is there another way to move from the ground to my backpack? Thanks for the help.

Posted: 2006-04-15 22:37:43
by Destruction
joselito wrote:
Destruction wrote:Owner of this message - server, it not bug.

Read Edred's post.

Sorry for my clumsy English.


No, the message is from injection, not from the server. It looks like when i set a low grabdelay it keeps a delay of 500ms. Is there another way to move from the ground to my backpack? Thanks for the help.

Can you detect it ?

Posted: 2006-04-16 01:45:52
by joselito
Destruction wrote:
joselito wrote:
Destruction wrote:Owner of this message - server, it not bug.

Read Edred's post.

Sorry for my clumsy English.


No, the message is from injection, not from the server. It looks like when i set a low grabdelay it keeps a delay of 500ms. Is there another way to move from the ground to my backpack? Thanks for the help.

Can you detect it ?


the item? yes
the message? it is exactly like all other injection messages

Posted: 2006-04-16 02:09:17
by Destruction
The message, of course!

Hmm, you detect method is bad.

Try this script and post result:

Code: Select all

sub Test()
uo.print("Select object with quantity more one. Object must be not in backpack.")
uo.addObject("obj to move")
while uo.targeting()
wait(100)
wend
uo.exec("set injectecho 0")
uo.exec("set grabdelay 0")
uo.deletejournal()
uo.grab("2","obj to move")
uo.grab("1","obj to move")
; see two commands above - i correctly understand you method which contains error?
checklag()
if uo.injournal("pickup item") then
uo.print("Server is owner of error message.")
else
uo.print("Injection is owner of error message.")
endif
endsub

Sub checklag()
deljournal("ackpack")
uo.click("backpack")
repeat
wait(50)
until uo.injournal("ackpack")
endsub

Sub deljournal(msg)
while uo.injournal(msg)
uo.setjournalline(uo.injournal(msg)-1,'')
wend
endsub

Posted: 2006-04-16 06:46:44
by joselito
thanks a lot man, i ran the script and got: "injection is owner of the message"

here's the pic: Image

my char picked only one blood moss instead of two

Posted: 2006-04-16 08:28:49
by Destruction
This messgae not for starter.

Ребят, я хреново написал скрипт или чего?.. Никада не видел такого..

Posted: 2006-04-16 10:12:00
by Edred
Destruction wrote:Ребят, я хреново написал скрипт или чего?.. Никада не видел такого..


Конечно хреново. После драга одной штуки у стопки изменился сериал, вот он и не может из этой стопки еще взять.

Posted: 2006-04-16 17:21:51
by Destruction
Edred wrote:
Destruction wrote:Ребят, я хреново написал скрипт или чего?.. Никада не видел такого..


Конечно хреново. После драга одной штуки у стопки изменился сериал, вот он и не может из этой стопки еще взять.

Во, точняк.

Не судите строго - на время поста глянь 8)

2Author, sorry i create bad test script - try fixed script and after run this script, use command

Code: Select all

,showjournal
and copy here text information from window.