Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
The Palace Avatar Chat Community Forums. > Palace Builders Palace Users > Room Scripts > Snow/Rain Script and Snow Images
Room Scripts Use this forum for your room scripts, copy them or add them.
Main Menu
Click here to return to the homepage
Click here to enter the UserForum
Click here to view the Image gallery
Click here to see all Calendar events and submit your own.
Yeah tell me What is this Palace Chat anyway?
A guide to help you start your Palace chat career
The important unwritten rules written down?!?
Important tips on how to stay safe for kids.
A Paintshop Pro tutorial on how to convert a picture to your avatar
The Famous Scriptbarn Script resources
Quirkys amazing Yahtzee collection
The important Palace builders guide for anyone who wants to build a Palace
The Script source of famous Palace Scripter Hex
January 2009
S M T W T F S
28293031 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
The Latest Posts
So cool
Last post by CountryMe
01-10-2009 03:00 PM
copy and pasting when editing...
Last post by Spyder
12-31-2008 07:56 PM
Windows Errors
Last post by Spyder
12-31-2008 07:47 PM
The Palace SOFTWARE
Last post by Spyder
12-31-2008 07:42 PM
One of your links
Last post by CountryMe
12-17-2008 02:43 PM
Online Users: 24
1 members and 23 guests
debihoo
Most users ever online was 1,010, 06-28-2007 at 12:45 AM.
Stats
Members: 2,446
Threads: 1,016
Posts: 3,546
Top Poster: maarten (1,050)
Welcome to our newest member, bebita
Reply
 
LinkBack Thread Tools Display Modes
Old 12-21-2008 , 05:52 AM    #1 (permalink)

Palace User



Posts: 8



 
Forum Link Snow/Rain Script and Snow Images
Snow/Rain Script and Snow Images
I know this time of year the snow script might be of some use. so i provide the script for snow/rain and the images for snow. if someone makes the rain images please let me know.

palace://palacemegadome.com:9998/
To Download The Snow Images

at Palace Mega Dome i have the 3 images 1 2 3 repeated 5 times in that order (1 2 3) to make a total of 15 images.

Snow/Rain Script Below.


;Alan's Rain/snow script
;Create a rain or snow picture that is taller than the room.
;Put the picture in the spot multiple (e.g., 10) times.
;Customize the information between the lines of asterisks.
;Then say "setpictures <door number>" to automatically set the picture locations.
;Note, you must be an owner/operator to do this.
;Other useful commands provided are:
;Say "reset <doornumber>" to set the spot to the first picture.
;Say "mp" to find the current mouse position.
ON ENTER
{
nbrpics GLOBAL
;***Set the number of pictures***
15 nbrpics =
;***end of data***
0 ME SETSPOTSTATELOCAL
0 ME SETALARM
}
ON OUTCHAT
{
nbrpics GLOBAL
{
{
;*************************************************
;Set the picture parameters.
;Start and stop positions are relative to the door.
;You must be an Owner/Operator for the script to work.
0 start_x =
-50 start_y =
0 stop_x =
0 stop_y =
;*************************************************
nbrpics 1 - steps =
stop_x start_x - range_x =
stop_y start_y - range_y =
;
;Move the pictures. Multiply before divide to reduce error!
;
0 i =
{ i ME SETSPOTSTATE
start_x range_x i * steps / + start_y range_y i * steps / + ME SETPICLOC
i ++
} { i nbrpics 1 - <= } WHILE
0 ME SETSPOTSTATE
0 inout =
"" CHATSTR =
} "$1" GREPSUB ATOI ME == IF
} CHATSTR "^setpictures ([0-9]+)" GREPSTR IF
;
{
{ 0 ME SETSPOTSTATE
0 inout =
"" CHATSTR =
} "$1" GREPSUB ATOI ME == IF
} CHATSTR "^reset ([0-9]+)" GREPSTR IF
;
{ MOUSEPOS y = x =
"@" x ITOA & " " & y ITOA & " x = " & x ITOA & ", y = " & y ITOA & LOCALMSG
"" CHATSTR =
} CHATSTR "mp" == IF
}
ON ALARM
{
nbrpics GLOBAL
ME GETSPOTSTATE 1 + nbrpics % ME SETSPOTSTATELOCAL ;cycle up
30 ME SETALARM
}
;********End Script***********



if any questions simply reply to this post to save others from asking same questions


Hope you enjoy and happy holidays
Clint
aka.
Spyder

Spyder is offline
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Transparent script for snow Lisahoney1 Room Scripts 4 12-31-2008 07:36 PM



All times are GMT +2. The time now is 02:37 AM.


Powered by vBulletin
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0