i downloaded the 5517 client and source but for some reason like half of the gm commands work.
this is a list of commands i guess i have
// GM commands
{ "/systime", Command_SystemTime },
{ "/locate", Command_Locate },
{ "/mapobj", Command_MapObjects },
{ "/mapinfo", Command_MapInfo },
{ "/item", Command_Item },
{ "/finditem", Command_ItemSearch },
{ "/map", Command_ChangeMap },
{ "/teleport", Command_Teleport },
{ "/update", Command_UpdatePacket },
{ "/prof", Command_Prof },
{ "/skill", Command_Skill },
{ "/activate", Command_Activate },
{ "/testnpc", Command_TestNpc },
{ "/addnpc", Command_AddNpc },
{ "/deletenpc", Command_RemoveNpc },
{ "/testmob", Command_TestMob },
{ "/addspawn", Command_AddSpawn },
{ "/set", Command_Set },
{ "/goto", Command_Goto },
{ "/call", Command_Call },
{ "/heal", Command_Heal },
{ "/mob", Command_Mob },
{ "/table", Command_Table },
{ "/addtitle", Command_AddTitle },
{ "/expball", Command_ExpBall },
{ "/freeze", Command_Freeze },
{ "/infect", Command_Infect },
{ "/irc", Command_Irc },
{ "/broadcast", Command_Broadcast },
{ "/nobility", Command_Nobility },
{ "/statustest", Command_StatusTest },
the format makes no sense to me and does anyone have a good list of commands i could get off them? and instructions on how to edit or change them, ive been searching for hours and cant find anything
this is a list of commands i guess i have
// GM commands
{ "/systime", Command_SystemTime },
{ "/locate", Command_Locate },
{ "/mapobj", Command_MapObjects },
{ "/mapinfo", Command_MapInfo },
{ "/item", Command_Item },
{ "/finditem", Command_ItemSearch },
{ "/map", Command_ChangeMap },
{ "/teleport", Command_Teleport },
{ "/update", Command_UpdatePacket },
{ "/prof", Command_Prof },
{ "/skill", Command_Skill },
{ "/activate", Command_Activate },
{ "/testnpc", Command_TestNpc },
{ "/addnpc", Command_AddNpc },
{ "/deletenpc", Command_RemoveNpc },
{ "/testmob", Command_TestMob },
{ "/addspawn", Command_AddSpawn },
{ "/set", Command_Set },
{ "/goto", Command_Goto },
{ "/call", Command_Call },
{ "/heal", Command_Heal },
{ "/mob", Command_Mob },
{ "/table", Command_Table },
{ "/addtitle", Command_AddTitle },
{ "/expball", Command_ExpBall },
{ "/freeze", Command_Freeze },
{ "/infect", Command_Infect },
{ "/irc", Command_Irc },
{ "/broadcast", Command_Broadcast },
{ "/nobility", Command_Nobility },
{ "/statustest", Command_StatusTest },
the format makes no sense to me and does anyone have a good list of commands i could get off them? and instructions on how to edit or change them, ive been searching for hours and cant find anything