def onLoad(): if enabled and backup_path: if accountsdriver == 'mysql' or worlddriver == 'mysql': wolfpack.addtimer(time, timer, [wolfpack.time.currenttime()]) wolfpack.registercommand("backupdb", cmdbackupdb) return True else: return False
def onLoad(): if enabled and backup_path: if accountsdriver == 'mysql' or worlddriver == 'mysql': wolfpack.addtimer( time, timer, [ wolfpack.time.currenttime() ] ) wolfpack.registercommand( "backupdb", cmdbackupdb ) return True else: return False
def onLoad(): global pages pages = Pages() wolfpack.registerglobal(EVENT_HELP, "system.pages") wolfpack.registercommand("page", page) if not wolfpack.isstarting(): pages.load()
def onLoad(): global pages global page pages = Pages() wolfpack.registerglobal(EVENT_HELP, "system.pages") wolfpack.registercommand("page", page) if not wolfpack.isstarting(): pages.load()
def onLoad(): wolfpack.registercommand( "cast", CmdCast )
def onLoad(): wolfpack.registercommand('shrink', shrink)
def onLoad(): wolfpack.registercommand('find', find)
def onLoad(): wolfpack.registercommand( "testlos", testlos ) return
def onLoad(): wolfpack.registercommand("action", action)
def onLoad(): wolfpack.registercommand('allshow', allshow)
def onLoad(): wolfpack.registercommand( "removedupes", commandRemoveDupes ) return
def onLoad(): wolfpack.registercommand('skillinfo', edit)
def onLoad(): wolfpack.registercommand('account', commandAccount) return
def onLoad(): wolfpack.registercommand("wipe", nuke) wolfpack.registercommand("nuke", nuke) wolfpack.registercommand("nukez", nukez) return
def onLoad(): wolfpack.registercommand("linkdoors", commandLinkDoors) wolfpack.registercommand("unlinkdoors", commandUnlinkDoors)
def onLoad(): wolfpack.registercommand( 'invul', invul ) return
def onLoad(): wolfpack.registercommand('playmusic', playmusic)
def onLoad(): wolfpack.registercommand('spawn', spawn) return
def onLoad(): wolfpack.registercommand( 'fix', commandFix ) wolfpack.registercommand( 'resend', commandFix ) return
def onLoad(): wolfpack.registercommand('add', add) wolfpack.registercommand('static', static)
def onLoad(): wolfpack.registercommand("guilds", commandGuilds)
def onLoad(): wolfpack.registercommand("disconnect", disconnect)
def onLoad(): wolfpack.registercommand('hearall', hearall)
def onLoad(): wolfpack.registercommand('boom', boom)
def onLoad(): wolfpack.registercommand("hideskilltitle", hideskilltitle)
def onLoad(): wolfpack.registercommand("removemulti", commandRemovemulti) return
def onLoad(): wolfpack.registercommand('addpv',addplayervendor)
def onLoad(): wolfpack.registercommand('follow', follow) return
def onLoad(): wolfpack.registercommand('email', commandEmail) return
def onLoad(): wolfpack.registercommand("dupe", dupe)
def onLoad(): wolfpack.registercommand('eval', evalcommand)
def onLoad(): wolfpack.registercommand( "who", cmdWho ) return
def onLoad(): wolfpack.registercommand("notices", snotices) #wolfpack.registerglobal( EVENT_LOGIN, "commands.server_notices" ) return
def onLoad(): wolfpack.registercommand("tile", commandTile)
def onLoad(): wolfpack.registercommand( "tele", commandTele ) wolfpack.registercommand( "telem", commandTeleM ) return
def onLoad(): wolfpack.registercommand( "backupworld", backupCmd ) return True
def onLoad(): wolfpack.registercommand('password', commandPassword) return
def onLoad(): wolfpack.registercommand( "import", import_command )
def onLoad(): wolfpack.registercommand( "remove", commandRemove )
def onLoad(): wolfpack.registercommand("tilecolor", commandTilecolor) wolfpack.registercommand("tilecolorz", commandTilecolorz) return
def onLoad(): wolfpack.registercommand("sysmessage", sysmessage)
def onLoad(): wolfpack.registercommand( "disconnect", disconnect )
def onLoad(): wolfpack.registercommand( "turnitem", turnitem ) return
def onLoad(): wolfpack.registercommand("test", test) wolfpack.registercommand("resendtooltip", resendtooltip) wolfpack.registercommand("season", season) wolfpack.registercommand("updateplayer", updateplayer) wolfpack.registercommand("time", uotime) wolfpack.registercommand("nudgeup", nudgeup) wolfpack.registercommand("nudgedown", nudgedown) wolfpack.registercommand("nightsight", nightsight) wolfpack.registercommand("multigems", multigems) wolfpack.registercommand("followers", followers) wolfpack.registercommand("gouid", gouid) wolfpack.registercommand("goname", goname) wolfpack.registercommand("newlos", newlos)
def onLoad(): wolfpack.registercommand( "wipe", nuke ) wolfpack.registercommand( "nuke", nuke ) wolfpack.registercommand( "nukez", nukez ) return
def onLoad(): wolfpack.registercommand('edit', edit)
def onLoad(): wolfpack.registercommand( "stat", stat ) return
def onLoad(): wolfpack.registercommand("restore", restore) wolfpack.registercommand("heal", heal)
def onLoad(): wolfpack.registercommand( "export", exportcmd )
def onLoad(): wolfpack.registercommand( "kick", commandKick ) wolfpack.registercommand( "ban", commandBan ) wolfpack.registercommand( "unban", commandUnban )
def onLoad(): wolfpack.registercommand("lock", commandLock)
def onLoad(): wolfpack.registercommand( "travel", travel )
def onLoad(): wolfpack.registercommand( "decoration", decoration )