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 ... 5
1
General UO Chat / Chivalry on Pets is worthless
« on: May 31, 2017, 08:54:49 PM »
Name pretty much says it all.

Your pet will cast eo1, then toggle it right back off. Holy Light, Dispel Evil completely useless and i'm pretty sure reset your pets swing.

Divine Fury and Consecrate are nice, but the other actions are not worth the mana consumption.

2
Public Bugs / LE woops
« on: July 10, 2015, 06:19:52 AM »
Le woops

3
Off Topic / Verizon 4g Unlimited Data Users Heads up
« on: July 30, 2014, 01:40:36 PM »
October 1st they are going to start Throttling the crap out of 4g unlimited data users if they are out of their contract. Interestingly enough, the only way to resign a contract when you have an unlimited data plan with Verizon is to have 2 different lines and use the upgrade for the Unlimited 4g line on the other phone line. Retarded yes, but after 4.7 Gb they are going to grab our connection by the neck and start squeezing.

4
Scripting Chat / Now that Event Sleep is Broken and not coming back
« on: July 10, 2014, 09:47:11 PM »
So, the issue is that no matter what sort of Processor/Graphics card you are running, the login screen/disconnect screen for UO can eat the living crap out of your CPU, especially when running multiple clients at once. Event sleep was the old way to get around this which allowed you to reduce the cpu usage down to 0% For a period of Time.

The Easiest solution I can see so far is to Login to a different server and at the Character Selection/Creation Page, you can see whether or not you are on the wrong server or not with #Lshard, you can stay on that page for about 15 minutes, then you Attempt to force #lshard to what you want to be and go back to the shard selection page, and repeat until you get into the shard you want.

Code: [Select]
; if you are on the Character Selection page or the Character Creation page and its not the right shard.   
 if #Contsize = 640_480 && ( #Contname = Login_Gump || #Contname = CharCreation_Gump ) && #Lshard <> !Shard
    {
    wait 16000 ; <- 15 Minutes
    set #lshard !Shard ; <- Put the shard back to the Shard # that you want it to be.
    Click 595 445 ; <- Pops you back to the Shard Selection
    wait 40
    }

5
Need Invulnerability wash, need at least 5 of any combination , Will pay 5 mill each and pick them up on any shard.

6
General UO Chat / Looking For 2008 Christmas Tickets
« on: December 08, 2013, 08:45:54 PM »
Looking For 2008 Christmas tickets on Asuka, Atl, Cats, Chessie, Europa, Form, GL, Hok, Iz, LS, Miz, Pac, Sak, and Wak.

The ones that give the Snow Formations.

http://www.uoguide.com/Holiday_2008

Need about 12 In Total. Will pay 25 Mill to whatever shard you want. If you Have all 12.

7
General UO Chat / Origin Codes Failing
« on: August 09, 2013, 05:57:27 PM »
IF You are having issues with the Code that you Just Ordered From Origin Not working Properly, it Could be in the wrong format.

Codes Redeemed in UO are in the Form

WKRGWX-3MX8I-EGXLX-DVTNG-MMMEL (6-5-5-5-5)

Origin is spitting out Codes in this format

WGTF-U3RE-FM17-NQ36-JLQP-KI1X-PT (4-4-4-4-4-2)

Which does not work. You have to put the -'s in the Right spot in order for it to spit out your Code.

Spread the Word. This game is dying enough as it is. Don't need people quitting because of this sort of crap.


8
Crafting / Mwinc. Runic Combiner
« on: May 26, 2013, 03:52:24 AM »
Code: [Select]
;=======================================================
; Script Name: Mwinc. Runic Combiner
; Author: MWinc.
; Version: 1.0
; Client Tested with: Baja
; EUO version tested with: 202
; Shard OSI / FS:  OSI
; Revision Date:
;=======================================================

Pretty straight forward.

Hit Play.
Set the Container you want to move the Selected Runics to.
Select your Runic.
Hit Combine.

Pause and Resume Button are Pretty Obsolete since you can just pause the script and press play within EUO itself.

Open Containers Button Will open all Containers Specified by this Line in the Script

set %Containers KKF_ZTD

Right now its Just Small Crates in both Directions. You can Add types as you need.

Script Combines all Runics to the Maximum Charge Value Right now, if you wish to Modify it to stop at a lower value its fairly Simple In the upper Portion of the Scripts Code.

Example:
;===================
; Ash Saw
set %Type_2 ZFG
set %Col_2  1191
set %Max_2  70

I put the Name of the Tool above the Selection Options. The Type Represents the Type... The Col Represents the Color, and Max_ Represents the Maximum # of Charges.

9
Scripting Chat / Trying to Recreate "Fatal Error"
« on: April 07, 2013, 08:23:45 AM »
So, Something to do with some of the Recent Changes to the Game have Created a "Fatal Error" That crashes UO. It has Something to do with Logging out Through the Paperdoll Gump In Game.

If anyone has any info on recreating it or what causes it, I'd be Greatly Obliged. 

10
General UO Chat / Looking to Buy Bulk POF(500+) Any Server
« on: January 31, 2013, 07:42:24 AM »
Wanting to buy Bulk POF, around 500+. Any Server.

11
Scripting Chat / Exevent Dropc Problems
« on: January 16, 2013, 07:46:47 PM »
Anyone Noticing Any Issues with Exevent Dropc Recently?

I'm Testing Some Code to basically Drag a Box from the Ground and Put it into another Container.

Typically I Monitor the Weight of my Player after Dragging Items That aren't on his person to start, and then after the weight has changed, or the Timer has Expired, I drop them on the Appropriate Container.

This has all been Done Flawlessly 100,000,000's of times in looters and other scripts, but when I'm dragging this Chest, It won't end up in the Appropriate Container, Like Exevent Dropc Is Broken.

I had to Code in a Secondary weight check after the Drop to make sure the weight returns to normal..

Very Annoying, about to close EUO and UO and restart Fresh, Just curious if Anyone Else Noticed Exevent dropc Doing weird things.

12
General UO Chat / Method for Propping Open Doors?
« on: December 28, 2012, 09:42:32 PM »
Anyone know of a method for Propping open doors? Beyond just sticking a player in them?

13
Scripting Chat / Minimize/Maximize?
« on: September 06, 2012, 07:07:09 AM »
Anyone Know of Any Tricks To Minimize/Maximize a UO client through EUO?

14
So, I still have a "Grandfathered" Phone plan from Alltel, on my Smartphone, with unlimited Data. They recently Nerfed the ability to ADD new plans to such packages as of June 2012, but they left Phones still on these plans alone.

There is a way, and you might need to have some decent connections with people here, to swap your Sim Card from your Phone to a 4g Usb Internet Device and Have unlimited 4g Internet. Big Deal Right? Well, if you are in a fairly Rural Area, you can get Download speeds up to 20 Mbps, and uploads up to 15 Mbps. With the Right Equipment ($800), you can also Boost that signal to max even if you live out in the sticks like me.

I Did this with my old phone, and just purchased a new phone under a crappy verizon plan. Basically Giving me 20x the speed of my Old Unlimited data 3g Card for $20 Less.

15
Script Snippets / Event Sleep Command
« on: August 02, 2012, 07:40:09 PM »
I think Event Sleep is probably one of the Most Underused Commands available to us.

Event Sleep will reduce the CPU usage of your Client to 0%. Anyone who has ran multiple scripts and had them lose connection knows just how much CPU this game can eat up when its left at a con loss screen or at the Login Screen. I personally Now use this Command after Con Loss to Prevent my computer from overheating. Here is the Sub I use For Instigating Sleep

 

Code: [Select]
Sub MWinc_Sleep
; Gosub Mwinc_Sleep (Minutes)
Namespace Push
Namespace Local I_love_Da_Boobies
set !Minutes %1
set !Sleep_Timer 60000 * !Minutes
set !Wait_Timer ( ( !Minutes * 60 * 20 ) + 40 )
Event Sleep !Sleep_Timer
Wait !Wait_Timer
Namespace Pop
Return

Pages: [1] 2 3 ... 5