Author Topic: Mwinc. Enchanted Apple Crafter  (Read 21360 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
Mwinc. Enchanted Apple Crafter
« on: May 06, 2009, 11:51:54 PM »
+1
Directions are Included In the Script. Use potions, not kegs. Will Craft Tools For you.

Code: [Select]
;=======================================================
; Script Name: MWinc. Enchanted Apple
; Author: MWinc.
; Version: 1.2
; Client Tested with: Baja
; EUO version tested with: 148
; Shard OSI / FS:  OSI
; Revision Date:
; Public Release:
; Purpose: Crafts Enchanted Apples
;=======================================================
; Directions
; 1. Have a Secure with Plenty Of Apples, and Greater Heal "POTIONS"
; 2. Have Either Enough Cooking Tools On You To make A Bunch
; 3. Or Plenty of COoking tools in your Secure
; 4. Or Tinkering Tools In your Backpack,
; 5. Or Tinkering TOols In your Secure.......
; 6. If You are Using Tinkering Tools to make Skillets... have
;    Iron Ingots in your Secure, And ONLY iron ingots in your secure.
; That seemed like way too many Directions.....
; Set Intro To anything But True To skip that Funny Intro
;======================================================
set %intro True
if %intro = True
gosub Intro
gosub setup

;================================================================
; My setup Stuff
set %Craftmenu 530_497
set %fletchingtool UFG
set %tailoringtool HAG
set %alchemytool RQF
set %tinkeringtool JTL
set %blacksmithingtool OBG_FBG_TLH
set %cookingtool OGG_DND_BCG
set %carpentrytool BIG_AIG_EGG_AGG_ZHG_CGG_CIG_IGG_WFG_KGG

; gosub craft "Tool Type" , " setting " , "categorie" , " Page " , " number Down " ,
; gosub makelast "Tool Type"
; gosub resource "item" , Min , Max
;=====================================================================
Finditem %CookingTool C_ , #Backpackid
if #findcnt > 0
gosub craft Cooking N/A 5 1 2
Main:
Gosub Check_Tools
gosub resource UUF 1 10
gosub resource QQD 1 10
gosub makelast Cooking
finditem CBS C_ , #backpackid
if #findstack > 20
gosub drag #findid #findstack %Secure
goto main





sub Check_Tools
Finditem %CookingTool C_ , #backpackid
if #findcnt > 0
return
Check_Tools:
Finditem %CookingTool C_ , #backpackid
if #findcnt > 0
{
gosub craft cooking N/A 5 1 2
return
}
finditem %tinkeringtool C_ , #backpackid
chooseskill Tink
if #findcnt < 2 && #findcnt > 0 && #skill >= 300
{
gosub resource ENK 10 20
gosub craft Tinkering iron 2 1 4
goto Check_Tools
}
if #findcnt > 1 && #Skill >= 300
{
Gosub resource Enk 10 20
gosub Craft Tinkering Iron 2 2 9
goto check_Tools
}
if #Findcnt = 0 || #Skill < 300
{
Finditem %cookingtool C_ , %Secure
if #findcnt < 1
gosub end outoftools
Gosub Drag #findid #findstack %secure
return
}
if #Findcnt = 0 && #Skill >= 300
{
Finditem %TinkeringTool C_ , %Secure
if #findcnt < 1
gosub end outoftools
gosub Drag #findid #findstack #backpackid
goto Check_Tools
}
Return

sub drag
set %DropWeight #weight
exevent drag %1 %2
exevent dropc %3
set %Time_Limit #Scnt + 3
while #weight = %dropweight && %Timer_Limit > #Scnt
wait 1
if %Timer_Limit < #Scnt
{
Wait 20
Gosub backpack
goto resource
}
Wait 20
return

sub craft
gosub ToolEval %1
Finditem %tool C_ , #backpackid
if #findcnt < 1
gosub End OutOfTools
if #lobjectid <> #findid || #contsize <> %CraftMenu
{
set #lobjectid #findid
event macro 17 0
}
gosub contsizewait %Craftmenu
gosub setting %2
gosub category %3
gosub page %4
gosub rownum %5
return

sub makelast
gosub tooleval %1
finditem %tool C_ , #backpackid
if #findcnt < 1
gosub end outoftools
if #lobjectid <> #findid || #contsize <> %CraftMenu
{
set #lobjectid #findid
event macro 17 0
gosub contsizewait %craftmenu
}
set %xclick #contposx + 280
set %yclick #contposy + 450
click %xclick %yclick
wait 20
return

sub resource
Resource:
finditem %1 C_ , #backpackid
set %bagamount #findstack
if #findstack > %2
return
finditem %1 C_ , %secure
if #findcnt < 1
gosub end Resources
set %dragamount %3 - %bagamount
gosub Drag #findid %dragamount #backpackid
return

sub rownum
set %xclick #contposx + 235
set %starty #contposy + 50
set %yclick ( %starty + ( %1 * 20 ) )
click %xclick %yclick
wait 20
return

sub category
set %starty #contposy + 70
set %xclick #contposx + 30
set %yclick ( %starty + ( %1 * 20 ) )
click %xclick %yclick
gosub contsizewait %craftmenu
return

sub page
if %1 = 1
return
set %clicknum %1 - 1
set %xclick #contposx + 385
set %yclick #contposy + 270
click %xclick %yclick x %clicknum
return


sub Tooleval
if %1 = alchemy
set %Tool %Alchemytool
if %1 = fletching
set %tool %Fletchingtool
if %1 = blacksmithing
set %tool %blacksmithingtool
if %1 = tailoring
set %tool %Tailoringtool
if %1 = tinkering
set %tool %Tinkeringtool
if %1 = carpentry
set %tool %Carpentrytool
if %1 = cooking
set %tool %Cookingtool
set %tool2 %1
return

sub Contsizewait
Contsizewait:
wait 15
set %Time_Limit #scnt + 4
finditem #lobjectid
if #findcnt < 1
return
while #contsize <> %1 && %Time_Limit > #Scnt
wait 1
if %Time_Limit <= #scnt
{
event macro 17 0
goto Contsizewait
}
return

sub setting
set %setting % . setting . %tool2
if %setting = %2
return
gosub contsizewait %craftmenu
set %clickx #contposx + 31
set %clicky #contposy + 372
click %clickx %clicky
wait 10
set %clickx #contposx + 230
if %2 = iron
set %clicky #contposy + 70
if %2 = Dullcopper
set %clicky #contposy + 90
if %2 = shadowiron
set %clicky #contposy + 110
if %2 = copper
set %clicky #contposy + 130
if %2 = bronze
set %clicky #contposy + 150
if %2 = gold
set %clicky #contposy + 170
if %2 = Agapite
set %clicky #contposy + 190
if %2 = Verite
set %clicky #contposy + 210
if %2 = Valorite
set %clicky #contposy + 230
if %2 = wood
set %clicky #contposy + 70
if %2 = oak
set %clicky #contposy + 90
if %2 = ash
set %clicky #contposy + 110
if %2 = yew
set %clicky #contposy + 130
if %2 = heartwood
set %clicky #contposy + 150
if %2 = bloodwood
set %clicky #contposy + 170
if %2 = Frostwood
set %clicky #contposy + 190
click %clickx %clicky
gosub Contsizewait %Craftmenu
set % , setting , %tool2 %2
wait 10
return

Sub End
if %1 = OutOfTools
Display You are Out of Tools
if %1 = Resources
Display Need more resources
halt

sub setup
menu window Title setup
menu window size 200 100
menu show 0 0
menu window color silver
menu font bgcolor silver
menu font size 14
menu text setup 20 25 Target Your Secure
set #targcurs 1
set %time #systime
while #targcurs = 1
{
if #random < 25
{
menu clear
menu font Bgcolor silver
menu font color black
menu font size 40
menu text setup 40 10 KILL!
wait 1
menu clear
menu font bgcolor silver
menu font size 14
menu text setup 20 25 Target Your Secure
}
wait 1
}
set %secure #ltargetid
set #lobjectid %secure
event macro 17 0
while #contid <> %Secure
wait 1
Contpos 0 0
wait 20
menu Hide
return

sub INTRO
menu window Title Apples
menu window size 300 100
menu show 0 0
menu window color silver
menu font bgcolor silver
menu font size 16
menu font color black
menu text apples 75 75 Loading....
menu image create apples 0 0 200 200
set #lpc 400
menu clear
menu font bgcolor silver
menu font size 16
menu text apples 75 75 Loading....
menu image create stick1 0 0 300 300
menu image rectangle stick1 69 46 85 60 black #true 2
menu image ellipse stick1 70 1 85 16 black 1
menu image line stick1 77 16 77 36 black 2
menu image line stick1 77 20 100 20 black 2 ;arm 1
gosub BOW
menu image line stick1 77 36 83 46 black 2
menu image line stick1 77 36 71 46 black 2
menu image create head 0 0 300 300
menu image ellipse head 170 15 185 30 black 1 ;end stick1
menu image ellipse head 174 10 180 15 red 1
menu image line head 177 7 177 10 black 1
menu image line head 170 20 185 20 white 2
menu image line head 185 20 190 25 white 2
menu image create apples 0 0 300 300
menu image line apples 177 30 177 50 black 2
menu image line apples 177 34 172 43 black 2
menu image line apples 177 50 183 60 black 2
menu image line apples 177 50 171 60 black 2
menu image Rectangle apples 220 0 250 60 2511000 #true 2
menu image create Arrow 0 0 300 300
menu image line arrow 80 20 120 20 black 2
menu image line Arrow 120 17 120 23 black 2
menu image line arrow 120 17 125 20 black 2
menu image line arrow 120 23 125 20 black 2
menu image line arrow 85 20 80 17 black 2
menu image line arrow 85 20 80 23 black 2
for %number 1 6
{
set %x_Menu_Pos ( %number * 10 + 0 )
menu image pos arrow %x_Menu_Pos 0 300 300
wait 1
}
set %X_Menu_Pos2 0
for %number 1 4
{
set %X_Menu_pos %X_menu_Pos + 10
Set %x_Menu_Pos2 %X_Menu_Pos2 + 10
menu image pos arrow %x_Menu_Pos 0 300 300
menu image pos Head %X_Menu_Pos2 0 300 300
wait 1
}
for %number 1 10
{
set %y2 %number + 30
menu image line apples 220 30 220 %y2 Red 3
wait 5
}
menu font bgcolor silver
menu font color black
menu font size 16
menu text apples 100 0 BOOM!
wait 15
menu text apples 100 20 HEAD
menu text apples 100 40 SHOT!
wait 15
menu clear
menu Font Color Black
menu font bgcolor Silver
menu font size 25
menu text apples 13 20 ~ Man Whores Inc ~
menu font size 12
wait 3
menu text apples 90 60 "Obey Us"
wait 3
menu text apples 70 80 " We have candy "
wait 10
menu clear
return


sub bow
menu image line stick1 100 11 100 29 black 2
menu image line stick1 100 11 90 1 black 2
menu image line stick1 100 29 90 39 black 2
menu image line stick1 90 1 90 39 black 1
return

sub Backpack
Backpack:
event macro 9 7
wait 20
event macro 8 7
set %Timer_Limit #scnt + 2
while #contid <> #backpackid  && %Timer_Limit > #Scnt
wait 1
if %Timer_Limit <= #scnt
goto Backpack
contpos 700 525
return


 
« Last Edit: April 13, 2010, 10:37:40 AM 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 THERA

  • Jr. Member
  • **
  • Posts: 11
  • Activity:
    0%
  • Reputation Power: 0
  • THERA has no influence.
  • Respect: +7
  • Referrals: 1
    • View Profile
Re: Mwinc. Enchanted Apple Crafter
« Reply #1 on: March 29, 2010, 05:25:15 PM »
+1
i seem to be having trouble getting this script to work. it asks me to click secure so i do then it open the menu but wont craft anything any ideas ???

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: Mwinc. Enchanted Apple Crafter
« Reply #2 on: March 30, 2010, 03:48:52 PM »
+1
HAHAHAHA, Its probably so old it never got updated for the menu changes. I'll look it over tonight.
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: Mwinc. Enchanted Apple Crafter
« Reply #3 on: March 30, 2010, 03:50:18 PM »
+1
Yeah I can tell right there.

set %Craftmenu 530_437

needs to be changed to 530_507

and in sub makelast
set %yclick #contposy + 410

needs to be changed to
set %yclick #contposy + 450


I think that fixes it. I'll test it and change it once I'm home though.
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: Mwinc. Enchanted Apple Crafter
« Reply #4 on: March 30, 2010, 04:49:51 PM »
+1
Craft menus changed today.
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 THERA

  • Jr. Member
  • **
  • Posts: 11
  • Activity:
    0%
  • Reputation Power: 0
  • THERA has no influence.
  • Respect: +7
  • Referrals: 1
    • View Profile
Re: Mwinc. Enchanted Apple Crafter
« Reply #5 on: March 31, 2010, 12:35:03 PM »
+1
if u changed it then it still wont work for me, it opens the menu but doesnt pull anything into my pack or craft anything or even crash just stops at the menu i seriouslly would love for this to work for me :D

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: Mwinc. Enchanted Apple Crafter
« Reply #6 on: March 31, 2010, 06:22:09 PM »
+1
try it now
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 THERA

  • Jr. Member
  • **
  • Posts: 11
  • Activity:
    0%
  • Reputation Power: 0
  • THERA has no influence.
  • Respect: +7
  • Referrals: 1
    • View Profile
Re: Mwinc. Enchanted Apple Crafter
« Reply #7 on: March 31, 2010, 07:27:13 PM »
+1
Works awesome thanks a bunch !!!!! i appreciate this and so will my guildmates haha !!

Offline THERA

  • Jr. Member
  • **
  • Posts: 11
  • Activity:
    0%
  • Reputation Power: 0
  • THERA has no influence.
  • Respect: +7
  • Referrals: 1
    • View Profile
Re: Mwinc. Enchanted Apple Crafter
« Reply #8 on: April 12, 2010, 06:23:32 PM »
+1
its me again !!! since the patch the script wont work could someone fix it for me prettttttty pleasesssssss!! thanks a bunches

Offline JustAnotherFace

  • Hero Member
  • *
  • Posts: 530
  • Activity:
    0%
  • Reputation Power: 8
  • JustAnotherFace has no influence.
  • Gender: Male
  • My new toy....
  • Respect: +24
  • Referrals: 4
    • View Profile
Re: Mwinc. Enchanted Apple Crafter
« Reply #9 on: April 12, 2010, 06:56:56 PM »
+1
its me again !!! since the patch the script wont work could someone fix it for me prettttttty pleasesssssss!! thanks a bunches
Thera,

This is a really simple fix, and it was explained to you the last time it broke on how to fix it.  I understand that you said in the chat box that you dont know how to script.... but dude, now would be a perfect time for you to at least ATTEMPT to learn something.  Look back in the comments above, they tell you exactly what to change.... i will give you one hint, the new numbers are 530_497.  At least try....you cant expect someone to just keep handing you something because you are too lazy to even attempt to fix it.

Just my opinion of course, and this isnt my script. Sorry if I stepped on anyone's toes... especially the author Manwinc.  Not trying to steal your glory or support your work Man....

JaF
All that tyranny needs to gain a foothold is for people of good conscience to remain silent.
Thomas Jefferson

Offline THERA

  • Jr. Member
  • **
  • Posts: 11
  • Activity:
    0%
  • Reputation Power: 0
  • THERA has no influence.
  • Respect: +7
  • Referrals: 1
    • View Profile
Re: Mwinc. Enchanted Apple Crafter
« Reply #10 on: April 12, 2010, 07:42:15 PM »
+1
its me again !!! since the patch the script wont work could someone fix it for me prettttttty pleasesssssss!! thanks a bunches
Thera,

This is a really simple fix, and it was explained to you the last time it broke on how to fix it.  I understand that you said in the chat box that you dont know how to script.... but dude, now would be a perfect time for you to at least ATTEMPT to learn something.  Look back in the comments above, they tell you exactly what to change.... i will give you one hint, the new numbers are 530_497.  At least try....you cant expect someone to just keep handing you something because you are too lazy to even attempt to fix it.

Just my opinion of course, and this isnt my script. Sorry if I stepped on anyone's toes... especially the author Manwinc.  Not trying to steal your glory or support your work Man....

JaF
i understand where u are comming from but i have kids and work and house work i barely have time to play let alone fix something i have no clue how to fix im just a sngle mom looking for some fun didn need that rudeness thanks for making me feel like crap though great job

Offline Krusty The Klown

  • Jr. Member
  • **
  • Posts: 38
  • Activity:
    0%
  • Reputation Power: 0
  • Krusty The Klown has no influence.
  • Respect: +3
  • Referrals: 0
    • View Profile
Re: Mwinc. Enchanted Apple Crafter
« Reply #11 on: April 12, 2010, 08:00:51 PM »
+1
uh oh i think that means slap on the wrist for making someone do alittle work rather than someone do it for them. My own opinion sorry I can shut up now little ole me :(

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13301
  • Activity:
    0%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: Mwinc. Enchanted Apple Crafter
« Reply #12 on: April 12, 2010, 09:00:15 PM »
+1
Well, some people just don't script author.  Some people don't play with the code at all.   So I wouldn't throw them under the bus.  However, it IS a simple fix and a GREAT time to dabble in the tweakage of a script.  There's nothing like the first script you can "tweak" to work for your own function.  It really is fun to start at that level.  You don't have to write the next CLAw, but a useful tweak can be just as fulfilling.  :)

If you'd like to try and modify the script, you'll get lots of support to help you learn. 
« Last Edit: April 12, 2010, 09:02:27 PM by TrailMyx »
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline JustAnotherFace

  • Hero Member
  • *
  • Posts: 530
  • Activity:
    0%
  • Reputation Power: 8
  • JustAnotherFace has no influence.
  • Gender: Male
  • My new toy....
  • Respect: +24
  • Referrals: 4
    • View Profile
Re: Mwinc. Enchanted Apple Crafter
« Reply #13 on: April 13, 2010, 04:28:03 AM »
+1
its me again !!! since the patch the script wont work could someone fix it for me prettttttty pleasesssssss!! thanks a bunches
Thera,

This is a really simple fix, and it was explained to you the last time it broke on how to fix it.  I understand that you said in the chat box that you dont know how to script.... but dude, now would be a perfect time for you to at least ATTEMPT to learn something.  Look back in the comments above, they tell you exactly what to change.... i will give you one hint, the new numbers are 530_497.  At least try....you cant expect someone to just keep handing you something because you are too lazy to even attempt to fix it.

Just my opinion of course, and this isnt my script. Sorry if I stepped on anyone's toes... especially the author Manwinc.  Not trying to steal your glory or support your work Man....

JaF
i understand where u are comming from but i have kids and work and house work i barely have time to play let alone fix something i have no clue how to fix im just a sngle mom looking for some fun didn need that rudeness thanks for making me feel like crap though great job

Thera,

Didnt mean to come off exceptionally rude or make you feel like crap... though I admit, I guess I did mean to be a tiny bit rude.  Your post / track history here is 11 posts so far, 6 of those are saying something is broken and begging for a fix, 3 are in your new member thread......Just saying that perhaps you could take this opportunity to stop lurking and leeching and actually try to fix the tiniest problems your self.

This is a super simple 3 line fix.  Manwinc even gave you the 3 lines that need to be fixed in an earlier post. I gave you the number combination that needs to go into the first line that needs to be fixed.  The other numbers are simple to figure out.

The sympathy thing doesnt work with me, as I work and have all the responsibilities that you do, plus my company has me flying around the globe about 60% of the year.  Your time is what you make of it... if you are willing to learn then you can spend less time begging for fixes to be applied by someone else and actually fix them your self and get back to playing.

If you care to take a stab at it I would be MORE THAN WILLING to help walk you through the fix.  And I am sure that I am not alone in this offer.

JaF
All that tyranny needs to gain a foothold is for people of good conscience to remain silent.
Thomas Jefferson

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: Mwinc. Enchanted Apple Crafter
« Reply #14 on: April 13, 2010, 10:38:51 AM »
+1
Fixed, Lol there was no harm in her asking to fix it. I wrote it and posted it, my responsibility while I am still active to keep it up to date.
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: