Go Back   The Palace Avatar Chat Community Forums. > Palace Builders Palace Users > Developers Forum

Developers Forum
Developers, Client and Server announcements.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-22-2006, 01:48 AM
maarten's Avatar
Palace Planet Founder
 
Join Date: Oct 2002
Location: DiGiLaNd
Posts: 1,169
Rep Power: 10
maarten is on a distinguished road
New Palace Planet Server Template

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?
Reply With Quote
  #2 (permalink)  
Old 06-04-2006, 12:56 PM
Finna's Avatar
Super Moderator
 
Join Date: Mar 2006
Location: MO, USA
Posts: 55
Rep Power: 6
Finna is on a distinguished road
RE: New Palace Planet Server Template

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
__________________
If all the worlds a stage, who handles the rewrites?
Reply With Quote
  #3 (permalink)  
Old 06-04-2006, 01:24 PM
maarten's Avatar
Palace Planet Founder
 
Join Date: Oct 2002
Location: DiGiLaNd
Posts: 1,169
Rep Power: 10
maarten is on a distinguished road
RE: New Palace Planet Server Template

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.
Reply With Quote
  #4 (permalink)  
Old 06-04-2006, 01:29 PM
Finna's Avatar
Super Moderator
 
Join Date: Mar 2006
Location: MO, USA
Posts: 55
Rep Power: 6
Finna is on a distinguished road
RE: New Palace Planet Server Template

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
Reply With Quote
  #5 (permalink)  
Old 06-04-2006, 02:06 PM
maarten's Avatar
Palace Planet Founder
 
Join Date: Oct 2002
Location: DiGiLaNd
Posts: 1,169
Rep Power: 10
maarten is on a distinguished road
RE: New Palace Planet Server Template

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 :)

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 :)
Reply With Quote
  #6 (permalink)  
Old 06-04-2006, 02:32 PM
Finna's Avatar
Super Moderator
 
Join Date: Mar 2006
Location: MO, USA
Posts: 55
Rep Power: 6
Finna is on a distinguished road
RE: New Palace Planet Server Template

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: Originally Posted by
; 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: Originally Posted by
ON ENTER { returnToRm GLOBAL returnRm GLOBAL
{ returnRm GoToRoom } UserName "fixScript" == NOT IF
}
Reply With Quote
  #7 (permalink)  
Old 06-04-2006, 02:34 PM
Finna's Avatar
Super Moderator
 
Join Date: Mar 2006
Location: MO, USA
Posts: 55
Rep Power: 6
Finna is on a distinguished road
RE: New Palace Planet Server Template

oh if you would like the entire gate scripting I use just let me know
__________________
If all the worlds a stage, who handles the rewrites?
Reply With Quote
  #8 (permalink)  
Old 06-18-2006, 12:30 AM
MoonShine's Avatar
Palace User
 
Join Date: Aug 2004
Location: California
Posts: 12
Rep Power: 0
MoonShine is infamous around these partsMoonShine is infamous around these partsMoonShine is infamous around these partsMoonShine is infamous around these partsMoonShine is infamous around these partsMoonShine is infamous around these partsMoonShine is infamous around these partsMoonShine is infamous around these partsMoonShine is infamous around these partsMoonShine is infamous around these partsMoonShine is infamous around these parts
Templates

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 same goes for the bot bear but an owner would need to know enuff scripting to adapt it to fit!!
Reply With Quote
  #9 (permalink)  
Old 06-18-2006, 09:44 AM
maarten's Avatar
Palace Planet Founder
 
Join Date: Oct 2002
Location: DiGiLaNd
Posts: 1,169
Rep Power: 10
maarten is on a distinguished road
RE: Templates

Right, my first goals is however to make something for Windows / Mac users because I don't think newcomers should waste money on Palace :)

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.
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


The Latest Posts
Title, Username, & Date Last Post Forum
download
03-21-2011 11:20 AM
by maarten
User Questions
Palace for Mac OS 10.6?
03-13-2011 09:39 AM
by pawnipt
User Questions
Server
03-07-2011 04:52 PM
by satinrose
User Questions
Return room Script
02-24-2011 12:07 AM
by jaela
Room Scripts
Releasing source code
02-17-2011 09:19 AM
by Sman™
Developers Forum
Website spammers
01-26-2011 08:48 PM
by maarten
The Planet: Palace News
Online Users: 64
0 members and 64 guests
No Members online
Most users ever online was 1,010, 06-27-2007 at 11:45 PM.
Stats
Members: 5,112
Threads: 1,141
Posts: 4,004
Top Poster: maarten (1,169)
Welcome to our newest member, cliffymayers


All times are GMT +2. The time now is 02:28 PM.


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