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 - Hollywood_Shono

Pages: 1 ... 6 7 [8]
106
Questing / Re: ScriptUO Heartwood Quester v1.16
« on: February 23, 2009, 05:27:02 AM »
It uses BMEval for loot evaluation.  So that will loot the goodies, but the quester itself loots the heartwoods.  All loot is placed into your secure when you go back for wood.

Remember this script doesn't work very well on freeshards....

Alright thanks TM yeah im on SP no free shard heh

107
Questing / Re: ScriptUO Heartwood Quester v1.16
« on: February 23, 2009, 05:23:24 AM »
I apologise sorry about that. My last question for this script. Does it sort through all the bags then put the runics in the secure or does it put all the bags you get from heartwood into secure containers where you have to look through that after. *currently* thats how mine is set up....

108
Questing / Re: ScriptUO Heartwood Quester v1.16
« on: February 23, 2009, 05:12:33 AM »
TM Do you have your gate sub some where. I think i got it out of 12TimesOver's mining script... is this all i need?

Code: [Select]
;########################################################
;                TM_TravelFromRunebook
;########################################################
; %1 = Method (RE, GA, SJ)
; %2 = index location within runebook (1-16)
; %3 = index location within runebook (1-16), try up to this point
; %4 = runebook item id
; returns #TRUE if error, #FALSE for no error
sub TM_TravelFromRunebook
  namespace push
  namespace local RFR
  set #LTARGETKIND 1
  set !method %1
  set !locindex %2
  set !locindexend %3
  set !rbook %4

  finditem !rbook C_ , #BACKPACKID
  if !method notin RE_GA_SJ || #FINDKIND = -1
  {
    namespace pop
    return #TRUE
  }
  if !locindex notin 1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16
  {
    namespace pop
    return #TRUE
  }
  if !locindexend notin 1_2_3_4_5_6_7_8_9_10_11_12_13_14_15_16
  {
    namespace pop
    return #TRUE
  }

  TravelFromRunebook_loop1:
    set #LOBJECTID !rbook
    set #LTARGETKIND 1
    event macro 17 0
    gosub GumpWait generic_gump generic_gump

    set !runeclickx 140 ; page 1, rune 1
    set !runeclickx ( #CONTPOSX + !runeclickx + ( 35 * ( ( !locindex - 1 ) / 2 ) ) )
    if !locindex > 8
    {
      set !runeclickx 310 ; page 2, rune 1
      set !runeclickx ( #CONTPOSX + !runeclickx + ( 35 * ( ( !locindex - 9 ) / 2 ) ) )
    }
    set !runeclicky #CONTPOSY + 196
    click !runeclickx !runeclicky
    wait 5

    set !runeclicky #CONTPOSY + 24
    set !runeclickx #CONTPOSX + 164 ; page 1 set to default
    if !locindex % 2 = 0
    {
      set !runeclickx #CONTPOSX + 305 ; page 2 set to default
    }
    click !runeclickx !runeclicky
    wait 5
    set !oldx #CHARPOSX
    set !oldy #CHARPOSY
    if !method = RE
      gosub TM_NewCastSpell 31 !rbook -1 10 10 ; recall until successful
    if !method = GA
    {
      gosub TM_NewCastSpell 51 !rbook -1 10 20 ; gate until successful
      set !temp_cnt #SCNT + 10
      repeat
        finditem KEF_OTF_JEF G_0
      until #FINDKIND <> -1 || #SCNT > !temp_cnt
      if #FINDKIND <> -1
      {
        set #LOBJECTID #FINDID
        wait 10
        event macro 17 0
        wait 20
        if #CONTNAME = generic_gump && #CONTSIZE = 420_280
        {
          gosub TM_AdvJournalSync SPELLCAST 100
          set !clickx #CONTPOSX + 26
          set !clicky #CONTPOSY + 261
          click !clickx !clicky ; click ok
        }
      }
      else
         goto TravelFromRunebook_loop1
    }

    if !method = SJ
      gosub TM_NewCastSpell 210 !rbook -1 10 30 ; sacred journey until successful
    wait 30

    set !tempscnt #SCNT + 10
  WaitforTravel_loop1:
    gosub TM_AdvJournalScan SPELLCAST NONE spell_fizzles location_is_blocked something_is_blocking you_spirit_lacks
    if #RESULT = #TRUE
    {
      gosub TM_AdvJournalSync SPELLCAST 100
      set !locindex !locindex + 1
      if !locindex > !locindexend
      {
        namespace pop
        return #TRUE
      }
      goto TravelFromRunebook_loop1
    }
    if ( ( #CHARPOSX = !oldx && #CHARPOSY = !oldy ) && #SCNT < !tempscnt )
      goto WaitforTravel_loop1

  if #CONTNAME = generic_gump && #CONTSIZE = 452_236 ; RunUO close runebook
  {
    set !clickx #CONTPOSX + 120
    set !clicky #CONTPOSY + 60
    click !clickx !clicky mc r
    wait 5
  }
  namespace pop
  click 401 254 n
return #FALSE



;########################################################
;                  SUB TM_NewCastSpell
;########################################################
; %1 = spell number
; %2 = #TARGETID or SELF or NONE
; %3 = retry count (-1 = cast until successful)
; %4 = cast delay
; %5 = recovery delay
sub TM_NewCastSpell
  namespace push
  namespace local NCS
  set !lpc #LPC
  set #LPC 100
  set !whichspell %1
  set !whichtarget %2
  set !castretrymax %3
  set !waitdelay %4
  set !recovery_delay %5

  set !castretry 0
  set !temp_ltargetid #LTARGETID
  set !temp_ltargetkind #LTARGETKIND

  NewCastSpell_loop1:
    if !castretrymax < 0
      goto NewCastSpell_cont1
    if !castretry > !castretrymax
      goto NewCastSpell_end1
    NewCastSpell_cont1:
      gosub TM_AdvJournalSync SPELLCAST 100
      set #LTARGETKIND 1
      set #LTARGETID !whichtarget
      set !tempmana #MANA
      event macro 15 !whichspell ; cast the spell
      wait !waitdelay
      set !targettimeout #SCNT + 7
      NewCastSpell_wait1:
        gosub TM_AdvJournalScan SPELLCAST NONE spell_fizzles you_have_not_yet mana your_spirit more_reagents
        if #RESULT = #TRUE || #SCNT > !targettimeout
        {
          set !casttimeout #SCNT2 + !recovery_delay
          repeat
          until #SCNT2 > !casttimeout     ; finish up cast delay
          set !castretry !castretry + 1
          goto NewCastSpell_loop1
        }
        if !whichtarget = NONE
          goto NewCastSpell_skip1
        if #TARGCURS = 1
          goto NewCastSpell_targ1
        goto NewCastSpell_wait1 ; wait for target cursor

  NewCastSpell_targ1:
    if !whichtarget = SELF
      event macro 23
    else
      event macro 22

  NewCastSpell_skip1:
    wait 5
    set !casttimeout #SCNT2 + !recovery_delay
    NewCastSpell_skip2:
      if !whichspell >= 0 && !whichspell <= 63 ; Magery
      {
        gosub TM_AdvJournalScan SPELLCAST NONE spell_fizzles there_is_already mana your_spirit more_reagents
      }
      else
      {
        set !cont #FALSE  ; Chivalry, Necromancy, etc
        finditem !whichtarget *
        if !whichtarget in SELF_NONE || #FINDKIND <> -1
          set !cont #TRUE

        if #MANA >= !tempmana && !cont = #TRUE ; check if target is still there
          set #RESULT #TRUE
        else
          set #RESULT #FALSE
      }
      repeat
      until #SCNT2 > !casttimeout     ; finish up cast delay
      if #RESULT = #TRUE
      {
        if !castretrymax > -1
        {
          set !castretry !castretry + 1 ; %castretrymax of -1 will cast until successful
          if !castretry > !castretrymax
            goto NewCastSpell_end1
        }
        goto NewCastSpell_loop1
      }
      if #SCNT2 <= !casttimeout     ; finish up cast delay
        goto NewCastSpell_skip2
  NewCastSpell_end1:
    set #LTARGETID !temp_ltargetid
    set #LTARGETKIND !temp_ltargetkind
    set #LPC !lpc
    namespace pop
return

*Cerveza - I know the code tag button isn't working, but you can still manually use them. {code} with []

109
Questing / Re: ScriptUO Heartwood Quester v1.16
« on: February 23, 2009, 05:04:36 AM »
TM, is there anyway instead of your recall sub to the runes, you can put in your Gate Sub to do it?

110
Questing / Re: ScriptUO Heartwood Quester v1.16
« on: February 23, 2009, 05:03:09 AM »
Hi I am looking throught his script my friend wrote a similiar one to do this. But does this script go through the loot bags as well?

111
Misc. Scripts / Re: TrailMyx's Disguise Kit Commander
« on: February 22, 2009, 07:01:41 PM »
Alright ill see what i can do to it let me know what i do wrong

112
Misc. Scripts / Re: TrailMyx's Disguise Kit Commander
« on: February 22, 2009, 06:18:55 PM »
I carry mine with me.  They are insurable, so I've never lost one yet.  ;)

I dont play on prodo shards ^_^

113
Misc. Scripts / Re: TrailMyx's Disguise Kit Commander
« on: February 22, 2009, 10:51:19 AM »
If I have some time I'll look at it.  I removed the code, you can just post a link to it. 

Sorry about that, Link is posted... Let me know what you can do. If it can use the disguise kit right from the bank box after it puts the ore away that would probably work best. Then continue on gateing or recalling to the next location. Thanks again sir I appreciate all the help.

114
Misc. Scripts / Re: TrailMyx's Disguise Kit Commander
« on: February 22, 2009, 10:49:37 AM »
What are the rules to get a character into the Thieve's Guild?  Does stealing have to be at 50 or above?

60 Stealing and Blue.

115
Misc. Scripts / Re: TrailMyx's Disguise Kit Commander
« on: February 22, 2009, 01:17:06 AM »
Sorry I apolgoise and I am still learning. I did test it you were right it needs to be run as a sub into the script...... Here is the mining script created by 12TimesOver. Where can I add it in the script so everytime he drop's the ore off at the bank he changes his disguise? Or as you were saying does every 3600 or 1800 seconds but doesnt screw it up. I am still new at this not exactly sure where to add what..... Please help sir.

http://winuo.org/resource-gathering/613-xiixovers-miner-dummies.html  - 12TimesOver's Mining Script.

116
Misc. Scripts / Re: TrailMyx's Disguise Kit Commander
« on: February 21, 2009, 12:55:14 PM »
Thank you for posting this script. If I have a mining script going will this screw it up do you think?

117
Feedback / Re: Run Mode Disabled [NEWBIE]
« on: February 15, 2009, 12:38:41 PM »
Ahh so its not out to the public yet I see... I was all excited to get rid of easyuo! Thanks for the info!

118
New member introductions / Hail!
« on: February 15, 2009, 12:37:20 PM »
Hi everyone im new to the boards... I've been playing since 1997 Betaaa... I've played many shards before, love to script, cheat and anything else that im not suppose to do! So Hello!

119
Feedback / Run Mode Disabled [NEWBIE]
« on: February 15, 2009, 12:14:09 PM »
Hi I just downloaded the Scriptuo Alpha BUild 224. It says the run mode is disabled. How do i get enabled to run scripts?

Pages: 1 ... 6 7 [8]