Official ScriptUO EasyUO Scripts > Endless Nights' Script Library

ENs - 2011 Spring/Brit Cleanup - Points Redeemer

(1/8) > >>

Endless Night:
ENs- 2011 Spring/Brit Cleanup - Points Redeemer
Version 3.5  Release Date: 10/11;============================================
; EUO version tested with: As Per Revision Date
; Shard OSI / FS: OSI
; Purpose: Redeem those Cleanup Points into Reward Items
;============================================
ABOUT: Automated Point redeemer - saving you tons of clicking

NOTES: Menu is the default operational mode, but you can custom pickup gifts by commenting out the menu and editting the header block for the stuff you want to redeem points for. ie 27 bless deeds and 3 pairs of boots.
   You can add your own custom sets by adding a line/s in the below format to the definesets sub.  Replace Setname with the name of your set (noSpaces use _) and replace Page ITem with the page number and postion from the top the item is in the UO Cleanup gump.  Add as many Page Item combinations as define the set on the same line.
    gosub AddSet SETNAME  Page ITEM PAGE ITEM PAGE ITEM ;...... as many as you want

Features:  Collect 1...z of  individual items/Sets of Items

Requirements: Bucket loads of points,  Be within 3 squares of the Cleanup NPC

Cedits: Myself AKA Endless Night  and   NoBama  (for his massive data collection efforts)

Disclaimer/Usage License: -- See Script for full Details.

(C) 2011 All Rights Reserved JosephAJ
Commercial usage requires written permission from the author

NOTE: My scripts or any derivative of them are *not* for use in other players script/s!  unlesss so noted

Endless Night:
Ok for any data gatherer volenteers.. heres what i need and how to get it

(1) click locations for these pages 9-22
      DONE THANKS NOBAMA

(2) Sets.
  Need data gathered for sets... page and item number   in this format,  
  gosub AddSet VirtueTiles 3 3 3 4 3 5 3 6 4 1 4 2 4 3 4 4 4 5
  gosub AddSet VirtuosoHuman 21 1 21 2 21 3 21 4    ; nobama :)

  setname followed by  page#foritem1  item#foritem1      page#foritem2  item#foritem2    ........ page#foritemx  item#foritemx

  as in the example above Virtue tiles full set = 9 items.

  Set Data Completed
  VirtureTiles.


Please post back results  here or pm me

NObama:
Working.  One second.

  gosub AddPage  9 163 255
  gosub AddPage 10 146 220 275
  gosub AddPage 11 131 175 228 282
  gosub AddPage 12 147 209 248 287
  gosub AddPage 13 128 163 194 229 273
  gosub AddPage 14 130 176 220 259 290
  gosub AddPage 15 129 169 212 253 297
  gosub AddPage 16 130 171 202 234 279
  gosub AddPage 17 126 161 201 239 278 306 (last two are Novo bleue set, for spot-check reference)
  gosub AddPage 18 128 165 205 253 299
  gosub AddPage 19 130 169 204 247 291
  gosub AddPage 20 132 168 200 234 268 308
  gosub AddPage 21 124 164 204 237 271 305
  gosub AddPage 22 127 165 205

Let me see if I understand this for sets:


--- Code: ---gosub AddSet VirtuosoHuman 21 1 21 2 21 3 21 4
gosub AddSet VirtuosoGargoyle 21 5 21 5 22 1 22 2
gosub AddSet NovoBleue 17 5 17 6
gosub AddSet BeastialHuman 19 4 19 5 20 1 20 2
gosub AddSet BeastialGargoyle 20 3 20 4 20 5 20 6
gosub AddSet Bless 22 3
gosub AddSet Boots 7 1 7 2 7 3 7 4 7 5
gosub AddSet FishermanHuman 18 1 18 2 18 3 18 4
gosub AddSet FishermanGargoyle 18 5 19 1 19 2 19 3
gosub AddSet SorcererMale 16 2 16 3 16 4 16 5 17 2 17 4  ;[COMPLETE SUIT FOR MALES]
gosub AddSet SorcererFemale 16 2 16 3 16 4 16 5 17 1 17 3 ;[COMPLETE SUIT FOR THE LADIES]
gosub AddSet KnightsMale 13 2 13 3 13 4 13 5 14 1; [MALE SUIT W/OUT HELM]
gosub AddSet KnightsFemale 13 2 13 3 13 4 13 5 14 2; [LADY'S SUIT W/OUT HELM]
gosub AddSet KnightsHelms 12 2 12 3 12 4 13 1; [COMPLETE SET OF KNIGHT'S ARMOR HELMS (FOUR TOTAL)]
gosub AddSet ScoutsMale 14 5 15 1 15 2 15 3 15 4; [MALE SUIT W/OUT HELM]
gosub AddSet ScoutsFemale 14 5 15 1 15 3 ;[FEMALE SUIT w/OUT HELM OR CHEST]
gosub AddSet ScoutsHelms 14 3 14 4; [TWO SCOUT SUIT HELM OPTIONS]
gosub AddSet ScoutsFemaleChests 15 5 16 1; [TWO SCOUT SUIT FEMALE CHEST OPTIONS]

--- End code ---

Line one translates as:
Human Virtuoso Set.  Four pieces, all on page 21 and in slots 1 thru 4.

And, to make it easier for collectors:


--- Code: ---gosub AddSet AllNewDeco 1 1 1 2 1 3 2 1 2 2 2 3 2 4 5 2 8 1 9 1 9 2 10 1
--- End code ---

Includes:
Five Robes
Two Lily Pads
Table Lamp
Sophisticated Tapestry
Ornate Tapestry
Chest of Drawers
Footed Chest of Drawers

Endless Night:
sweet nobama  cha ching... just need rest of set details and this thing is ready for reward farming.

NObama:

--- Quote from: Endless Night on September 22, 2011, 02:36:07 PM ---sweet nobama  cha ching... just need rest of set details and this thing is ready for reward farming.


--- End quote ---

Updated my post.  Need your nod before I continue.  Also - how do you want to handle the female/male human suits?

Navigation

[0] Message Index

[#] Next page

Go to full version