Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - manwinc

Pages: 1 2 3 [4] 5
46
General UO Chat / Way to Train archery (Funny)
« on: March 11, 2010, 05:01:17 PM »
Something Just occured To me. the problem with training archery is normally using arrows/making sure your gear is okay. (Not really a problem if you know what you are doing and have the right scripts), But I was watching my Script today that runs around farming arrows ,by killing centaurs, and it occured to me. What if he had archery and killed the centaurs with the bows the centaurs carried and used the arrows they drop!?!?!? Lol wouldn't that be amazing. Train up bushido/Some other healing method that just requires mana, give him a bow and some arrows and just unleash him

47
Scripting Chat / Event macro 50 2 && Event macro 59 0
« on: March 09, 2010, 07:45:27 PM »
Just some Food for Thought. When Easyuo performs a macro the Time Required to perform it isn't Instantaneous. For instance Just the Simple Macro for Bandage Last Target Requires 35+MS and for Select Next Party Requires around 40-60MS.

Might not seem like much to everyone else, but say you have a party of 8 Guys and you want them all crosshealing. It takes 8 Iterations of event macro 50 2 until you reach the appropriate target, and then 1 time of Event macro 59 0. Thats Around 400 MS for just one character, Multiply that by 8 guys and thats 3.2 Seconds just to get through the Heals for Every Single Character.

I Will be Looking more Into this :)

50
Cool Links! / YOU WIN!!!
« on: February 25, 2010, 11:59:29 PM »
&feature=related

51
General UO Chat / What Happens if they ban Easyuo?
« on: February 12, 2010, 08:03:01 PM »
I know this is like the 100th time EA Has Talked about looking into 3rd Party Program Detection, But they also brought up that they are looking into fixing the speed hack Problem, which is something NEW and worry's me. It Shows that they are actually getting involved.

So, what do you all think will Happen if they do Start Banning 3rd party programs? I'm 100% Sure that they will lose 50% of their Clients Right off the bat if they Do. I mean Hell I own and Pay for 5 Accounts Personally.


On A Side Note I didn't think the speed hack problem was that bad, I just figured my connection was that bad, but then I started PvP'ing Every day Again. And I run with guildmates who ping Less than 20 and some who even use Cheat Engine. I don't Really Have a problem Keeping up with them, and I can Clearly See their actions on Screen (They run away, they move around that tree, they Approach me etc etc etc.... )

I get out on the field, and I watch as a character goes from being off screen to me being nerve striked, dismounted, and 3 more guys are practically next to me who weren't even on screen. The Speeders are Getting dangerous. (Its a mix of an Asian Speeder and Cheat Engine BTW). Mages Swear it doesn't affect their casting, but i'd beg to Differ. I know people swear Timing Timing Timing, but I run with some damn good mages and I know how fast A Flamestrike should cast, and its just ridiculous what some mages can do. (2nd Flamestrikes landing before the other one has even Dissapeared yet on my Screen)

52
Off Topic / Short attention Span
« on: January 31, 2010, 08:51:48 PM »
How is it I can focus on writing 1000's of lines of code and remember variables, Flow, Controls, etc etc etc, but when it comes to everything else in life I have the attention span of....... a kitten.

I've been trying to clean my room for 3 days, while SNOWED in at my house. So far, I've made my bed, put all my laundry in 1 laundry basket, and cleaned my bathroom counters.

Lol, I fear I'm doomed if I continue Scripting.

53
General UO Chat / Funny Army Storys
« on: January 15, 2010, 10:15:02 AM »
Funniest things that have happened while Running the army :)

After SA, #Enemyid Was More or lessly broken and would randomly set itself to things that you targetted, and sometimes even things that you have done nothing to, as a result of this I've made probably around 200k Gold from res killing unsuspecting guildmates. (They accept the res, and 4 archers WTF Pwn them accidentally)

While Running the army in Doom (3 wraith form dexxers jumping from room to room), I got asked by another player if I invented Scripting. (Last time I brought the army to doom :) )

A guild on my homeshard raided a guildmate while he was running 3 archers, with a Poison Field, and a greater dragon on them, they still managed to crossheal through the poison field (OWNED), and kill the dragon and the players :)

While Testing out how Quickly you can use Event macro 27 0, I wrote a small script to flag my main character on 3 of my other characters to see if it would flag me on all of them. It did, and Before I could take the 3 Steps to get out of line of sight, I died.

Originally I had A movement Command Called Hellakopter, in which every character but my main would move out 2-4 tiles (Random), and begin running in circles around my position. That was great :)

First Travesty Run with 3 Dexxers - 3 Hours, couldn't even finish it.

Travesty Runs now average around 8 Minutes :)

54
Crafting / Mwincs. Crafting Scripts
« on: January 09, 2010, 12:23:47 AM »
I'll combine them all into one script Eventually :)

The Woodland Leggings Portion of My Armor Crafter was Designed to Craft HCI leggings Only, and that is all it does for Carpentry Armor.


Code: [Select]
;=======================================================
; Script Name: MWinc. Armor Crafter
; Author: MWinc.
; Version: 0.2
; Client Tested with: Baja
; EUO version tested with: 163
; Shard OSI / FS:  OSI
; Revision Date: 1/10/10
; Public Release:
; Purpose: Crafts Gear So 1 Resist is at Maximum For Imbuing
;=======================================================
; Basic Concept
; When Imbuing Gear, How high the initial Resist on the piece
; Doesn't AFFECT How High the resist Can go.
; So 4 Fire upgardes to 19 Fire
; And 10 Fire Upgrades to 19 Fire(Wasting 6 Resistance from the first one)
; Factoring that In, you want to OPTIMIZE Your Resistances
; And Have basically ZERO WASTE Leaving Plenty of room
; FOR OTHER ADDS
; Finding a Minimum Resistance is Better than Finding
; A maximum Resistance Piece, But Often Enough they travel
; In pairs. For instance A piece with 14 Cold and 3 Poison.
;======================================================
; -Introduction-
; This Script Will Craft A Leather Item of Your Choice
; And Look For Either A Resistance Greater Than or Equal To A Maximum
; Resistance you want, or look for a Resistance less than or equal
; To a Minimum Resistance You want
;======================================================
; Requirements
; 1. A pair of Scissors
; 2. Leather in your Secure (Only regular)
; 3. Ingots in your secure (Only iron if you want to craft Sewing kits)
; 4. A tinker Tool on you if you want it to craft sewing Kits
;======================================================
; Suggestions
; 100 Arms Lore
; Only craft with Regular leather. Imbue the resists you want
; Then Try and Enhance, then Imbue the rest of your adds.
;======================================================




Code: [Select]
;=======================================================
; Script Name: MWinc. Shuriken Poisoner
; Author: MWinc.
; Version: 0.1
; Client Tested with: Baja
; EUO version tested with: 163
; Shard OSI / FS:  OSI
; Revision Date:
; Public Release:
; Purpose: DP's Shurikens
;=======================================================
;Directions
;=======================================================
; Have a secure container with Shurikens In it and
; The poison of your liking (no darkglow or parasitic)
; Have another secure to move the Poisoned shurikens to
;======================================================
; I was at 100 Poisoning, and Never failed/got poisoned by
; The script so never added in Curing :)

Code: [Select]
;=======================================================
; Script Name: MWinc. Shurikens
; Author: MWinc.
; Version: 1.0
; Client Tested with: Baja
; EUO version tested with: 132
; Shard OSI / FS:  OSI
; Revision Date:
; Public Release:
; Purpose: Crafts 10 Use Shurikens
;=======================================================
;Requirements
;=======================================================
; A secure container
; Enough blacksmithing to craft Shurikens
; A ninja Belt
; Iron Ingots to make shurikens with
; Smithing Hammers/Tools
; ONLY IRON INGOTS IN BACKPACK AND SECURE
;=======================================================
;Directions
; Hit play
;=======================================================






55
Scripting Chat / Event property = Nothing Glitch
« on: December 17, 2009, 07:58:25 PM »
I think I read someone asking about this at one point, where Event property Doesn't return Anything because the client hasn't sent the information over. Actually there is A Really EASY way to check this


set %Nothing ; literally set it to nothing :)
event property #Findid
if #Property = %Nothing
{
uhh..... Loop or something
}

56
Scripting Chat / Targetting Serpents Nests
« on: October 03, 2009, 12:31:29 PM »
So, I'm working on a script to get the Keys for doing medusa, but can't figure out for the life of me how to target the Serpents Nests!?!?!


I tried setting the Targetid and the Targetkind (Tried setting targetkind to 1-3 ). I tried tile scanning, which wasn't working for some odd reason.....


Was just curious if anyone had anything for this yet? or any hints/tips?

57
Questing / Mwinc. Puzzle Board Solver
« on: October 03, 2009, 11:26:07 AM »
Code: [Select]
;=======================================================
; Script Name: Mwinc. Puzzle Solver
; Author: MWinc.
; Version: 1.0
; Client Tested with: Baja
; EUO version tested with: 154
; Shard OSI / FS:  OSI
; Revision Date:
; Public Release: 10/3/09
; Purpose: Puzzle Solving Like a Pro
;=======================================================

Will post link here shortly to my Script LIbrary

http://www.scriptuo.com/index.php?topic=2830.0

58
UO Bragging Rights / Stygian Dragon
« on: September 16, 2009, 01:02:32 AM »
Stygian Dragon Downed in 30 minutes by myself. No Deaths. 285 Arrows.

It tried to give me the Stank Eye, but I Just poked it in the face.

59
Scripting Chat / I don't understand.
« on: August 14, 2009, 09:09:37 PM »
I see alot of These kind of IF statements in Peoples Scripts


if %SOMETHING
{



}


I don't understand..... TO me its like a joke without a punchline... I don't understand what its function is or where you would actually use it? Without a mathematical comparison.... an IF just seems like a Wire Coat Hanger Unwinder... (Who would Actually use it?)

60
General UO Chat / Best Method For Harrower?
« on: June 24, 2009, 10:46:34 AM »
I'm a Bit of A Nub WHen it comes to doing Harrowers. Managed to do one last night with 6 Tamers. I tried to dexxer the First Harrower and was doing good Until he started Bload Oath Spamming.......

So, whats the best method in your opinion of Taking Out the First Harrower, Tentacles, and True Harrower?

Pages: 1 2 3 [4] 5