Author Topic: Mwincs. Crafting Scripts  (Read 39621 times)

0 Members and 1 Guest are viewing this topic.

Offline manwincTopic starter

  • Elite
  • *
  • *
  • Posts: 2556
  • Activity:
    0%
  • Reputation Power: 32
  • manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!
  • Gender: Male
  • "The Devs Hard at Work"
  • Respect: +123
  • Referrals: 1
    • View Profile
Mwincs. Crafting Scripts
« on: January 09, 2010, 12:23:47 AM »
0
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
;=======================================================






There are 3 attachment(s) in this post. You must register and post an acceptable introduction to download
Armor Crafter.txt
Mwinc. Shuriken Craft.txt
Shuiken Poisoner.txt
« Last Edit: April 08, 2018, 08:23:39 PM by manwinc »
Monkeys and Typewriters!

" Oh I know, We'll make a Boss Encounter that requires 3 keys per player to enter, Then we'll make it not a closed instance so you never know if you are going to pop into a fresh room or a boss that has 1% Health left with 20 dudes smashing its face in, wasting your time and effort"

Offline manwincTopic starter

  • Elite
  • *
  • *
  • Posts: 2556
  • Activity:
    0%
  • Reputation Power: 32
  • manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!
  • Gender: Male
  • "The Devs Hard at Work"
  • Respect: +123
  • Referrals: 1
    • View Profile
Re: Mwincs. Crafting Scripts
« Reply #1 on: January 09, 2010, 12:24:40 AM »
0
I hope its okay that I just post them all in one Topic Header, I only view the armor crafter as Anything "Significant" as far as scripts go.
Monkeys and Typewriters!

" Oh I know, We'll make a Boss Encounter that requires 3 keys per player to enter, Then we'll make it not a closed instance so you never know if you are going to pop into a fresh room or a boss that has 1% Health left with 20 dudes smashing its face in, wasting your time and effort"

Offline anewbe4u

  • Jr. Member
  • **
  • Posts: 25
  • Activity:
    0%
  • Reputation Power: 0
  • anewbe4u has no influence.
  • Respect: +6
  • Referrals: 0
    • View Profile
Re: Mwincs. Crafting Scripts
« Reply #2 on: January 10, 2010, 05:33:00 AM »
0
Excellent.

Thank you.

Offline Wilk

  • Sr. Member
  • *
  • Posts: 308
  • Activity:
    0%
  • Reputation Power: 3
  • Wilk has no influence.
  • Gender: Male
  • Respect: +24
  • Referrals: 0
    • View Profile
Re: Mwincs. Crafting Scripts
« Reply #3 on: January 10, 2010, 08:41:34 AM »
0
I'll give them a whirl manw.

Two questions though:

Can the shurikens poisoning also use fuyika darts if I add IDs?

Why only hci woodland legs? I've been ripping out gauntlets/arms/gorgs/and even chest pieces for nice suits.

I'll give some of these a tryout today anyway.

Thanks

Offline manwincTopic starter

  • Elite
  • *
  • *
  • Posts: 2556
  • Activity:
    0%
  • Reputation Power: 32
  • manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!
  • Gender: Male
  • "The Devs Hard at Work"
  • Respect: +123
  • Referrals: 1
    • View Profile
Re: Mwincs. Crafting Scripts
« Reply #4 on: January 10, 2010, 10:46:58 AM »
0
I forgot About Fuikyas, should just require 3 Changes... Let me add that into the settings.


The only reason that I used the Leggings was because that was the only wood piece I was using in my suit :P. I've only ran 40 hci on my pvp archer since the dawn of time, and felt like i'd change that :). It shouldn't be too hard to add in the rest of them. its a pretty simple setup.


Monkeys and Typewriters!

" Oh I know, We'll make a Boss Encounter that requires 3 keys per player to enter, Then we'll make it not a closed instance so you never know if you are going to pop into a fresh room or a boss that has 1% Health left with 20 dudes smashing its face in, wasting your time and effort"

Offline manwincTopic starter

  • Elite
  • *
  • *
  • Posts: 2556
  • Activity:
    0%
  • Reputation Power: 32
  • manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!
  • Gender: Male
  • "The Devs Hard at Work"
  • Respect: +123
  • Referrals: 1
    • View Profile
Re: Mwincs. Crafting Scripts
« Reply #5 on: January 10, 2010, 12:42:06 PM »
0
Updated the Crafter to make all woodland pieces. and You have the option for which add you are looking for
Monkeys and Typewriters!

" Oh I know, We'll make a Boss Encounter that requires 3 keys per player to enter, Then we'll make it not a closed instance so you never know if you are going to pop into a fresh room or a boss that has 1% Health left with 20 dudes smashing its face in, wasting your time and effort"

Offline manwincTopic starter

  • Elite
  • *
  • *
  • Posts: 2556
  • Activity:
    0%
  • Reputation Power: 32
  • manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!
  • Gender: Male
  • "The Devs Hard at Work"
  • Respect: +123
  • Referrals: 1
    • View Profile
Re: Mwincs. Crafting Scripts
« Reply #6 on: January 10, 2010, 12:48:37 PM »
0
Actually if all you want to do is Poison the Fukiyas. should be as simple as Swapping out the types for shurikens with fukiyas,  but I'll add in a variable so it simply does both.

Monkeys and Typewriters!

" Oh I know, We'll make a Boss Encounter that requires 3 keys per player to enter, Then we'll make it not a closed instance so you never know if you are going to pop into a fresh room or a boss that has 1% Health left with 20 dudes smashing its face in, wasting your time and effort"

Offline Wilk

  • Sr. Member
  • *
  • Posts: 308
  • Activity:
    0%
  • Reputation Power: 3
  • Wilk has no influence.
  • Gender: Male
  • Respect: +24
  • Referrals: 0
    • View Profile
Re: Mwincs. Crafting Scripts
« Reply #7 on: January 10, 2010, 12:53:16 PM »
0
Cool, I appreciate it. I use a lot of shurs & darts on OMGBurgers guildies butts on my main shard.  ;D

Scrripty

  • Guest
Re: Mwincs. Crafting Scripts
« Reply #8 on: January 10, 2010, 03:00:15 PM »
0
Cool, I appreciate it. I use a lot of shurs & darts on OMGBurgers guildies butts on my main shard.  ;D

haha  Soon to be me also. :)  I'm making a necro/mage to fight with them there.  You're in trouble. heh

Offline Wilk

  • Sr. Member
  • *
  • Posts: 308
  • Activity:
    0%
  • Reputation Power: 3
  • Wilk has no influence.
  • Gender: Male
  • Respect: +24
  • Referrals: 0
    • View Profile
Re: Mwincs. Crafting Scripts
« Reply #9 on: January 10, 2010, 03:41:06 PM »
0
Excellent! Now I can size you up with my own eyes.  :-*

Offline manwincTopic starter

  • Elite
  • *
  • *
  • Posts: 2556
  • Activity:
    0%
  • Reputation Power: 32
  • manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!
  • Gender: Male
  • "The Devs Hard at Work"
  • Respect: +123
  • Referrals: 1
    • View Profile
Re: Mwincs. Crafting Scripts
« Reply #10 on: January 11, 2010, 11:54:50 AM »
0
Was missing a } In my Armor Crafter when I updated it, will fix when I get home from work.
Monkeys and Typewriters!

" Oh I know, We'll make a Boss Encounter that requires 3 keys per player to enter, Then we'll make it not a closed instance so you never know if you are going to pop into a fresh room or a boss that has 1% Health left with 20 dudes smashing its face in, wasting your time and effort"

Offline UOMaddog

  • Maddog
  • Elite
  • *
  • *
  • Posts: 1625
  • Activity:
    0%
  • Reputation Power: 22
  • UOMaddog might someday be someone...UOMaddog might someday be someone...UOMaddog might someday be someone...UOMaddog might someday be someone...
  • Gender: Male
  • Biggest B@D@$$ of the Universe
  • Respect: +165
  • Referrals: 8
    • View Profile
    • Insane UO
Re: Mwincs. Crafting Scripts
« Reply #11 on: January 11, 2010, 09:11:59 PM »
0
Can I make a script request?? I would like one to make blank scrolls from the wood pulp. Let me know if you have time for this, if not, I'll see if I can find enough spare time to do it!
There are 10 kinds of people in this world: those that understand binary and those that don't!

Windows:  A 64-bit tweak of a 32-bit extension to a 16-bit user interface for an 8-bit operating system based on a 4-bit architecture from a 2-bit company that can't stand 1 bit of competition!

Offline manwincTopic starter

  • Elite
  • *
  • *
  • Posts: 2556
  • Activity:
    0%
  • Reputation Power: 32
  • manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!
  • Gender: Male
  • "The Devs Hard at Work"
  • Respect: +123
  • Referrals: 1
    • View Profile
Re: Mwincs. Crafting Scripts
« Reply #12 on: January 12, 2010, 10:15:49 AM »
0
Sure, Shouldn't be too hard. one sec.


* Just realized all the shards are down, so it might be a little hard. Guess I could Shoot From the Hip*
Monkeys and Typewriters!

" Oh I know, We'll make a Boss Encounter that requires 3 keys per player to enter, Then we'll make it not a closed instance so you never know if you are going to pop into a fresh room or a boss that has 1% Health left with 20 dudes smashing its face in, wasting your time and effort"

Offline Paulonius

  • Elite
  • *
  • *
  • Posts: 2040
  • Activity:
    0%
  • Reputation Power: 29
  • Paulonius is on the verge of being accepted.Paulonius is on the verge of being accepted.Paulonius is on the verge of being accepted.Paulonius is on the verge of being accepted.Paulonius is on the verge of being accepted.
  • Respect: +162
  • Referrals: 1
    • View Profile
Re: Mwincs. Crafting Scripts
« Reply #13 on: January 12, 2010, 10:44:16 AM »
0
Great stuff M.  The armor crafter is powerful and something I had been looking at as well.  I think you might want to adjust it to allow crafting with special ingredients since you can imbue them now.
This coin declares Caesar is "Dictator for Life." He did serve as Dictator for the remainder of his life, but his life would end only a few weeks after this issue. For Caesar to put his image on coins and essentially declare himself king was too much for Brutus and his republican allies.

"If everything seems under control, you're not going fast enough'
-Mario Andretti

"If everyone is thinking alike, someone isn't thinking."
- General George Patton Jr

Offline manwincTopic starter

  • Elite
  • *
  • *
  • Posts: 2556
  • Activity:
    0%
  • Reputation Power: 32
  • manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!manwinc is a rising star!
  • Gender: Male
  • "The Devs Hard at Work"
  • Respect: +123
  • Referrals: 1
    • View Profile
Re: Mwincs. Crafting Scripts
« Reply #14 on: January 12, 2010, 11:17:40 AM »
0
??? Crafting with special ingredients? You mean Special resources?
Monkeys and Typewriters!

" Oh I know, We'll make a Boss Encounter that requires 3 keys per player to enter, Then we'll make it not a closed instance so you never know if you are going to pop into a fresh room or a boss that has 1% Health left with 20 dudes smashing its face in, wasting your time and effort"

Tags: