예제 #1
0
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
예제 #3
0
def onLoad():
	global pages
	pages = Pages()	
	wolfpack.registerglobal(EVENT_HELP, "system.pages")
	wolfpack.registercommand("page", page)
	
	if not wolfpack.isstarting():
		pages.load()
예제 #4
0
파일: pages.py 프로젝트: thooge/Wolfpack
def onLoad():
    global pages
    global page
    pages = Pages()
    wolfpack.registerglobal(EVENT_HELP, "system.pages")
    wolfpack.registercommand("page", page)

    if not wolfpack.isstarting():
        pages.load()
예제 #5
0
def onLoad():
	wolfpack.registercommand( "cast", CmdCast )
예제 #6
0
def onLoad():
    wolfpack.registercommand('shrink', shrink)
예제 #7
0
def onLoad():
	wolfpack.registercommand('find', find)
예제 #8
0
def onLoad():
	wolfpack.registercommand( "testlos", testlos )
	return
예제 #9
0
파일: action.py 프로젝트: thooge/Wolfpack
def onLoad():
    wolfpack.registercommand("action", action)
예제 #10
0
파일: allshow.py 프로젝트: thooge/Wolfpack
def onLoad():
	wolfpack.registercommand('allshow', allshow)
예제 #11
0
def onLoad():
	wolfpack.registercommand( "removedupes", commandRemoveDupes )
	return
예제 #12
0
def onLoad():
	wolfpack.registercommand('skillinfo', edit)
예제 #13
0
def onLoad():
    wolfpack.registercommand('account', commandAccount)
    return
예제 #14
0
파일: wipe.py 프로젝트: thooge/Wolfpack
def onLoad():
    wolfpack.registercommand("wipe", nuke)
    wolfpack.registercommand("nuke", nuke)
    wolfpack.registercommand("nukez", nukez)
    return
예제 #15
0
파일: door.py 프로젝트: thooge/Wolfpack
def onLoad():
	wolfpack.registercommand("linkdoors", commandLinkDoors)
	wolfpack.registercommand("unlinkdoors", commandUnlinkDoors)
예제 #16
0
def onLoad():
	wolfpack.registercommand( 'invul', invul )
	return
예제 #17
0
def onLoad():
	wolfpack.registercommand('playmusic', playmusic)
예제 #18
0
파일: spawn.py 프로젝트: thooge/Wolfpack
def onLoad():
    wolfpack.registercommand('spawn', spawn)
    return
예제 #19
0
파일: fix.py 프로젝트: thooge/Wolfpack
def onLoad():
	wolfpack.registercommand( 'fix', commandFix )
	wolfpack.registercommand( 'resend', commandFix )
	return
예제 #20
0
def onLoad():
    wolfpack.registercommand('add', add)
    wolfpack.registercommand('static', static)
예제 #21
0
def onLoad():
    wolfpack.registercommand("guilds", commandGuilds)
예제 #22
0
def onLoad():
    wolfpack.registercommand("disconnect", disconnect)
예제 #23
0
def onLoad():
	wolfpack.registercommand('hearall', hearall)
예제 #24
0
def onLoad():
	wolfpack.registercommand('boom', boom)
예제 #25
0
def onLoad():
    wolfpack.registercommand("hideskilltitle", hideskilltitle)
예제 #26
0
def onLoad():
    wolfpack.registercommand("removemulti", commandRemovemulti)
    return
def onLoad():
	wolfpack.registercommand('addpv',addplayervendor)
예제 #28
0
def onLoad():
	wolfpack.registercommand('follow', follow)
	return
예제 #29
0
def onLoad():
    wolfpack.registercommand('email', commandEmail)
    return
예제 #30
0
def onLoad():
	wolfpack.registercommand('shrink', shrink)
예제 #31
0
def onLoad():
    wolfpack.registercommand("dupe", dupe)
예제 #32
0
파일: eval.py 프로젝트: thooge/Wolfpack
def onLoad():
    wolfpack.registercommand('eval', evalcommand)
예제 #33
0
파일: who.py 프로젝트: thooge/Wolfpack
def onLoad():
	wolfpack.registercommand( "who", cmdWho )
	return
def onLoad():
    wolfpack.registercommand("notices", snotices)
    #wolfpack.registerglobal( EVENT_LOGIN, "commands.server_notices" )
    return
예제 #35
0
def onLoad():
	wolfpack.registercommand("tile", commandTile)
예제 #36
0
def onLoad():
	wolfpack.registercommand( "tele", commandTele )
	wolfpack.registercommand( "telem", commandTeleM )
	return
예제 #37
0
def onLoad():
	wolfpack.registercommand('add', add)
	wolfpack.registercommand('static', static)
def onLoad():
	wolfpack.registercommand( "backupworld", backupCmd )
	return True
예제 #39
0
def onLoad():
    wolfpack.registercommand('password', commandPassword)
    return
예제 #40
0
def onLoad():
	wolfpack.registercommand( "import", import_command )
예제 #41
0
def onLoad():
	wolfpack.registercommand( "remove", commandRemove )
예제 #42
0
def onLoad():
    wolfpack.registercommand("tilecolor", commandTilecolor)
    wolfpack.registercommand("tilecolorz", commandTilecolorz)
    return
예제 #43
0
def onLoad():
    wolfpack.registercommand("sysmessage", sysmessage)
예제 #44
0
def onLoad():
	wolfpack.registercommand( "disconnect", disconnect )
예제 #45
0
def onLoad():
	wolfpack.registercommand( "turnitem", turnitem )
	return
예제 #46
0
def onLoad():
  wolfpack.registercommand("guilds", commandGuilds)
예제 #47
0
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)
예제 #48
0
def onLoad():
	wolfpack.registercommand( "wipe", nuke )
	wolfpack.registercommand( "nuke", nuke )
	wolfpack.registercommand( "nukez", nukez )
	return
예제 #49
0
파일: edit.py 프로젝트: thooge/Wolfpack
def onLoad():
    wolfpack.registercommand('edit', edit)
예제 #50
0
파일: stat.py 프로젝트: Mutilador/Wolfpack
def onLoad():
	wolfpack.registercommand( "stat", stat )
	return
예제 #51
0
def onLoad():
    wolfpack.registercommand("restore", restore)
    wolfpack.registercommand("heal", heal)
예제 #52
0
def onLoad():
	wolfpack.registercommand( "export", exportcmd )
예제 #53
0
def onLoad():
	wolfpack.registercommand( "kick", commandKick )
	wolfpack.registercommand( "ban", commandBan )
	wolfpack.registercommand( "unban", commandUnban )
예제 #54
0
def onLoad():
	wolfpack.registercommand("lock", commandLock)
예제 #55
0
def onLoad():
	wolfpack.registercommand( "travel", travel )
예제 #56
0
def onLoad():
	wolfpack.registercommand( "decoration", decoration )
예제 #57
0
def onLoad():
	wolfpack.registercommand( 'fix', commandFix )
	wolfpack.registercommand( 'resend', commandFix )
	return