Author Topic: NObama's Harpsichord Filler  (Read 6145 times)

0 Members and 1 Guest are viewing this topic.

Offline NObamaTopic starter

  • 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
NObama's Harpsichord Filler
« on: February 02, 2014, 06:08:25 AM »
0
NObama's Harpsichord Filler

-Automated Setup
-Have a bag of music rolls in your backpack
-Stand next to a placed harpsichord
-Press play & follow instructions

This one is pretty simple, so I doubt anyone will have questions.

Code: [Select]
;============================================
; Script Name: NObama's Harpsichord Filler
; Author: NObama
; Version: 0.99
; Client Tested with: 5.0.1h 60
; EUO version tested with: 1.5
; Shard OSI / FS:  FS (Alexandria) / OSI OK
; Revision Date:  01-Feb-14
; Public Release: 02-Feb-14
; Global variables:  none
; Purpose: Fills a harpsichord from a bag of music rolls.
;============================================
_Main:
display Target your bag of music
    set #TARGCURS 1
    repeat
    until #TARGCURS = 0
    set %musicbag #LTARGETID
    set #LOBJECTID #LTARGETID
    event macro 17 0 ; last object, open container
    wait 20
display Target your placed Harpsicord
    set #TARGCURS 1
    repeat
    until #TARGCURS = 0
    set %harpsicord #LTARGETID
    wait 20
repeat
    finditem NTCB C_ , %musicbag
    if #findcnt > 0
       {
       set #LOBJECTID #FINDID
       event macro 17 0
       set #LTARGETID %harpsicord
       event macro 22 0
       wait 20
       }
    ignoreitem #findid
until #findcnt = 0
display The remaining music rolls are duplicates!
halt

Offline gimlet

  • Very Super Secret
  • Global Moderator
  • *
  • *
  • Posts: 6190
  • Activity:
    3%
  • Reputation Power: 71
  • gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!
  • Gender: Male
  • Respect: +273
  • Referrals: 3
    • View Profile
Re: NObama's Harpsichord Filler
« Reply #1 on: February 02, 2014, 06:55:26 AM »
0
Cool!

Offline Endless Night

  • 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: NObama's Harpsichord Filler
« Reply #2 on: April 07, 2015, 10:15:20 AM »
0
Congratulations your Script has been moved to the script library
(if you dont think the section is appropriate please pm me)
Thank you for your submission



(Nobamma when are you going to learn how to use for x=1 #findcnt   instead of repeated finditem/ignoreitems....  works either-way just nit picking)
« Last Edit: April 07, 2015, 10:18:46 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 NObamaTopic starter

  • 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: NObama's Harpsichord Filler
« Reply #3 on: April 19, 2015, 06:31:54 AM »
0
=P

Offline gimlet

  • Very Super Secret
  • Global Moderator
  • *
  • *
  • Posts: 6190
  • Activity:
    3%
  • Reputation Power: 71
  • gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!
  • Gender: Male
  • Respect: +273
  • Referrals: 3
    • View Profile
Re: NObama's Harpsichord Filler
« Reply #4 on: April 19, 2015, 06:34:44 AM »
0
If it works - don't knock it! heheheheheehe
Grats!

Tags: