Yoko

All sides of Injection
It is currently 2024-04-19 04:13:25

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Mana pots
PostPosted: 2007-12-12 10:55:44 
Offline

Joined: 2007-12-12 10:33:30
Posts: 7
Hey I need a script which makes me a mana pot, with a delay of 9 seconds,
picks up 400 eyes of newt off the floor, and picks up 100 bottles
it makes 100 potions and once thats done,
it uses .massmove command to move the potions into a bag I have on me.
Once it mass moves, it drags the bag into a pouch which is on the floor
and repeats the process

please if someone can help me, im having problems I dont understand german and I would appreciate if someone would have a script for me.

this is what I have so far;

sub making_mana_pots()
VAR Eye = '0x0F87'
UO.FindType(EYe)
While UO.Count(Eye)>0
UO.exec ("usetype 0x0F87")
wait(9000)
Wend
end sub


Top
   
 Post subject:
PostPosted: 2007-12-15 21:32:58 
Offline

Joined: 2007-12-12 10:33:30
Posts: 7
bump, please someone help me :(.


Top
   
 Post subject:
PostPosted: 2007-12-23 21:48:37 
Offline

Joined: 2007-07-20 18:57:45
Posts: 36
sylar take this good script made by me.

sub MixBottles()
REPEAT
UO.DeleteJournal()
UO.Exec("waitmenu 'What sort' 'NAME OF POTION'")
UO.Exec("usetype 'TYPE OF EYES'")
repeat
wait(50)
until (UO.InJournal("You put") || UO.InJournal("fail") || UO.InJournal("found") || UO.InJournal("You have no") || UO.InJournal("You can't"))
if (UO.InJournal("No item found") || UO.InJournal("You have no") || UO.InJournal("You can't")) then
Message("I'm finished to sort potions!")
end if
UNTIL UO.Life<1
Message("You was DIE! The script is terminated.")
end sub


Top
   
 Post subject:
PostPosted: 2008-01-12 05:47:21 
Offline

Joined: 2007-12-12 10:33:30
Posts: 7
How do I massmove a potion that I make, to a specific bag in injection script.


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 25 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