• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved There any program to manage the tfs 0.3.6 MS-DOS console?

oto

New Member
Joined
Apr 8, 2009
Messages
174
Reaction score
0
Location
spain
There any program to manage the tfs 0.3.6 MS-DOS console?

I need reload spells,Broadcast etc.
.



Thanks I repp++ HELP PLEASE!
 
Last edited:
Login with a GM char and do the reloading? Or way till one of us makes the utility using the otadmin protocol.

I already knew. but there is some program for it?

what command should I use to reload spells, items, with the gm character?


Thanks
 
/reload <what>

Aga:

/reload items
/reload spells
/reload monsters
/reload mods

Or to reload everything run:
/reload all

EDIT:
A list of all the reload options (from reload.lua):
Code:
        {RELOAD_ACTIONS, "actions", "action"},
        {RELOAD_CHAT, "chat", "channels"},
        {RELOAD_CONFIG, "config", "configuration"},
        {RELOAD_CREATUREEVENTS, "creatureevents", "creature events", "creaturescripts", "creature scripts", "creatureevent", "c$
        {RELOAD_GAMESERVERS, "gameservers", "game servers", "servers"},
        {RELOAD_GLOBALEVENTS, "globalevents", "global events", "globalevent", "global event"},
        {RELOAD_GROUPS, "groups", "playergroups", "group"},
        {RELOAD_HIGHSCORES, "highscores", "scores", "highscore", "score"},
        {RELOAD_HOUSEPRICES, "houseprices", "house prices", "prices"},
        {RELOAD_ITEMS, "items", "item"},
        {RELOAD_MONSTERS, "monsters", "monster"},
        {RELOAD_MOVEEVENTS, "moveevents", "move events", "movements", "move", "movement"},
        {RELOAD_NPCS, "npcs", "npc"},
        {RELOAD_OUTFITS, "outfits", "outfit"},
        {RELOAD_QUESTS, "quests", "quest"},
        {RELOAD_RAIDS, "raids", "raid"},
        {RELOAD_SPELLS, "spells", "spell"},
        {RELOAD_STAGES, "stages", "experience"},
        {RELOAD_TALKACTIONS, "talkactions", "talk actions", "talk", "commands", "talkaction", "talk action"},
        {RELOAD_VOCATIONS, "vocations", "vocation"},
        {RELOAD_WEAPONS, "weapons", "weapon"},
        {RELOAD_MODS, "mods", "modifications"},
        {RELOAD_ALL, "all", "everything"}
 
Back
Top