Author Topic: ENs - 2011 Spring/Brit Cleanup - Points Redeemer  (Read 19354 times)

0 Members and 1 Guest are viewing this topic.

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
ENs - 2011 Spring/Brit Cleanup - Points Redeemer
« on: September 22, 2011, 12:12:40 PM »
+1
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

There are 2 attachment(s) in this post. You must register and post an acceptable introduction to download
ENs- 2011 Spring Brit Cleanup Point Redeemer.txt
menu.JPG
« Last Edit: October 12, 2011, 05:49:12 AM by Endless Night »
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: ENs- 2011 Spring/Brit Cleanup - Points Redeemer
« Reply #1 on: September 22, 2011, 01:09:20 PM »
+1
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

« Last Edit: September 22, 2011, 02:40:10 PM by Endless Night »
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline NObama

  • Everything I need to know, I learned from Miffy's Item Finder.
  • Elite
  • *
  • *
  • Posts: 3454
  • Activity:
    0%
  • Reputation Power: 43
  • NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.
  • Respect: +161
  • Referrals: 2
    • View Profile
Re: ENs- 2011 Spring/Brit Cleanup - Points Redeemer
« Reply #2 on: September 22, 2011, 02:10:42 PM »
+1
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: [Select]
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]

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: [Select]
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
Includes:
Five Robes
Two Lily Pads
Table Lamp
Sophisticated Tapestry
Ornate Tapestry
Chest of Drawers
Footed Chest of Drawers
« Last Edit: September 22, 2011, 03:10:58 PM by NObama »

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: ENs- 2011 Spring/Brit Cleanup - Points Redeemer
« Reply #3 on: September 22, 2011, 02:36:07 PM »
+1
sweet nobama  cha ching... just need rest of set details and this thing is ready for reward farming.
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline NObama

  • Everything I need to know, I learned from Miffy's Item Finder.
  • Elite
  • *
  • *
  • Posts: 3454
  • Activity:
    0%
  • Reputation Power: 43
  • NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.
  • Respect: +161
  • Referrals: 2
    • View Profile
Re: ENs- 2011 Spring/Brit Cleanup - Points Redeemer
« Reply #4 on: September 22, 2011, 02:37:49 PM »
+1
sweet nobama  cha ching... just need rest of set details and this thing is ready for reward farming.


Updated my post.  Need your nod before I continue.  Also - how do you want to handle the female/male human suits?
« Last Edit: September 22, 2011, 02:44:19 PM by NObama »

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: ENs- 2011 Spring/Brit Cleanup - Points Redeemer
« Reply #5 on: September 22, 2011, 02:48:49 PM »
+1
keep it coming dude... excellent work.
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline NObama

  • Everything I need to know, I learned from Miffy's Item Finder.
  • Elite
  • *
  • *
  • Posts: 3454
  • Activity:
    0%
  • Reputation Power: 43
  • NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.
  • Respect: +161
  • Referrals: 2
    • View Profile
Re: ENs- 2011 Spring/Brit Cleanup - Points Redeemer
« Reply #6 on: September 22, 2011, 03:13:28 PM »
+1
Done.  See above.  Let me know if there is some permutation you'd like to have that I didn't think of.  I have all this free time on my hands with two suspended accounts...


Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: ENs- 2011 Spring/Brit Cleanup - Points Redeemer
« Reply #7 on: September 22, 2011, 03:19:43 PM »
+1
Done.  See above.  Let me know if there is some permutation you'd like to have that I didn't think of.  I have all this free time on my hands with two suspended accounts...


In that case .. Ive got some data expansion for you... if your up for it...
Expand
    gosub AddPage 10 145 221 276
Into
  gosub AddPage 10 145 221 276        Chest_of_draws  dragon_head  Nest_with_eggs  point1 point2 point3

  Additon of description and pointcost for each item on line.

With this i could make it a menu driven system where you check off each item wanted/quantity and it will total point cost.. before proceeding and collecting them all

But only if you have time.. I currently don't have the time to collect the data. but do for the code.


Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline NObama

  • Everything I need to know, I learned from Miffy's Item Finder.
  • Elite
  • *
  • *
  • Posts: 3454
  • Activity:
    0%
  • Reputation Power: 43
  • NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.
  • Respect: +161
  • Referrals: 2
    • View Profile
Re: ENs- 2011 Spring/Brit Cleanup - Points Redeemer
« Reply #8 on: September 22, 2011, 03:46:28 PM »
+1
  
Code: [Select]
  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 knights_helm4 knights_gorget knights_gloves knights_arms knights_legs 10000 10000 10000 10000 10000
  gosub AddPage 14 130 176 220 259 290 knights_chestmale knights_chestfemale scouts_circlet scouts_jingasa scouts_gorget 10000 10000 10000 10000 10000
  gosub AddPage 15 129 169 212 253 297 scouts_arms scouts_chestmale scouts_gloves scouts_legs scouts_chestfemale1 10000 10000 10000 10000 10000
  gosub AddPage 16 130 171 202 234 279 scouts_femalechest2 sorcerers_hat sorcerers_gorget sorcerers_arms sorcerers_chestmale 10000 10000 10000 10000 10000
  gosub AddPage 17 126 161 201 239 278 306 sorcerers_chestfemale sorcerers_gloves sorcerers_legsfemale sorcerers_legsmale etoile_bleue novo_bleue 10000 10000 10000 10000 150000 150000  
  gosub AddPage 18 128 165 205 253 299 fishermans_gloves fishermans_hat fishermans_legs fishermans_chest fishermans_chestgarg 50000 50000 50000 50000 50000
  gosub AddPage 19 130 169 204 247 291 fishermans_kiltgarg fishermans_armsgarg fishermans_earringsgarg beastial_gloves beastial_helm 50000 50000 50000 50000 50000
  gosub AddPage 20 132 168 200 234 268 308 beastial_legs beastial_gorget beastial_earringsgarg beastial_armsgarg beastial_kiltgarg beastial_necklacegarg  50000 50000 50000 50000 50000 50000
  gosub AddPage 21 124 164 204 237 271 305 virtuosos_hat virtuosos_chest virtuosos_gloves virtuosos_gorget virtuosos_necklacegarg virtuosos_earringsgarg  50000 50000 50000 50000 50000 50000
  gosub AddPage 22 127 165 205 virtuosos_armsgarg virtuosos_kiltgarg bless_deed 50000 50000 100000
« Last Edit: September 22, 2011, 03:48:24 PM by NObama »

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: ENs- 2011 Spring/Brit Cleanup - Points Redeemer
« Reply #9 on: September 22, 2011, 04:46:36 PM »
+1
All done .. thank you nobama for the help.
« Last Edit: September 22, 2011, 06:45:13 PM by Endless Night »
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: ENs- 2011 Spring/Brit Cleanup - Points Redeemer
« Reply #10 on: September 22, 2011, 06:48:40 PM »
+1
VERSION 1

- first version is now available.

enjoy...  please post comments and feedback.
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline _C2_

  • AFK FtW
  • Global Moderator
  • *
  • *
  • Posts: 4077
  • Activity:
    0%
  • Reputation Power: 48
  • _C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!_C2_ has great potential!
  • RIP Pen Trick
  • Respect: +254
  • Referrals: 4
    • View Profile
Re: ENs - 2011 Spring/Brit Cleanup - Points Redeemer
« Reply #11 on: September 22, 2011, 07:26:42 PM »
+1
This will save so much time even forvjust one suit.  They are really far back in the menus hehe.

Offline Ultima

  • Insane Scripter
  • *
  • Posts: 1580
  • Activity:
    0%
  • Reputation Power: 26
  • Ultima is on the verge of being accepted.Ultima is on the verge of being accepted.Ultima is on the verge of being accepted.Ultima is on the verge of being accepted.Ultima is on the verge of being accepted.
  • Gender: Male
  • Respect: +160
  • Referrals: 4
    • View Profile
Re: ENs - 2011 Spring/Brit Cleanup - Points Redeemer
« Reply #12 on: September 22, 2011, 09:08:28 PM »
+1
EN gave it a shot but no go for me. I don't think I've ever gotten one of your scripts to work. That's not a reflection on you it's more of a reflection on me. I know you write great scripts but there too complicated for one such as me to get to work.

When I initialized the script it didn't detect the NPC Cleaner so I set the ID (standing 1 tile away from the clean). Script scrolled through the clean up list  but didn't select any of the items.

I tried to get the boots and the Bless Deed.

Any other Elites get it going?

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: ENs - 2011 Spring/Brit Cleanup - Points Redeemer
« Reply #13 on: September 23, 2011, 04:11:34 AM »
+1
EN gave it a shot but no go for me. I don't think I've ever gotten one of your scripts to work. That's not a reflection on you it's more of a reflection on me. I know you write great scripts but there too complicated for one such as me to get to work.

When I initialized the script it didn't detect the NPC Cleaner so I set the ID (standing 1 tile away from the clean). Script scrolled through the clean up list  but didn't select any of the items.

I tried to get the boots and the Bless Deed.

Any other Elites get it going?


SOrry dude that was my error... I did a couple of last min changes ... and didnt test properly and left a couple lines uncommented out

Get new version should work wihtout issue including autodetect.
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: ENs- 2011 Spring/Brit Cleanup - Points Redeemer
« Reply #14 on: September 23, 2011, 04:18:10 AM »
+1
VERSION 1.1

fixed Ultimas 2 issues - of me doing untested last min changes
- I changed the vendor callingname and put an extra % by accident
- and left the final slection click commented out for testing.

Script all good to go .. just tested it getting an archery bute perfect.

« Last Edit: September 27, 2011, 10:32:42 AM by Endless Night »
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Tags: