grabdelay bug?
Moderators: Murderator+, Murderator
grabdelay bug?
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
im using ,set grabdelay 0
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
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.
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
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 ?
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
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
The message, of course!
Hmm, you detect method is bad.
Try this script and post result:
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
Last edited by Destruction on 2006-04-16 17:22:12, edited 1 time in total.
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
Edred wrote:Destruction wrote:Ребят, я хреново написал скрипт или чего?.. Никада не видел такого..
Конечно хреново. После драга одной штуки у стопки изменился сериал, вот он и не может из этой стопки еще взять.
Во, точняк.
Не судите строго - на время поста глянь

2Author, sorry i create bad test script - try fixed script and after run this script, use command
Code: Select all
,showjournal