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 ... 99 100 [101] 102 103 ... 117
1501
It miss and match,  you need to be careful of where you recall. Lot populated area help.

1502
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: August 02, 2013, 05:18:02 PM »
Thx, TM
 Now I really need to set up your FAF and try it after the effort you put into it.

1503
This is what I use to track down and build suit.   This was before imbuing and still work great for me.   

Instruction
1) Enter all the information you required under the LIST
2) Go over SUIT, input the number require for each  items.
3)) go to Total Armor to view your suit.  ( Page have been lock to prevent overwriting formula). 

Enjoy

1504
Off Topic / Re: "Cloud" storage - what's your take?
« on: July 23, 2013, 12:57:23 PM »
I was using Dropbox until recently.   Reason is my employer block the site,  to easy to introduce virus into the network at work :)  So now I only stores file in there, so I can access them for any computer or friend can use my file. 

1505
The thinker  tool  have to be in your main pack not in other bag. 

1506
New member introductions / Re: Hi, introduces myself
« on: July 19, 2013, 04:22:46 PM »
Welcome to SUO Community.

1507
Off Topic / Re: Rebuild my PC
« on: July 19, 2013, 03:57:49 PM »

1508
Off Topic / Re: Rebuild my PC
« on: July 18, 2013, 08:34:28 PM »
Look like any of you have a option on this, hard to believe.   Might have to trust my own judgment.

1509
Player Templates / Re: Sampire V2.0
« on: July 18, 2013, 03:57:45 PM »
IT all depend on the amounts of damage you are doing. LMC on your suit and the type of special you are using.  using primary/secondary ability over and over cost more. on IA+ LS+LS or IA+IA+LS+LS  it ok.

1510
Off Topic / Rebuild my PC
« on: July 16, 2013, 09:48:06 PM »
Seen like I might need to rebuild my PC.   Blow up a few capacitor in my old MB.  So I'm look at this for replacement   UO is my Biggest gaming addiction, so I don't required much.

Intel I3-3220 Processor (2 Cores, 4 Threads, 3.3GHz, 3MB Smart Cache)     http://ark.intel.com/products/65693/

 ASUS P8B75-M LX Plus Motherboard, 2x DDR3 sockets, PCI Express, and USB3   http://www.asus.com/Motherboards/P8B75M_LX_PLUS/



1511
WIth CEO Carpentry and 72K board you can have Gm Carpentry in less then 24 Hrs.  Same think happen with Lockpicking, Tailor and magic resist  Would think that I will learn the first time.  Never click the continue option.  :)  that what I have retain form that.

1512
Script Debug / Re: Journal Scanning problem
« on: July 14, 2013, 09:38:40 PM »
So look like I scan to much.  I need to learn how and where to insert the scan journal.    Did a few run and it work, seen a bit slow but it work.

Code: [Select]
;======================================================
;  Sub Find Charmer Flute  and Snake
;======================================================
sub HuntEgg
UseFlute:
gosub TM_AdvJournalScan snake VALID nest_collapses
  if #RESULT = #TRUE
   {
   gosub TM_AdvJournalSync snake
    gosub ignore
   Return
   }
; ignoreitem %snake
finditem %flute C_ , #BACKPACKID ; Charmer Flute fcing west, north
     event property #findid
  if Charmer in #property
     set %flute #findid   ; find only charmer flute
else
    {
    ignoreitem #findid
    goto UseFlute
    }
    set #lobjectid %flute
    event macro 17 0
;======================================================
; S Goto Target Snake
;======================================================
FindSnake:
  finditem %snakes G_8
  set #ltargetid #findid
  set #ltargetkind 1
  set %snake #findid
  target
  event macro 22
  wait 5
  click %lootx %looty d
  wait 1s
gosub TM_AdvJournalScan snake NONE already_taming
  if #RESULT = #TRUE
   {
   gosub TM_AdvJournalSync snake
   ignoreitem %snake
   wait 5s
    goto UseFlute
   }
goto UseFlute
;======================================================
; Sub Ignor snake
;======================================================
sub ignore
  ignoreitem reset  ;Reset all snake
return

;==========================

1513
Script Debug / Re: Journal Scanning problem
« on: July 14, 2013, 05:36:54 PM »
Try both ways and it didn't work.  Wonder if I need to add a wait time before uy journal scan , I might have a small lag that crew up my journal.   

1514
Script Debug / Journal Scanning problem
« on: July 14, 2013, 02:50:56 PM »
Good day Folks

TM ( like always thx)  have try to help me but I don't want to fill up is page about this problem, so I have started a new page in this section and I'm seeking ur help.

 I'm trying to insert TM_AdvJournalScan to improve my script. It seen that the more I try to fix it, the worst it get.  any suggestion will be more them welcome.

The event SysMessage  and Pause are only their to help troubleshooting.
The major problem result with
1) Someone_else_is_already_taming_this     <-----  that don't seen to get pick up by the journal.


Code: [Select]
.
; ver 1.3d  _Someone_else_is_already_taming_this. don't work in journal
;==================================
 gosub Setup
;---------------------------------- Main Loop --------
repeat
gosub targethole
gosub HuntEgg
until #charghost = yes
; *********************************
sub Setup
   ; set %nest PBN
    set %flute RGP_PGP   ; Charmer Flute
    set %snakes QE_JD_FB
    gosub TM_AdvJournalSync snake 100
return
;==================================
; Sub Taget Hole
;===================================
sub targethole
; event SysMessage Target the hole
    display Hover mouse over Nest
    wait 3s
    set %lootx #cursorx
    set %looty #cursory
return
;======================================================
;  Sub Find Charmer Flute  and Snake
;======================================================
sub HuntEgg
UseFlute:
gosub TM_AdvJournalScan snake VALID _Someone_else_is_already_taming_this. ; where_it_was_instructed_to
  if #RESULT = #TRUE
   {
    event SysMessage SERPENT new one
    pause
    gosub TM_AdvJournalSync snake
    ignoreitem %snake
;   pause
   wait 6s
    goto UseFlute
   }
gosub TM_AdvJournalScan snake VALID the_nest_collapses Target_cannot_be_seen
  if #RESULT = #TRUE
   {
   event SysMessage perdu trou
   gosub TM_AdvJournalSync snake
;    pause
    gosub ignore
   Return  ;  go back to beginning to target a new hole
   }
;======================================================
; Goto Target Snake
;======================================================
FindSnake:
  finditem %snakes G_8
  set #ltargetid #findid
  set #ltargetkind 1
  set %snake #findid
  target
  event macro 22    ;  Last Target
  wait 5
  click %lootx %looty d
  wait 1s
gosub TM_AdvJournalScan snake VALID to_persuade_that_to_move moment_for_it_to_recharge
   if #RESULT = #TRUE
   {
   event SysMessage refuse de bouger
   gosub TM_AdvJournalSync snake
;    pause
   wait 6s
   goto UseFlute
   }
event SysMessage back to Flute
goto UseFlute
;======================================================
; Sub Ignore snake
;======================================================
sub ignore
  ignoreitem reset  ;Reset all snake
return
;=================================================================
; Script Name: TrailMyx's Advanced Journal Scanner
; Author: TrailMyx
; Version: 1.2


1515
Script development tools / Re: TrailMyx's Advanced Journal Handler
« on: July 13, 2013, 11:04:19 PM »
TM
I'm trying to scan the journal so depending on the snake reaction,  I can target a new one, target the same one or target a new hole.  By having goto within the sub it allow me to moving inside it.    Trying to upgrade my this sub  with ur journal. 
Code: [Select]
sub HuntEgg
UseFlute:
gosub TM_AdvJournalScan snake VALID_ADVANCE the_nest_collapses Target_cannot_be_seen
  if #RESULT = #TRUE
   {
   gosub TM_AdvJournalSync snake
;    pause
    gosub ignore
   Return  ;  go back to beginning to target a new hole
   }
finditem %flute C_ , #BACKPACKID ; Charmer Flute
     event property #findid
  if Charmer in #property
     set %flute #findid   ; find only charmer flute
else
    {
    ignoreitem #findid
    event macro 8 7  ; Open main pack
    wait 15
    contpos 1050 320
    goto UseFlute
    }
    set #lobjectid %flute
    event macro 17 0
;======================================================
; S Goto Target Snake
;======================================================
FindSnake:
  finditem %snakes G_10
  set #ltargetid #findid
  set #ltargetkind 1
  set %snake #findid
 ; if %snakes <> #ltargetid
  ;   event exmsg %snakes 3 30 Pick
  target
  event macro 22    ;  Last Target
;   event exmsg %snakes 3 30 Pick
  wait 5
  click %lootx %looty d
  wait 1s
   gosub TM_AdvJournalScan snake VALID_ADVANCE to_persuade_that_to_move it_to_recharge
   if #RESULT = #TRUE
   {
    gosub TM_AdvJournalSync snake
;    pause
   wait 6s
   goto UseFlute
   }
  gosub TM_AdvJournalScan snake VALID_ADVANCE The_animal_walks already_taming where_it_was_instructed_to.
  if #RESULT = #TRUE
   {
    gosub TM_AdvJournalSync snake
   ignoreitem %snake
;   pause
   wait 6s
    goto UseFlute
   }
goto UseFlute
;======================================================
; Sub Ignor snake
;======================================================
sub ignore
  ignoreitem reset  ;Reset all snake
return
;============

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