ScriptUO
Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: DeadIssue2 on April 24, 2009, 06:14:16 AM
-
This many be silly or useless altogether but I will ask anyway.
I was goofing around on a PvP thief the other day (NON PRODO) and was stealing the mages regs while they were going at me. Man was it funny until I messed up my timing and could not seem to get my steals in on a timely manner and promptly died. I was wondering is there anything out there that checks for a skill use like stealing and starts a VISUAL count down timer so when you get to zero you know you can steal based on the skill timer? Maybe used in conjunction with the pen trick as an all in one??
-
Easy first script to do ;)
-
Easy maybe but is it worth the time? Both in necessity for the community and for ease of skill use? I do not want to script for the sake of typing if you know what I mean? If there is nothing out there that you know of that does something like this it might be useful for any Non-prodo people without insurance.
-
Here's my theory when it comes to scripting:
In the time it takes to work a skill manually, you could write a whole script and never have to manually train it again.
In your case, in the time it takes to go get rezed, dressed, and run back each time you die because you mis-timed your steals, you could write a 10 line script and never have to worry about it again!
-
Now that sire is useful logic.
Plus i was just thinking about adding a timer for my G heal pots so i'm not wasting my time smashing my head on that key for 10 seconds :)
-
So a nice little menu with various timers... Sweet.
-
*dreams of cute little menu's ticking away* :o
-
remember guys I am still in my beginner wtf am I doing stage and menu's are not my bag.... yet.
You can picture little menus, I was just hoping for a number popping up above my head in a Nasa count down style. :)
-
Which can easily be accomplised ;)
Event ExMsg (http://wiki.easyuo.com/index.php/Event_ExMsg)
-
i was thinking about a menu somewhat like this the other day and i think it could be very useful if used for the right purpose. granted the OP had a rather easy function for the script it could be developed into something a bit more. kind of like the "casting bars" in WoW if anyone is familiar with that.
for example, in terms of pvp the menu can let you know what buffs/debuffs(strangle,evil omen, HLD,disarmed, bless, gift of renewal, etc) you have on you and the duration left on the spell. if the duration is unsure, say someone doesnt have 120 spirit speak so corpse skin doesnt last as long as someone with 120, the script can read the journal and find the "skin has returned to normal" msg and take the debuff off the menu
pve wise, i can see this being especially useful for whammy/sampires. have the script find your spirit speak, plug it into the duration formula and it can let you know when your curse wep is going to come off. same goes for eoo, evasion cooldown, heal pot cooldown.
any thoughts on this?
-
I started something like that a while back. However it got kinda large as I added features to it and then I lost interest. ;) Also I was wrestling with the way the UO should be. I never resolved that one.