Author Topic: ROT Music Gain for Siege  (Read 5835 times)

0 Members and 1 Guest are viewing this topic.

Offline DeadIssue2Topic starter

  • Sr. Member
  • *
  • Posts: 287
  • Activity:
    0%
  • Reputation Power: 3
  • DeadIssue2 has no influence.
  • Gender: Male
  • Respect: +21
  • Referrals: 1
    • View Profile
ROT Music Gain for Siege
« on: March 02, 2009, 08:34:20 AM »
0
Code: [Select]
;======================================================
; Script Name: ROT Music Gain for Siege
; Auther: Deadissue
; Version: 1.0
; Shard: OSI Siege
; Date 3/1/2009
; Purpose: Gain music using the ROT skill gain system
; Globals: None
;======================================================
; Special Instructions: Make sure to have an instrument
; in your backpack. Make sure to change the delay to the
; appropriate time for your ROT stage ( 5(300s),8(480s),
; 12(720s), or 15(900s) minutes between max skill gain).
;
;======================================================
Chooseskill Music
set %temp_skill #Skill
Loop:
  Gosub Play_Music
  chooseskill music
  if %temp_skill <> #SKILL
  {
    set %temp_skill #SKILL
    wait 300s ; change this timer per ROT level
  }
  if #skill = 750 ;change based on starting skill+max possible gain per day
  {
     Halt
  }
  goto loop:

Sub Play_Music
  finditem PRF C_ , #backpackID
   IF #findkind = -1
    {
      msg Get an Instrument $
      halt
    }
   Set #lobjectID #FindID
event macro 17 0
wait 2s
return


Cerveza - code tagged
« Last Edit: March 03, 2009, 09:17:14 AM by Cerveza »

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: ROT Music Gain for Siege
« Reply #1 on: March 02, 2009, 08:38:22 AM »
0
Cool, I may have to dust off some of my old Siege-friendly scripts.  Thanks!
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline DeadIssue2Topic starter

  • Sr. Member
  • *
  • Posts: 287
  • Activity:
    0%
  • Reputation Power: 3
  • DeadIssue2 has no influence.
  • Gender: Male
  • Respect: +21
  • Referrals: 1
    • View Profile
Re: ROT Music Gain for Siege
« Reply #2 on: March 02, 2009, 09:13:55 AM »
0
This is just the beginning of this script I still want to add a way to do this while using an alacrity scroll and login in and out as well as a menu to ask if your using an alacrity or not. I need to figure a way to adapt a counter to the way you gain on an alacrity based on ROT, one that does not base on actual gains but of times you gained.

Offline Hollywood_Shono

  • Full Member
  • ***
  • Posts: 113
  • Activity:
    0%
  • Reputation Power: 0
  • Hollywood_Shono has no influence.
  • Respect: +19
  • Referrals: 0
    • View Profile
Re: ROT Music Gain for Siege
« Reply #3 on: March 02, 2009, 05:15:16 PM »
0
Yeahhhh good script My Siege Blood Brother! HoooORAHHH!

Tags: