Go command Locations

Post your Custom Scripts or Packages.

Moderator: POL Developer

Post Reply
Tomi
POL Developer
Posts: 478
Joined: Tue Feb 21, 2006 5:08 pm

Go command Locations

Post by Tomi »

I planned to finally give something back to the community.

These Go location config files with coordinates are made for my own .go gump system, but are usefull for other people too who dont want to try to find all coordinates for different location on different realms.

For now the zip contains Go_Felucca.cfg ( Realm britannia ) Go_Trammel.cfg ( Realm britannia_alt ) and Go_Ilshenar.cfg ( Realm ilshenar )

I will post here another zip with malas and tokuno locations and coordinates as well when I finish getting the coordinates for the config files.
Attachments
Config.zip
(11.47 KiB) Downloaded 356 times
Tomi
POL Developer
Posts: 478
Joined: Tue Feb 21, 2006 5:08 pm

Re: Go command Locations

Post by Tomi »

Here is the Go_Malas config file
Attachments
Go_Malas.zip
(1.39 KiB) Downloaded 325 times
Tomi
POL Developer
Posts: 478
Joined: Tue Feb 21, 2006 5:08 pm

Re: Go command Locations

Post by Tomi »

Sorry for taking so long time with this, just forgot to upload it

Here is the Go_tokuno.cfg
Attachments
Go_Tokuno.zip
(988 Bytes) Downloaded 277 times
Justae
Expert Poster
Posts: 79
Joined: Thu May 24, 2007 2:12 pm
Location: South Africa

Re: Go enhanced command and Locations cfg file

Post by Justae »

Perhaps you will find this of use.

It is a .go command with several functions for any realm.
The usage is in the source file and I put it here for your convenience :

Code: Select all

/*

.go command by Dragos and Justae
The Forgotten Realm, South Africa
http://uosa.unknown-realms.za.net/
June 2007

Usage:
.go x y z realm	- This will port you to the parameters you enter, if location is vald.
.go x y z		- Same as above but will default to your present realm (or facet)
.go x y		- Same as above, code tries to determine the z for itself in all cases anyway
.go 			- This will bring up a gump for you to choose from a list of existing locations 
			   which are stored in \config\golocs.cfg
			   You can send any mobile (players and NPC's) to any location you have stored in
			   golocs.cfg
*/
I have included a decent set of locations in golocs.cfg file
Also in the zipfile you will find command .addgolocs which is very handy to add a location to the golocs.cfg file.

Drop the commands into a POL folder where oyur other staff commands are.
Please remember if you have your golocs.cfg file in a different folder, update the entries in the source code and recompile.

Best regards,
Justae.

PS - You might need to edit the gump background, extend it to make it bigger to accommodate all the realm Names. Also might have to make it a standard, not semi-transparent gump as is in the code now.
Attachments
go Command and locations.zip
.go .addgoloc golocs.cfg
Add the commands to your favourite commands directory and the cfg file to your favourite configs directory
(6.36 KiB) Downloaded 334 times
Post Reply