grabdelay bug?

General Injection issues

Moderators: Murderator+, Murderator

Post Reply
joselito
Posts: 17
Joined: 2004-05-12 01:40:04

grabdelay bug?

Post 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
Edred
Expert!
Posts: 2544
Joined: 2004-04-03 17:36:29
Location: Saint-Petersburg

Post 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...
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

Owner of this message - server, it not bug.

Read Edred's post.

Sorry for my clumsy English.
joselito
Posts: 17
Joined: 2004-05-12 01:40:04

Post 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.
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post 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 ?
joselito
Posts: 17
Joined: 2004-05-12 01:40:04

Post 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
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post 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
Last edited by Destruction on 2006-04-16 17:22:12, edited 1 time in total.
joselito
Posts: 17
Joined: 2004-05-12 01:40:04

Post 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
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

This messgae not for starter.

Ребят, я хреново написал скрипт или чего?.. Никада не видел такого..
Edred
Expert!
Posts: 2544
Joined: 2004-04-03 17:36:29
Location: Saint-Petersburg

Post by Edred »

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


Конечно хреново. После драга одной штуки у стопки изменился сериал, вот он и не может из этой стопки еще взять.
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post 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.
Post Reply