| Yoko http://forum.yoko.com.ua/ |
|
| Mana pots http://forum.yoko.com.ua/viewtopic.php?f=17&t=12885 |
Page 1 of 1 |
| Author: | sylar [ 2007-12-12 10:55:44 ] |
| Post subject: | Mana pots |
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 |
|
| Author: | sylar [ 2007-12-15 21:32:58 ] |
| Post subject: | |
bump, please someone help me |
|
| Author: | Zodroteg UO [ 2007-12-23 21:48:37 ] |
| Post subject: | |
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 |
|
| Author: | sylar [ 2008-01-12 05:47:21 ] |
| Post subject: | |
How do I massmove a potion that I make, to a specific bag in injection script. |
|
| Page 1 of 1 | All times are UTC+02:00 |
| Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |
|