Author Topic: ENs - Whats Under My House ?  (Read 6897 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 - Whats Under My House ?
« on: August 05, 2015, 12:40:54 PM »
0
ENs - Whats Under My House ?
Looks under your house for any lost or mysterious items

When customizing your house sometimes things glitch and boxes/stuff end up under your house... this script allows you to find those things and recover them via the items content menu.

How to Use: Stand in the middle of your house ON THE BOTTOM FLOOR and run the script.  If you are near a hidden box it will attempt to open it.  If item has context menu it will open on the left  of screen.  To retrieve the item Stop script and click "Retrieve".   Script will find rats and others around your house just click OK to continue on. The UO Window title has a countdown of items scanned.

The Default Z index checking is #charpos - 2,  So if you stand on your roof you will find alot of items !!!

Post up  any weird stuff you find....

Code: [Select]
;=================================================================
; Script Name: ENs - WhatsUnderMyHouse
; Author: JosephAJ AKA Endless Night
; Version: 1
; Shard OSI / FS: OSI
; Revision Dates: 8/2015
; Public Release: 8/2015
; Purpose: Find items under your house
;=================================================================
; (c) 2007-2015 JosephAJ - All Rights Reserved
;  Please respect my property rights.. :)
;=================================================================
set #lpc 22000
finditem * G_24
If #findcnt > 0
  {
  For #findindex 1 #findcnt
    {
;    event sysmessage
    setuotitle #findindex : #findcnt ID: #findid Z: #findz
    if #findz < #charposZ - 2
      {
      event property #findid
      If Contents: in #property
        {
        set #lObjectID #findid
        event Macro 17 0
        }
      If  Nodraw notin #property &&  #findtype Notin IS_HS_XU_AV_OCB_NCB
        {
        set !old #contid
        exevent popup #findid
        wait 5
        if #contid <> !old  || #contid = YC
           Contpos 0 100
        display ok  Type: #findtype ID: #findid XYZ: #findx : #findy : #findz $ Description: #property  $$ If you wish to recover this item, STOP THIS SCRIPT $ then use the context menu on LEFT and click "Retrive" $ If not click Ok to continue
        }
      }
     }
   }
halt



Usage:
  You are free to use this script for not for profit personal UO game-play.
You are *not* free to modify and re-post or post on other places
or post as part of a script or work you yourself have created
or otherwise distribute without written permission from the author.
This license to use can be changed at any time for any reason.
If in doubt dont do it contact the author.

(C) 2015 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!
« Last Edit: August 05, 2015, 12:48:36 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 Cush

  • Sr. Member
  • *
  • Posts: 281
  • Activity:
    0%
  • Reputation Power: 4
  • Cush has no influence.
  • Respect: +42
  • Referrals: 0
    • View Profile
Re: ENs - Whats Under My House ?
« Reply #1 on: August 05, 2015, 04:15:41 PM »
0
This is great and will be very much appreciate by people having this issue.

It has been ongoing for a good long time now. Thanks for taking the time to map this out.

Offline KaliOfLS

  • That's "Dr." Kali to you!
  • Sr. Member
  • *
  • Posts: 406
  • Activity:
    0%
  • Reputation Power: 6
  • KaliOfLS has no influence.
  • Gender: Male
  • Respect: +33
  • Referrals: 2
    • View Profile
Re: ENs - Whats Under My House ?
« Reply #2 on: August 21, 2015, 09:56:13 AM »
0
WOW, I just ran this for sh*ts and giggles and I have three chests full as crap that are hidden.  How do I get them?  If I click retrieve, my contents can't hold them (They are very heavy)


EDIT: lol, just kidding.  They are on my steps
« Last Edit: August 21, 2015, 09:57:58 AM by KaliOfLS »
R~~~~ B~~~~~~~~ 
^ real life signature for sure

Tags: