Go Command Doesn't Reconize Other Realms
Posted: Mon Apr 14, 2014 8:04 pm
I have my server running, thanks to alot of help from a friend, but we are having problems getting it to reconize the other realms when we type the .go command.
https://www.forums.polserver.com/
Code: Select all
// Core 95 required to use this module
const MSGLEN_VARIABLE := -1;
CreatePacket(type,size);
GetCmdLevelName(number);
GetCmdLevelNumber(name);
GetItemDescriptor(objtype);
GetPackageByName(name);
IncRevision(object);
ListTextCommands();
ListenPoints();
Packages();
ReadMillisecondClock();
Realms(realms:="realm_britannia" -> "6144"
"4096"
"0"
"1807"
"1"
Realms(realms:="realm_britannia_alt" -> "6144"
"4096"
"1"
"10931"
"1"
Realms(realms:="realm_ilshenar" -> "2034"
"1600"
"2"
"268"
"1"
Realms(realms:="realm_malas" -> "2560"
"2048"
"3"
"0"
"1"
Realms(realms:="realm_tokuno" -> "1448"
"1448"
"5"
"0"
"1"
ReloadConfiguration(); // reloads pol.cfg and npcdesc.cfg
SetSysTrayPopupText(text);
Code: Select all
MoveObjectToLocation( object, x, y, z, realm := _DEFAULT_REALM, flags := MOVEOBJECT_NORMAL ); Code: Select all
// Realms
const _DEFAULT_REALM := "britannia";
const REALM_BRITANNIA := _DEFAULT_REALM;
const REALM_BRITANNIA_ALT := "britannia_alt";
const REALM_ILSHENAR := "ilshenar";
const REALM_MALAS := "malas";
const REALM_TOKUNO := "tokuno";
const REALM_TERMUR := "termur";