Twilight Games

New member
Jan 10, 2018
8
0
0
47
I have made a change to a message that is listed in the Event list

How do I up date my remote server with the new message.

I have also added a new Event to the list. Again not sure how I add this to my remote server

Rat is connected with all the green lights on.

Any help would be great

Regards
TG
 
Do you have to setup the local server config if you have a remote server? If so how?

No, you can't actually. Most everything on the local server tab is for a local server and can't be used on a remote server. There's a little bit of crossover that I'll clear up in another version, but really... if you're remote, ignore the local section.
 
Sorry about all the questions, but I am grateful for your support

I have added some commands to the Event list but can't get them to appear in the game.

one is /sethome and another is /home

I have also changed the player has connected to the server text by adding a bit more to the message but again the new message does not appear in the game. I am sure it is something I am doing. Please could you point me to the right place.
 
I'll need to see an example of your events. But make sure they are enabled and that you save each of them, and that they are of the right event type.

Otherwise, please paste me screenshots of your events you are having trouble with and we'll get you going. =)
 
Thanks, please see screen capture. I am also getting the same issue with your teleport player command.

It was working but has just stopped.


upload_2018-1-13_1-5-33.png
 
This looks fine really. How are you using the command?

First you'd need to (using the defaults anyway), type: !at <name>

Where <name> is the name of this location you want to save.

Then RAT saves the location you are standing with that name.

To teleport there, you'd use the command: !t <name>

In your case: /home <name>
 
I have the /sethome and !at working but the !t does not work. It just acts like I am talking in chat and not as a command
 
Is this code correct for teleporting

.TELEPORT:pRIVATE:Teleporting you to '{tele_dest_name}'||Unable to find destination '{tele_dest_name}'||You must wait {tele_dest_time} minutes between teleports.
 
Is this code correct for teleporting

.TELEPORT:pRIVATE:Teleporting you to '{tele_dest_name}'||Unable to find destination '{tele_dest_name}'||You must wait {tele_dest_time} minutes between teleports.

The last one is wrong, it should be {teleport_wait} not {tele_dest_time}

But that wouldnt' stop it from working.

If you're basically seeing the command get ignored, then the problem is going to be in the conditionals, or that the event isn't enabled.

Also, its possible that you have another command that is matching the event first and stopping processing. I see that this event has an execution order of 99. Try lowering that to 1, but also see if you have another command that might match /home or something that could be activated instead.