Official ScriptUO EasyUO Scripts > Siege Perilous related

RoT Weapon Gainer for Siege

(1/3) > >>

DeadIssue2:
Again I am just a beginner so please be kind. I have put this together to work any of the combat skills as long as you have the ability to summon a deamon. If there are any flaws by all means toss me a bone and help a brother out. It may not be elegant but it gets the job done.


--- Code: ---;======================================================
; Script Name: RoT Weapon Gainer on Siege w/Magery
; Auther: Deadissue
; Version: 1.0
; Shard: OSI Siege
; Date 3/1/2009
; Purpose: Gain Weapon Skills when in RoT
; Globals: None
;======================================================
; Special Instructions: Make sure your magery is high
;  enough to summon and wear a LRC suit. Make sure to
;  change the #skill to your max possible skill after
;  all of your Rot gains for the day. If you use this
;  in a house it will attempt to hide you after gaining.
;  And lastly when you advance from 5 to 8 to 12 to 15
;  minutes simply change the wait 300s in the last line
;  to 480s,720s,900s respectively.
;
;======================================================
loop:
event macro 15 60
wait 5s
msg all follow me $
wait 1s
msg all follow me $
wait 1s
finditem ID
set #ltargetid #findid
msg all stop $
wait 1s
msg all stop $
wait 1s
msg all stay $
wait 1s
msg all stay $
wait 1s
event macro 27
wait 5s
exevent popup #findid
wait 1s
click 39 163
wait 5s
chooseskill swords ; or any combat skill you are working
if #skill = 750 ; change this based on what your max ROT of day will be
   Halt
event macro 13 21
wait 300s ; change this based on your RoT timer.
goto loop

--- End code ---

Hollywood_Shono:
Nice one buddy!

Cerveza:
Que?


--- Code: ---finditem ID
--- End code ---

Not the normal use of finditem, what exactly are you looking for? And where are you looking for it?

If your looking for item type ID then:

The Type you entered is a wooden wall.

TrailMyx:

--- Quote from: Cerveza on March 04, 2009, 08:25:53 AM ---
The Type you entered is a wooden wall.

--- End quote ---

I was curious about what "ID" was.  ;)  Question answered!

However, if you want we can help you make your script into a no-setup monster if you like.

For that I mean:

1)  Check to see if you don't already have a daemon, if not summon one. (you kinda do that already, since you dismiss it)
2)  Automatically adjust the new #FINDID of the daemon to the new one
3)  Automatically adjust the wait times based #SKILL without having to change a variable
4) Relog your character back into the game if you have a disconnect.
5)...

How's them apples?  (assuming you like apples of course...  )  :p

Of course, it's been forever since I played Siege.  Do you get a skill gain the first time you wack at your summon?  If

DeadIssue2:
Well I may not have done it right but it sure does work. My concept was to put the deamon you just summoned onto the last target so that I can then pull up his menu and release him. If I did this incorrectly yeah me for managing to make it work and pull an epic fail at the same time!! On siege when in RoT you gain every time first try. For me this script isn't about speed but just get the job done so I don' have to bother. Some scripters are elegant and there scripts are beautiful..... mine are like a punch in the mouth , ugly but it sure works :)

TM, I certainly would not turn down your ideas as these are all things I want to learn but this little gem has 120'd all my weapon skills and tactics. Not to mention I made a few adjustments when I was working it and this thing 120'd my parry as well.  And yes I love them apples I wouldn't knowing how to work the variables for the RoT with skill vs time.

Navigation

[0] Message Index

[#] Next page

Go to full version