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 ... 98 99 [100] 101 102 ... 117
1486
Script Debug / Re: FindItem timer
« on: September 01, 2013, 07:58:20 AM »
Thx Manwinc,  Thx for the exemple.
      Just notice that I copy an old sub :(  This is the one I'm using now.   
Code: [Select]
sub MoveItem
finditem %Item C_ , #backpackid
for #FINDINDEX 1 #FINDCNT
{
exEvent Drag #findID   ;  %stack
exevent dropc %itembox
wait 20
}
return #true

Right now the item are moving every 2 sec and wondering if we can make them move faster.   
Can add the namespace push help me gain some speed.
Code: [Select]
sub MoveItem
  namespace push
  namespace local MI
finditem %Item C_ , #backpackid
for #FINDINDEX 1 #FINDCNT
{
exEvent Drag #findID   ;  %stack
exevent dropc %itembox
wait 20
}
namespace pop
return #true

1487
Script Debug / Re: FindItem timer
« on: August 31, 2013, 06:33:39 PM »
Thx TM
 here a new one.  Can I make this faster.

Code: [Select]
sub move item
finditem %item C_ , #backpackid
exEvent Drag #findID %stack
exevent dropc %itembox
wait 20
if #FindCnt > 0
   gosub moveitem
return #true

1488
Script Debug / FindItem timer
« on: August 31, 2013, 03:54:34 PM »
Good day
  I'm trying fixing a snippet of mine  Do i need to add a wait in between those finditem  or this is how is should be. 
Code: [Select]
if if #weight >= %mxwt
   return #true
FindItem %item C_ , #backpackid
if #FINDCNT > 0
   gosub moveitem
FindItem %item C_ , %itembox
if #FINDCNT > 0
   gosub makeitem

1489
General UO Chat / Re: What UO Client are you using these days
« on: August 23, 2013, 08:14:26 PM »
The Enhanced client is for young guy,  Old ppl use classic.  Only thing I like about enchanted is the pack for treasure chest.  I can't play Enhanced, look to weird.

1490
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: August 21, 2013, 03:28:30 PM »
 Been fishing in the same area for years and it was fine.  just started to happen few days ago   since like I fish all the serpent :)

TM
My pack was full of shoe ( 95 of them) since I didn't kill any sea serpent for more them 2h40.  I see the trash Enable.  not sure how to use use yet.    Still trying to understand those Inn/Bank/Donate rune boxes.   the whole left side options :)

1491
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: August 20, 2013, 09:30:09 PM »
TM,
I found something for your next update, goat support.  It the third time that I fill up my backpack because the lack of sea Serpent.  Yes I'm in deep water.   A check for corpse or goat can be nice.   Just saying.

1492
Questing / Re: vDk's Automatic Naturalist Quest
« on: August 19, 2013, 03:02:19 PM »
If I remember right, is the event pop to start the quest that is off and the click as well

Yes there a specific/distance to mark the hole if you want to pop in the right location ( faster)  The script have the drop in off by one number.    I have to rebuild 100% of the rail system.  After each nest I recall to the next hole. and  I have add the secret hole too because I want the colour seed.

P.S. I can always post my rebuild version here.   


1493
Script Debug / Re: Exent property issue
« on: August 16, 2013, 01:19:30 PM »
manwinc  I have try  both sub and their are still drop some in my secure.  thx for cleaning up the sub  for me.

 

1494
Script Debug / Re: Exent property issue
« on: August 15, 2013, 07:09:07 PM »
Thx.  trying the mod right now.

1495
Script Debug / Re: Time to strut your stuff :)
« on: August 15, 2013, 06:52:04 PM »
Curious to see the end result of this mega display of button.   

1496
Script Debug / Exent property issue
« on: August 15, 2013, 05:20:59 PM »
I have a sub that suppose to only trash the blackrock, but for some reason the one that have the same ID of the Diamond don't get pick up 100% of the time.  Did my sub missing something are it just a matter of timing.

Code: [Select]
Sub Clearblackrock
finditem UVF_EWF_FWF_GWF C_ , #backpackid
    for #findindex 1 #findcnt
        {
        event property #findid
        if Blackrock in #property
        set %blackrock #findid    ; Finds only Blackrock, not the Diamonds.
        }
    wait 10
    if #findcnt > 0
       {
       for %i 1 #findcnt
           {
           finditem %blackrock C_ , #backpackid
           exevent Drag #findid #findstack
           exevent Dropc %TrashBarrel 
            wait 20
           }
       }
    return

1497
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: August 11, 2013, 04:40:23 PM »
WOW,
9Hr and no glitch except for my bank is full.   96 SS, 54 MIBS & 13 pearls.     Once you pass the set up is fairly easy.  
Only missing a pack or Beetle to cut on transport.   I like it alot.  Thx again

Speak to soon,
9h32 and I just crash :(

1498
New member introductions / Re: best intro ever
« on: August 11, 2013, 04:28:07 PM »
With five kids you definitely need this community.  only have one and I on relay this site often.     Let see if TM will cut you a break. :) 

Welcome to the SUO. 

1499
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: August 09, 2013, 07:44:08 AM »
I play on Siege and have to modified lot of ppl work due to breaking items.   Most items have 140-180 uses I Just ensure that you have enough supply in the secure.  I still haven't try to FaF, primary because I'm to lazy to setup and read.( got enough supply too)     

1500
Welcome to SUO community. 
           Drizzt. Here a name that make me think, Like I know you.   Did you play on Pac back in the day. 

Pages: 1 ... 98 99 [100] 101 102 ... 117