Knowledgebase
Storm Palace Hosting > Storm Hosting Help Desk > Knowledgebase

Ask a question:


Clear Gate

Solution This is a way to allow members to log onto your gate, but will either move them along to another room or give them a message telling them what is about to happen and giving them a choice of choosing the room.

After two minutes of lingering at the gate, the message appears telling them that in 30 seconds, they are about to be moved to an alternate gate, and then 30 seconds later they are moved to room id 87.

ON SIGNON {
{ "In 30 seconds you will be moved to the gate." LOCALMSG } 7200 ALARMEXEC
{ 87 GOTOROOM } 9000 ALARMEXEC }

You may want to add ON ENTER for the people that may go back to the gate
after being moved unless you hide the gate.

You can also set different Dropzones and a maxroomocc for those rooms so when they signon, if one is full, they are automatically transported to the next available gate. You have to be careful with this if you are a busy palace and the rooms fill up until no one can sign on.
You just go into the rooms you want to designate dropzones and type 'dropzone and then if you want the maximum room occupancy to be 10, you would type 'maxroomocc 10 and you will get a message saying that the maximum room occupancy has been set to 10. You can type it either way and get the same results 'maxroomocc or 'roommaxocc

Another example.....

On the 4.5.1 servers there is a command called forward that forwards people to different rooms. If you have this, while in god mode, type 'help 'forward and there are instructions. If you want to do it with a script, try this..

ON ENTER {
{ "This room is full, transporting you to the next." LOCALMSG
87 GOTOROOM
} NBRROOMUSERS 2 > ISWIZARD NOT AND IF }

This is setup to not allow more than two people and it wont affect wizards
 
Was this article helpful? yes / no
Article details
Article ID: 224
Category: Room Scripts
Date added: 07-11-2011 20:40:36
Views: 446
Rating (Votes): Article rated 5.0/5.0 (2)

 
<< Go back

Powered by Help Desk Software HESK™