Yoko

All sides of Injection
It is currently 2025-10-17 05:36:45

All times are UTC+02:00




Post new topic  Reply to topic  [ 1 post ] 
Author Message
PostPosted: 2009-04-24 09:55:17 
Offline

Joined: 2009-04-22 19:21:24
Posts: 1
Hi all. if somebody will be able to help me. I need chance something in this script, but i don't know how.

I want that always that i catch the random item, put it on the ground and don't in my bag. Is possible?



Thx for all! Cya!
Code:
stealing:
    if uo.InJournal("Items found: 1") then
    wait(80)
    uo.deletejournal()
    goto snoop
    end if

   if uo.InJournal("This item can not be stolen.") then
    wait(80)
    uo.deletejournal()
    goto snoop
    end if

    if uo.InJournal("invalid object:finditem") then
    wait(80)
    uo.deletejournal()
    goto snoop
    end if

    UO.findtype('-1', '-1', 'lastcontainer')
    if uo.findcount() > 0 then
    uo.addobject('aleatorio', 'finditem')
    wait(100)
    uo.waittargetObject('aleatorio')
    uo.useskill('Stealing')
    wait(5500)
    goto stealing
    else
    goto snoop
    end if

end sub


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 1 post ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited