Postby ontheDOL » Wed May 17, 2017 6:42 pm
This is a script i found buried here on the forums that I revamped for the latest core. I've found it quite handy.
Basically its like the /jump command, but you can add custom port locations where ever you like and they are stored in the database for easy porting. So you can port to a name instead of x y z r locations. I removed a "port to player" feature in the command as we already have this with /jump
usage:
Extract folder into your GameServerScripts folder,
Run server, the new database table will be added on server init. ( No harm will be done but i recommend backing up your DB prior to this as I want no resposibility here!)
ingame type /jp
that will display the command options.
/jp add <name> - this will add a jump destination into the database with selected name at your current position.
/jp remove <name> - remove the DB entry
/jp list - list all the jump destinations from database
/jp port to <name> - port you to the jump destination linked to that name
I find it nice to add some custom locations, as the *j command is fixed locations in the client as far as i'm away (could be wrong)
enjoy.
- Attachments
-
- JumpPoints.zip
- command and dbtable file
- (3.34 KiB) Downloaded 298 times