Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - The Ghost

Pages: 1 ... 101 102 [103] 104 105 ... 117
1531
Which shard is the gate block.   U can always recall before u start ur run.

1532
OpenEUO Scripts / Re: Kali's Bod Sorter for openEUO
« on: July 02, 2013, 04:16:45 PM »
I just use Kali sorted. for must of the BoD  but

I love his alot too because you can sort it more. 
MeWon's Smith : http://www.scriptuo.com/index.php?topic=8671.0
MeWon's Tailor: http://www.scriptuo.com/index.php?topic=10213.0;topicseen

1533
Crisis, 
             Why do you bother with a knife and scissor when you can use a Butcher's War Cleaver .  It will put the cut leather into ur pack.
Code: [Select]
sub gatherLeather
set %itemtype YFM   ; Corpse

; loop:
finditem %itemtype G_2
if #findkind = -1
{
return hunt
}

finditem KFR_HFR C_ , #backpackid
if #findkind = 1
set #lobjectid HFR
set #lobjectid #findID
event macro 17
wait 10
finditem %itemtype G_2
set #ltargetid #findid
set #ltargetkind 1
event macro 22
ignoreitem #findid
wait 1s
If #weight > %recallweight
{
 display go unload
pause
}
return

1534
Script Snippets / Re: Event Sleep Command
« on: July 01, 2013, 08:41:50 AM »
I have this little snippet running on my older machine to reduce CPU lot.  Thx.  Now  where should I try your Sub. :)

if #CONTNAME = MainMenu_gump
{
event sleep 100
}

1535
I miss the old day of Craftmatic. I did raised a few skill  doing the quest. TM have done a great job on this Quester  and have overtakes any other one out there. 

1536
OpenEUO Scripts / Re: Kali's Bod Sorter for openEUO
« on: June 30, 2013, 06:52:11 AM »
Ok.  change the 120 smith PS fro  120 PS. 

Weird, because I just used it last night  and it work.

1537
OpenEUO Scripts / Re: Kali's Bod Sorter for openEUO
« on: June 29, 2013, 10:01:06 PM »
It have to be a naming issue.  It happen to me before.  check the name of your book again, space or minuscule.

Also look at the Thread 1 :  it will tell you  if you are missing a reward book. 

1538
OpenEUO Scripts / Re: Kali's Bod Sorter for openEUO
« on: June 29, 2013, 09:04:37 PM »
Crisis,  
        Look on top see how many BoD you can have.    Always have spare bob in chest.

 local MaxBookCnt = 500                       --Set this to a specific value if you want less than 500 bod

1539
General UO Chat / Re: Bulk order deed sorter
« on: June 29, 2013, 08:37:35 PM »
Kali need to add a warning.  Addition to BoD will come when using it.   I have a Keep full of BoD So fill and some just awaiting. 

1540
Misc. Scripts / Re: TrailMyx's Drag(and drop) Queen
« on: June 29, 2013, 08:21:08 PM »
Work great so far.   You fix was better then mine :)   

I have notice that it fail to drop item on vendor and  close bag/chest.   This Drag queen on drop item into open container correct.

1541
General UO Chat / Re: Bulk order deed sorter
« on: June 29, 2013, 11:45:35 AM »
 Step 1) download all 3 files and them in Script folder
2) ensure you have no macro on F2 and F3.  You need those two to set up books and containers.
3) label the books as per.
4) recommend one book per containers and a few spares if you have lots BoD   Also  empty you main backpack it help. 
5) all containers have to be within 2 titles.
6) open and run  kalibodsorter.lua
7) follow the system msg and voila. 

1542
General UO Chat / Re: Bulk order deed sorter
« on: June 29, 2013, 07:41:29 AM »
The last one I has been using is form Kali's  Do both smith and tailor and can do all you 6k just one run.   

http://www.scriptuo.com/index.php?topic=10752.0

1543
Misc. Scripts / Re: TrailMyx's Drag(and drop) Queen
« on: June 28, 2013, 04:35:47 PM »
what our their is not as fast as this.

I'm intrigue to see if I can get those stack items to move.   Here my work so far.  Lot of fog ahead  I tell you  Not sure if I'm the right track.   

add this
Code: [Select]
sub TM_DragCheck
    set %type #LLIFTEDTYPE
    set %findid #LLIFTEDID
    set %findstack #findstack  ; add this to locate stack.

gosub TM_AddToList IgnoreList #RESULT %type %findstack   ;  add %findstack

gosub TM_AddToList KeepList #RESULT %type %findstack    ; add %findstack

 gosub DragAll %type %last_cont %dest_cont All  ; add All


Code: [Select]
sub DragAll
  set !item %1
  set !source %2
  set !dest %3
  Set !ItemCount %4     ;   ************    Add this to drag all     *************
  finditem !item C_ , !source

  set !drag_cnt 0
  set !ignore_cnt 0
; ---------------------------------------------    Add this to drag all
   G_Drag:
        Set !DragTimeout #sCnt + 5
               Wait 5
        If !ItemCount = ALL
           Exevent Drag #findid #findstack
        Wait 5
         If #sCnt > !DragTimeout
        goto G_Drag
  ; -----------------------------------------------
  if #FINDCNT > 0

1544
Misc. Scripts / Re: TrailMyx's Drag(and drop) Queen
« on: June 28, 2013, 02:05:00 PM »
I have used it 3 times, I felt in love with it.   So simple to use and fast too. I haven't play with it yet.

 

1545
Scripting Chat / Re: Need Script of Mining!
« on: June 28, 2013, 06:39:56 AM »
Because Runebook Mining by Spewy  is a easyUo forum.    Here a list of all what available there https://www.easyuo.com/psl.php?cat=45   

If you love multiple rune, have a look at Twinkle McNugget Mining. Lot to read before you set up, but it fast. 


Pages: 1 ... 101 102 [103] 104 105 ... 117