Juicemonkey
Master
Could someone help me out with a macro in uosteam that poisons my weapon during a fight
Follow these steps carefully :-
(Windows 7)
+Head over to control panel and click programs and features -
+Scroll down, look for Ultima Online and click uninstall -
+When the process is complete, switch off your computer.
+Unplug computer but be observant enough to not pull the face off the power point.
+Unplug accessories carefully and place them in a bag.
+Take computer, monitor and accessories outside -
+If you do not have a large empty oil drum handy, build a fire, about eight feet high and eight feet wide -
+Place your computer, accessories and leads into the center of the fire, but do not ignite just yet -
+If you have a computer table/desk , take it apart, carefully piece by piece and place the newly acquired resources around the bottom of your fire but make sure you have access to it and ONLY attempt to get it if you are strong enough to.
+When you have done the above, strip to your bare ass, smother yourself in gasoline and go take your place as an early Guy Fawkes and sit on the top of your fire, make sure you do not wreck all your hard work.
+ When all is done, ignite fire.
WAIT! Before you start acting like a wolverine with a carrot up its ass, IF you managed to do all the above which would take at the very minimum 30-40 minutes, surely you can find the time to apply Deadly poison to a weapon without resulting to such a shallow tactic.
*Applies Anti-Flame protection*
Oh, if you use another operating system, please follow the instructions/guides provided on how to remove something from your computer.
Dos prompt..../deltree... easy peasy.
I appreciate it man! But all I managed to get out of that was a burnt ass and a charred computer. Not to mention I have to get a new desk now. One thing I didn't get though was a poisoned weapon. And because of that, I am deeply saddened. By the way, it's quite comical you took time out of your day to write that.
Yeah, that's my problem. I recently switched over to uosteam. I could easily figure it out in razor.Pretty easy with razor, but I don't use Steam so I can't help :/
Follow these steps carefully :-
(Windows 7)
+Head over to control panel and click programs and features -
+Scroll down, look for Ultima Online and click uninstall -
+When the process is complete, switch off your computer.
+Unplug computer but be observant enough to not pull the face off the power point.
+Unplug accessories carefully and place them in a bag.
+Take computer, monitor and accessories outside -
+If you do not have a large empty oil drum handy, build a fire, about eight feet high and eight feet wide -
+Place your computer, accessories and leads into the center of the fire, but do not ignite just yet -
+If you have a computer table/desk , take it apart, carefully piece by piece and place the newly acquired resources around the bottom of your fire but make sure you have access to it and ONLY attempt to get it if you are strong enough to.
+When you have done the above, strip to your bare ass, smother yourself in gasoline and go take your place as an early Guy Fawkes and sit on the top of your fire, make sure you do not wreck all your hard work.
+ When all is done, ignite fire.
WAIT! Before you start acting like a wolverine with a carrot up its ass, IF you managed to do all the above which would take at the very minimum 30-40 minutes, surely you can find the time to apply Deadly poison to a weapon without resulting to such a shallow tactic.
*Applies Anti-Flame protection*
Oh, if you use another operating system, please follow the instructions/guides provided on how to remove something from your computer.
They are closed.I'd go to the UOSteam Forum and ask for help there, the devs there always help people create macros.
//Halygon's Weapon Re-Poisoning Macro for UOSteam
if @findlayer 'self' 1
clearhands 'right'
setalias 'weaptopoison' 'found'
pause 800
if @findtype 0xf0a
useskill 'Poisoning'
waitfortarget 1500
target! 'found'
waitfortarget 1500
target! 'weaptopoison'
else
headmsg 'NO POISON FOUND!'
endif
pause 800
equipitem 'weaptopoison' 1
else
headmsg 'NO WEAPON EQUIPPED!'
endif
I'm about to hop on now to see if this works, thank you! I'll let you know how it goesHere you go... I don't have a keg of poison so verify that the poison type is correct:
Code://Halygon's Weapon Re-Poisoning Macro for UOSteam if @findlayer 'self' 1 clearhands 'right' setalias 'weaptopoison' 'found' pause 800 if @findtype 0xf0a useskill 'Poisoning' waitfortarget 1500 target! 'found' waitfortarget 1500 target! 'weaptopoison' else headmsg 'NO POISON FOUND!' endif pause 800 equipitem 'weaptopoison' 1 else headmsg 'NO WEAPON EQUIPPED!' endif
I just wrote this on the fly so let me know if you run into any problems.