Author Topic: Ridgeback Tamer with Auto Search ver 1.0  (Read 12490 times)

0 Members and 1 Guest are viewing this topic.

Offline dreamzcasterTopic starter

  • Jr. Member
  • **
  • Posts: 48
  • Activity:
    0%
  • Reputation Power: 0
  • dreamzcaster has no influence.
  • Respect: +5
  • Referrals: 0
    • View Profile
Ridgeback Tamer with Auto Search ver 1.0
« on: July 24, 2010, 07:40:28 AM »
0
Here is my final script for Ridgeback taming and auto searching in the Ridgeback Pen in Ilsh.  It has been a while and I think I forgot to post it back when it was made so here it is. Be sure to follow all of the directions as outlined at the top of the script.  It generally works very well I have found and rarely fails or gets hung up.  Enjoy.

Code: [Select]
http://uploading.com/files/9694151c/Ridgeback%2BTamer%2Bwith%2BAuto%2BSearch%2Bver%2B1.0.txt/
Code: [Select]
;Ridgeback Tamer for Savage Camp Training Pen w Search
;Author Dreamzcaster (I borrowed a lot of it, so I dunno if I am considered the author)
;Release v 1.0
;*********************************************************************************************************************
;*****   **READ THIS BEFORE PROCEEDING.  FAILURE TO DO SO MAY RESULT IN DISASTEROUS EFFECTS********
;********                             WHAT YOU NEED                      **************************
;********1. An LRC SUIT - You can use regs but it does not count them so don't blame me ***********
;********2. Enough Magery to cast Ebolt and Explosion                    **************************
;********3. Enough EVAL to do some damage                                **************************
;********4. Cast Protection on yourself so you won't fizzle when hit     **************************
;********5. Cast Reactive armor on yourself to get as much Physical Resist as Possible ************
;********6. Enoungh Taming and Lore to be successful at taming ridgebacks (I think it is 83.1)*****
;********7. You must be at the Ridgeback Pen in the Savage Camp in Ilsh  **************************
;********8. Wear Savage Skin Paint                                         **************************
;**********************************************************************************************************************
;Variables
set %tametype wj_ ; to Tame Ridgebacks and Savage Ridgebacks
set %spot1x 1276
set %spot1y 774
set %spot2x 1263
set %spot2y 774
set %spot3x 1254
set %spot3y 774
set %spot4x 1244
set %spot4y 767
set %spot5x 1244
set %spot5y 755
set %spot6x 1255
set %spot6y 744
set %spot7x 1272
set %spot7y 744
set %spot8x 1287
set %spot8y 744
set %spot9x 1300
set %spot9y 744
set %spot10x 1300
set %spot10y 764
set %spot11x 1281
set %spot11y 764
set %spot 1
set #lpc 100
initevents
top:
; find ridgebacks
finditem %tametype G_15
if #findkind = -1 2
 {
 gosub NextSpot
}
set %taming #findid
gosub taming #findid
event property #findid
if paragon in #property
{
  gosub paragon
}
if #result = fail 2
  ignoreitem #findid
goto top
if #result = sucess
  gosub kill #findid
goto top
;paragon kill
sub paragon
  set #ltargetid %1
  ;msg all kill $  ; pet kill
  repeat
  event macro 15 42
  target 6s
  event macro 22 0
  wait 2s
  event macro 15 41
  target 6s
  event macro 22 0
  wait 2s
  if #hits < #maxhits - 10
{
gosub healPara
}
  finditem %1 G
until #FINDCNT = 0
 return
;kill for regular ridgebacks
sub kill
  msg all follow me $ ; allows for savages not to destroy your savage paint
  msg all follow me $
  wait 5
  set #ltargetid %1
  ;msg all kill $  ; pet kill
  event macro 15 42
  target 6s
  event macro 22 0
  wait 2s
  event macro 15 41
  target 6s
  event macro 22 0
  wait 2s ; 2s magery, 8s pet kill
  ;msg all follow me $ ; pet kill
   if #hits < #maxhits - 10
{
gosub healReg
}
  finditem %1 G
until #FINDCNT = 0
 goto top
return

;auto healing paragon
sub healPara
wait 1s
event Macro 15 28
wait 4s
event Macro 23 0
gosub paragon

;auto heal regular
sub healReg
wait 1s
event Macro 15 28
wait 4s
event Macro 23 0
goto top

;taming
sub taming
  deletejournal 1
w:
  finditem %1
  if #finddist > 3 3
    event pathfind #findx #findy #findz
  wait 10
  goto w
  set #ltargetid %1
  event macro 13 35
  target 6s
  event macro 22 0
  set %timer #scnt + 20
s:
  for %i 1 5
  {




;journal scans
    scanjournal %i
    if master in #journal 2
      deletejournal
    return Sucess
    if cannot_be_tamed in #journal 2
      deletejournal
    return Sucess
    if without_a_master in #journal 2
      deletejournal
    return Sucess
    if fail in #journal 2
      deletejournal
    goto w
    if looks_tame in #journal 2
      deletejournal
    return fail
    if far_away in #journal 2
      deletejournal
    goto w
    if to_many_owners in #journal 2
      deletejournal
    return Sucess
    if Can't_get_there in #journal 2
      deletejournal
    return fail
    if has_been_distracted in #journal 2
      deletejournal
    goto top
    if see_that in #journal 2
      deletejournal
    goto w
    if no_chance in #journal 2
      deletejournal
  return Sucess
}
if %timer < #scnt
  goto top
finditem %1
if #finddist > 3 2
  event pathfind #findx #findy #findz
wait 10
goto s
;search
sub search
findItem %tamingtypes G_15
;If not found, move to next spot
if #findCnt < 1
{
  gosub NextSpot
return
;next spot
sub NextSpot
  if %spot = 1
  {
    move %spot2x %spot2y 3 10s
    set %spot 2
    goto top
  }
  if %spot = 2
  {
    move %spot3x %spot3y 3 10s
    set %spot 3
    goto top
  }
  if %spot = 3
  {
    move %spot4x %spot4y 3 10s
    set %spot 4
    goto top
  }
  if %spot = 4
  {
    move %spot5x %spot5y 3 10s
    set %spot 5
    goto top
  }
  if %spot = 5
  {
    move %spot6x %spot6y 3 10s
    set %spot 6
    goto top
  }
  if %spot = 6
  {
    move %spot7x %spot7y 3 10s
    set %spot 7
    goto top
  }
  if %spot = 7
  {
    move %spot8x %spot8y 3 10s
    set %spot 8
    goto top
  }
  if %spot = 8
  {
    move %spot9x %spot9y 3 10s
    set %spot 9
    goto top
  }
  if %spot = 9
  {
    move %spot10x %spot10y 3 10s
    set %spot 10
  goto top
  }
  if %spot = 10
  {
    move %spot11x %spot11y 3 10s
    set %spot 11
    goto top
  }
  if %spot = 11
  {
    move %spot1x %spot1y 3 10s
    set %spot 1
    goto top
« Last Edit: July 24, 2010, 12:58:42 PM by dreamzcaster »

Offline Endless Night

  • Global Moderator
  • *
  • *
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: Ridgeback Tamer with Auto Search ver 1.0
« Reply #1 on: April 07, 2015, 10:05:31 AM »
0
Would someone that knows and loves ridgeback's please give this script a test run and post feedback as too wether it functions as it should or not.  Would love to move it to approved scripts if functional.
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13301
  • Activity:
    0%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: Ridgeback Tamer with Auto Search ver 1.0
« Reply #2 on: April 07, 2015, 10:10:49 AM »
0
I might actually be able to do this on Rebirth.  I just haven't gotten around to a tamer yet.
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Wiper

  • Jr. Member
  • **
  • Posts: 45
  • Activity:
    0%
  • Reputation Power: 1
  • Wiper has no influence.
  • Respect: +8
  • Referrals: 0
    • View Profile
Re: Ridgeback Tamer with Auto Search ver 1.0
« Reply #3 on: April 21, 2015, 10:48:00 AM »
0
Is this for a free shard or an OSI shard?
If it is for OSI shard I test it out.

Offline El_Remo

  • Jr. Member
  • **
  • Posts: 93
  • Activity:
    0.6%
  • Reputation Power: 2
  • El_Remo has no influence.
  • Gender: Male
  • Respect: +17
  • Referrals: 0
    • View Profile
Re: Ridgeback Tamer with Auto Search ver 1.0
« Reply #4 on: April 21, 2015, 10:55:19 AM »
0
I might actually be able to do this on Rebirth.  I just haven't gotten around to a tamer yet.

Its my next project as well since High seas isnt around just yet

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13301
  • Activity:
    0%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: Ridgeback Tamer with Auto Search ver 1.0
« Reply #5 on: April 21, 2015, 11:04:40 AM »
0

Its my next project as well since High seas isnt around just yet


May have to whine a bit louder.  They seem to have some trepidation about certain newer OSI features.  *cough*imbuing*cough*
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2998
  • Activity:
    3.4%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +205
  • Referrals: 2
    • View Profile
Re: Ridgeback Tamer with Auto Search ver 1.0
« Reply #6 on: April 21, 2015, 04:49:35 PM »
0
Make sure not to run this unattended until running it for a while. It has been a long time since I tamed ridgebacks, I think if you are guilded, it can backfire on you. I seem to remember that I had released and was attacking one when a savage attacked it and that caused my savage kin paint to explode.

Offline _C2_

  • AFK FtW
  • Global Moderator
  • *
  • *
  • Posts: 4077
  • Activity:
    0%
  • Reputation Power: 48
  • _C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!
  • RIP Pen Trick
  • Respect: +254
  • Referrals: 4
    • View Profile
Re: Ridgeback Tamer with Auto Search ver 1.0
« Reply #7 on: April 21, 2015, 07:00:52 PM »
0
Make sure not to run this unattended until running it for a while. It has been a long time since I tamed ridgebacks, I think if you are guilded, it can backfire on you. I seem to remember that I had released and was attacking one when a savage attacked it and that caused my savage kin paint to explode.
Yes, guilded is bad for this technique! Savage paint will explode.

Offline The Ghost

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Ridgeback Tamer with Auto Search ver 1.0
« Reply #8 on: April 22, 2015, 08:59:17 AM »
0
So much work to tame those animal.  taming Bull seen so much easier

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2998
  • Activity:
    3.4%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +205
  • Referrals: 2
    • View Profile
Re: Ridgeback Tamer with Auto Search ver 1.0
« Reply #9 on: April 22, 2015, 01:05:24 PM »
0
The gains are better from and quicker from the ridgebacks, but it is more a lot more work. When I did the ridgebacks from 100-120, I would tame them and then release them and let the savages kill them. so that I was not involved in the fighting. If you are not guilded, then it should be no problem.

Offline Endless Night

  • Global Moderator
  • *
  • *
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: Ridgeback Tamer with Auto Search ver 1.0
« Reply #10 on: April 23, 2015, 05:24:56 AM »
0
The gains are better from and quicker from the ridgebacks, but it is more a lot more work. When I did the ridgebacks from 100-120, I would tame them and then release them and let the savages kill them. so that I was not involved in the fighting. If you are not guilded, then it should be no problem.

Crisis now that your elite.. you can use my unattended tamer trained get you all the way to 120 ... perfectly safe totally unattended...

Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline Crisis

  • Global Moderator
  • *
  • *
  • Posts: 2998
  • Activity:
    3.4%
  • Reputation Power: 41
  • Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.Crisis is a force to reckon with.
  • Gender: Male
  • Scripting well enough to break things!
  • Respect: +205
  • Referrals: 2
    • View Profile
Re: Ridgeback Tamer with Auto Search ver 1.0
« Reply #11 on: April 23, 2015, 04:18:35 PM »
0
The gains are better from and quicker from the ridgebacks, but it is more a lot more work. When I did the ridgebacks from 100-120, I would tame them and then release them and let the savages kill them. so that I was not involved in the fighting. If you are not guilded, then it should be no problem.

Crisis now that your elite.. you can use my unattended tamer trained get you all the way to 120 ... perfectly safe totally unattended...



I can't wait to try that and the script that you pm'd me about! ;D

Offline El_Remo

  • Jr. Member
  • **
  • Posts: 93
  • Activity:
    0.6%
  • Reputation Power: 2
  • El_Remo has no influence.
  • Gender: Male
  • Respect: +17
  • Referrals: 0
    • View Profile
Re: Ridgeback Tamer with Auto Search ver 1.0
« Reply #12 on: April 26, 2015, 09:17:14 AM »
0

Its my next project as well since High seas isnt around just yet


May have to whine a bit louder.  They seem to have some trepidation about certain newer OSI features.  *cough*imbuing*cough*

I kind of caught that when i mentioned high seas this morning.

Offline El_Remo

  • Jr. Member
  • **
  • Posts: 93
  • Activity:
    0.6%
  • Reputation Power: 2
  • El_Remo has no influence.
  • Gender: Male
  • Respect: +17
  • Referrals: 0
    • View Profile
Re: Ridgeback Tamer with Auto Search ver 1.0
« Reply #13 on: April 26, 2015, 09:17:53 AM »
0
The gains are better from and quicker from the ridgebacks, but it is more a lot more work. When I did the ridgebacks from 100-120, I would tame them and then release them and let the savages kill them. so that I was not involved in the fighting. If you are not guilded, then it should be no problem.

Crisis now that your elite.. you can use my unattended tamer trained get you all the way to 120 ... perfectly safe totally unattended...



Dohh my hairs were standing up until i saw that elite part lol

Offline Endless Night

  • Global Moderator
  • *
  • *
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: Ridgeback Tamer with Auto Search ver 1.0
« Reply #14 on: April 29, 2015, 04:35:35 AM »
0
I guess this script never found its market .. has anyone actually run it ?
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Tags: