/toplist/

Welcome Guest
Register | Log in

Home
 Lost Password
 Member List
 Gallery
 Reviews
 Glossary
 Events
 FAQ

Cool Stuff!
 GoogleMap
 TOPList
 GAMES
 SHOP
 
User Input!
 Submit Link
 Submit Event
 Submit Article

Quick Downloads
 PC 3.6 Client
 PC Client Upgrader
 Mac Client (OsX)
 Mac Client (os9)
 Mac Client fix
 PC Server

Online Guidelines
 What is the Palace
 How to get on Palace
 Picture to Avatar
 Kids Online safety
 Netiquette

for more guides click
manuals



members: 9719
guests online: 57
members online: 0

You are an anonymous user. You can register for free by clicking here




Subscribe to Palace
support Group



Vote for us!


Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
maartenOffline
Post subject: New Palace Planet Server Template  PostPosted: Apr 21, 2006 - 06:48 PM



Joined: Oct 20, 2002
Posts: 674
Location: DiGiLaNd
Status: Offline
What do you think a Palace server template should have?

Right now I'm working on a Palace Server template and looking for good ideas, anyone?
 
 View user's profile Send private message Visit poster's website AIM Address  
Reply with quote Back to top
FinnaOffline
Post subject: RE: New Palace Planet Server Template  PostPosted: Jun 04, 2006 - 05:56 AM



Joined: Mar 15, 2006
Posts: 15

Status: Offline
I know I am just saying basic stuff here but a return room and a well set up template room for duping is two things I would put in
 
 View user's profile Send private message  
Reply with quote Back to top
maartenOffline
Post subject: RE: New Palace Planet Server Template  PostPosted: Jun 04, 2006 - 06:24 AM



Joined: Oct 20, 2002
Posts: 674
Location: DiGiLaNd
Status: Offline
A return room? Return from what?

What would you put in a template room? the one I was working on has a basic offer/accept script but I think its missing something.

Windows pc servers are what I have in mind for the first template.

by the way there is a version of the template I worked on available for download on this site. See downloads / server templates.
 
 View user's profile Send private message Visit poster's website AIM Address  
Reply with quote Back to top
FinnaOffline
Post subject: RE: New Palace Planet Server Template  PostPosted: Jun 04, 2006 - 06:29 AM



Joined: Mar 15, 2006
Posts: 15

Status: Offline
ok a return room is for reentering a room so you are on top, works alot like the come here when you say it outloud but it actully has a set room and can be scripted into the globals, as far as what I would put on in a template room is the globals, a lock and at least one door set with arrows or what ever pic you are using for going to the next room. I know all that is basic but so many seem to need the basics when they start building
 
 View user's profile Send private message  
Reply with quote Back to top
maartenOffline
Post subject: RE: New Palace Planet Server Template  PostPosted: Jun 04, 2006 - 07:06 AM



Joined: Oct 20, 2002
Posts: 674
Location: DiGiLaNd
Status: Offline
funny never thought about making a room with script for that purpose but I guess we all know how usefull it can be.

In the template I had actually split up a few of these features into different rooms but your probly right its a good idea to put it into a room template.

Ok now for the practical question: got any scripts for this? I'm afraid that this is a 6 year old plan that I'm finally putting into practice and starting to find out I have 6 year old information to do so Smile

The plan is to make a server template with template rooms that have a user and owner link, one explaining how to use the scripts as user, the other explaining how to operate or modify them as owner.

So any help with scripts is appreciated, thanks for your suggestions, your a handy person to have around Smile
 
 View user's profile Send private message Visit poster's website AIM Address  
Reply with quote Back to top
FinnaOffline
Post subject: RE: New Palace Planet Server Template  PostPosted: Jun 04, 2006 - 07:32 AM



Joined: Mar 15, 2006
Posts: 15

Status: Offline
ok don't know if this will help as its part of the gate scripting I use but will gladly share it with you. (also will put in the offer scripting I have)

Quote:

; offer/accept script
offeredAvatar GLOBAL offerInScript GLOBAL offerOutScript GLOBAL
{ offeredAvatar GLOBAL prps GLOBAL
{ "$1" GREPSUB prps =
{ "[ " prps & " ] SETPROPS" & offeredAvatar =
"@" WHOCHAT WHOPOS ITOA SWAP ITOA "," & SWAP & &
" You have been offered an avatar by " & WHOCHAT WHONAME &
". To accept it, type \"accept\"." & LOCALMSG }
prps ".* .* .* .* .* .* .* .* .* .*" GREPSTR NOT
prps "-$" GREPSTR NOT AND
prps "- " GREPSTR NOT AND
prps ">$" GREPSTR NOT AND
prps "> " GREPSTR NOT AND
prps "<$" GREPSTR NOT AND
prps "< " GREPSTR NOT AND WHOCHAT WHOME <> AND IF
"" CHATSTR = } CHATSTR "^;avoffer [\[] ([0-9<>A-Fa-f -]+) [\]]" GREPSTR IF
} offerInScript DEF
;
{ offeredAvatar GLOBAL
{ { {
0 i = ";avoffer [ "
{ i USERPROP ITOA & " " & i ++ } { i NBRUSERPROPS < } WHILE "]" &
WHOTARGET PRIVATEMSG } NBRUSERPROPS IF }
{ "You have to whisper the offer." STATUSMSG } WHOTARGET IFELSE
"" CHATSTR = } CHATSTR "offer" == IF
;
{ "" CHATSTR = offeredAvatar STRTOATOM EXEC
} "accept" CHATSTR == "\"accept\"" CHATSTR == OR offeredAvatar "" <> AND IF
{ "" CHATSTR = } CHATSTR "^;avoffer" GREPSTR IF
} offerOutScript DEF


; return (rapid exit and return to same room, available in all rooms)
returnToRm GLOBAL returnRm GLOBAL
{
{ roomID returnRm = 1002 GoToRoom } ChatStr "return" == IF
} returnToRm Def


room globals for these two

ON INCHAT {
offerInScript GLOBAL offerInScript EXEC
}

ON OUTCHAT {
offerOutScript GLOBAL offerOutScript EXEC
returnToRm GLOBAL returnRm GLOBAL returnToRm EXEC
}



now this part in the return room

Quote:

ON ENTER { returnToRm GLOBAL returnRm GLOBAL
{ returnRm GoToRoom } UserName "fixScript" == NOT IF
}
 
 View user's profile Send private message  
Reply with quote Back to top
FinnaOffline
Post subject: RE: New Palace Planet Server Template  PostPosted: Jun 04, 2006 - 07:34 AM



Joined: Mar 15, 2006
Posts: 15

Status: Offline
oh if you would like the entire gate scripting I use just let me know
 
 View user's profile Send private message  
Reply with quote Back to top
MoonShineOffline
Post subject: Templates  PostPosted: Jun 17, 2006 - 05:30 PM



Joined: Mar 19, 2005
Posts: 2
Location: California
Status: Offline
better late then never??
offer etc as allscray is obsolete if the server is hosted or on Unix based comp at home--plugall is server side NOT client side as allscray is and ergo is safer and it has lots of things that one can do that used to need allscray---
I have like umpteen globals in my gate script --however do not have the return which is basically for subs but my script in an altered form is what is avalable on Alan's stuff--he liked mine so well he asked to use it --he dint use it all but lots of it--available if needed--I have like 4 templates and they use the all room script that ties into the gate globals-available also LOLOL Wink same goes for the bot bear but an owner would need to know enuff scripting to adapt it to fit!!
 
 View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger ICQ Number 
Reply with quote Back to top
maartenOffline
Post subject: RE: Templates  PostPosted: Jun 18, 2006 - 02:44 AM



Joined: Oct 20, 2002
Posts: 674
Location: DiGiLaNd
Status: Offline
Right, my first goals is however to make something for Windows / Mac users because I don't think newcomers should waste money on Palace Smile

Alans stuff as in this:
http://www.chatserve.com/alansscriptlibrary.htm

Didn't get the other stuff about liking globals and 4 templates using all rooms?!?! Mushrooms? Maybe you can give us some examples here?
you mean you have 4 room templates or 4 server templates? My goal was to build a server template for newcomers with all the basic stuff build in.
 
 View user's profile Send private message Visit poster's website AIM Address  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
©Palaceplanet 2000-2006