Author Topic: Coragin's Auto Champ Spawn Discorder, w/pen trick. (Based on C2's Trainer) DEAD  (Read 4087 times)

0 Members and 1 Guest are viewing this topic.

Offline CoraginTopic starter

  • Wacko in Pajama's
  • Elite
  • *
  • *
  • Posts: 1641
  • Activity:
    0%
  • Reputation Power: 23
  • Coragin might someday be someone...Coragin might someday be someone...Coragin might someday be someone...Coragin might someday be someone...
  • Gender: Male
  • It Is What It Is.
  • Respect: +57
  • Referrals: 1
    • View Profile
This no longer works as it is dead on OSI shards, Pen trick dont work anymore.


This is a script I whipped up with a lot of cut and paste, to do Lord Oaks and Twisted Weald champ spawns fast.  It is largely based on the SUO Champ spawn helper and C2's discord trainer with pen trick.  Using both of those scripts, I came up with this idea to run a character that will auto discord any target on screen that is in the monster type.  It has a journal check for if discord was successful, if it was it will ignore the target and continue.  It will also wait if there are no targets on screen.

In the future I will add in an all attack sub, so this can be a semi-afk script or for a secondary account.

Special credit to C2 for his main sub which made this possible.

If your code is here and I didnt give credit, PLEASE let me know so I can.

Future Additions:

1. Adding in HP check to auto pause/hide/invis for heals, for other champ spawns.
2. Adding in Doom Dark Father support and bone cutter.
3. Create a menu choosing a spawn or location i.e. doom.
4. Sending pet in to kill if all targets are discorded.

Code: [Select]
;==========================================================================
; Script Name: Coragin's Auto area discorder.
; Author: Coragin (Subs from ALOT OF PEOPLE)
; Version: 1.0
; Shard OSI / FS: OSI (Tested)
; Revision Date: 06/05/2009
; Purpose: Auto discords all targets in an area.  Will not discord the same target twice.
;          Useful for Lord Oaks and Twisted Weald champ spawns. This uses the pen trick,
;          so make sure you have a mapmakers pen in your inventory.  And a lot of instuments.
;
;==========================================================================
; Version: 1.0 - first release for testing
;              Currently only set up for Lord Oaks and Twisted Weald.
;==========================================================================
; Special Thanks: C2, TrailMyx, Cervaza for their scripts that gave me the idea for this.
;
; Based on: SUO Champ Spawn Helper || C2's Auto Discord Trainer
;
;==========================================================================
set %animal MHB_FN_NB_XI_EF_WF_PB_ZM
set %waittime 25  ; 25 is recommended you can try to tweak this time 20 = 1 sec
;================set instrument=================================
set %trainit disc
chooseskill %trainit
set %inst QRF_NRF_MQF_PRF_LQF_OQF_RGP_KRF_RPG
event macro 8 7
wait 10
finditem %inst C_ , #backpackid
set %music #findid
set #LOBJECTID #findid
event macro 17 0
wait 20
;==================set pen and locations=========================
finditem CXF C_ , #backpackid
if #findkind = -1
  {
  display Get a Mapmaker's Pen and restart! Halting
  halt  ; no pen
  }
set %pen #findid
    wait 5
set #LOBJECTID %pen
event macro 17 0
wait 20
set %clickx #CONTPOSX + 285
set %clicky #CONTPOSY + 410
;=======================Main=========================
start:
repeat
finditem %animal G_15
if #findkind = -1
   {
   ;gosub reset
   goto start
   }
set %targeted #findid
if #contsize <> 530_437
   {
   set #LOBJECTID %pen  ;this will open up pen each time!
   event macro 17       ;if u lose menu while peacing ever this will
   wait 20              ;be slower for one pass but stabalize menu loss
   }
gosub GumpWait
gosub GumpWait
set #ltargetid %targeted
set #ltargetkind 1
event macro 13 15 ; disco
target
event macro 22
gosub SuccessCheck
;ignoreitem #ltargetid     ;This will be success check in journal
finditem %inst C_ , #backpackid
if #findkind = -1
   {
   Display Out of Instruments
   halt
   }
set #lobjectid #findid
set %music #findid
event macro 17 0
wait %waittime
until #charghost = yes
while #charGhost = YES
  wait 0
goto start

;Gump Wait Sub for Mapmakers pen
sub GumpWait
  set %safety_timer #scnt + 2
  repeat
  until #contsize = 530_437 || ( #scnt > %safety_timer )
  click %clickx %clicky f
return

sub reset
   ignoreitem reset
return

sub SuccessCheck
scanjournal %jindex
if %jindex = %jindexlimit
if you_play_jarring_music in #journal || suppressing_your_target's_strength in #journal || That_creature_is_already_in_discord in #journal
   {
      ignoreitem #ltargetid
   }
return
« Last Edit: December 15, 2009, 05:24:20 PM by Coragin »
Coragin

My Facebook
And now I'm better at doing what ever it is Wolverine does!

Offline CoraginTopic starter

  • Wacko in Pajama's
  • Elite
  • *
  • *
  • Posts: 1641
  • Activity:
    0%
  • Reputation Power: 23
  • Coragin might someday be someone...Coragin might someday be someone...Coragin might someday be someone...Coragin might someday be someone...
  • Gender: Male
  • It Is What It Is.
  • Respect: +57
  • Referrals: 1
    • View Profile
Re: Coragin's Auto Champ Spawn Discorder, w/pen trick.
« Reply #1 on: June 05, 2009, 12:25:12 PM »
0
I forgot to add, I dont have the monster type ID for the grizzlies that spawn in twisted weald, that is the final stage spawn, so, I didnt have enough time before posting to advance the spawn that much.

Thinking of taking out shadow wisps, cause they are useless to discord.
Coragin

My Facebook
And now I'm better at doing what ever it is Wolverine does!

Offline camotbik

  • Sr. Member
  • *
  • Posts: 349
  • Activity:
    0%
  • Reputation Power: 3
  • camotbik has no influence.
  • Gender: Male
  • Hello! I'm a UO addict.
  • Respect: +38
  • Referrals: 0
    • View Profile
Re: Coragin's Auto Champ Spawn Discorder, w/pen trick. (Based on C2's Trainer)
« Reply #2 on: December 15, 2009, 03:52:21 PM »
0
Looks really interesting. Will try this out tomorrow.
What you witness -- is whatver..
uogamers hybrid.

Offline Cerveza

  • Hacksimus Maximus
  • Scripthack
  • *
  • Posts: 5857
  • Activity:
    0%
  • Reputation Power: 80
  • Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!Cerveza is awe-inspiring!
  • Gender: Male
  • So... Hows that Hopey-Changey thing working out?
  • Respect: +403
  • Referrals: 11
    • View Profile
Re: Coragin's Auto Champ Spawn Discorder, w/pen trick. (Based on C2's Trainer)
« Reply #3 on: December 15, 2009, 03:54:01 PM »
0
You know the pen trick is dead on OSI right?
XXXXXXXXXX________________________________________] 20%
I've forgotten more about this game then most people will ever know.
Thank you for controlling your children. Their manners reflect your love for them.
Give a man a fish and you feed him for a day. Don't teach a man to fish, and you feed yourself. He's a grown man. Fishing's not that hard.

Tags: