๐ŸชŸCustom Window Name

ENG:

INFO:

  • Allows you to customize the name of your MuOnline Window

RESOURCES:

  • It is possible to edit the position, order and name of the settings

  • Server Name

  • Game Server Name

  • Login

  • Nick

  • VIP

  • level

  • MasterLevel

  • Level + MasterLevel together

  • Reset

  • Master Reset

  • Map Name

  • MapX

  • MapY

  • WCoinC

  • WCoinP

  • GoblinPoint

  • ServerTime --> hour:minute:second

  • ServerSmallTime --> Only hour:minute

  • Any Custom (Query, text)

PT-BR:

INFO:

  • Permite que vocรช personalize o nome da sua Janela do MuOnline

RECURSOS:

  • ร‰ possivel editar a posiรงรฃo, ordem e nome das configuraรงรตes

  • Server Name

  • Game Server Name

  • Login

  • Nick

  • VIP

  • level

  • MasterLevel

  • Level + MasterLevel together

  • Reset

  • Master Reset

  • Map Name

  • MapX

  • MapY

  • WCoinC

  • WCoinP

  • GoblinPoint

  • ServerTime --> Tempo completo

  • ServerSmallTime --> apenas Hora:Minuto:Segundo

  • Any Custom (Query, text)

IMG:

VIDEO:

CONFIG EXAMPLE:

CCustomWindowName.Switch = true -- true = TURN ON SCRIPT
CustomWindowName.UpdateRate = 2 
CustomWindowName.BaseString = "@ServerName - [@GameServer] [@Nick] Level: @TLevel, (@Map,@CoordX,@CoordY), S.Time: @ServerSmallTime @Custom1"
CustomWindowName.ServerName = "LevelMU S18"
--[[
    Window Name Structure
    Available Options    
    @ServerName 
    @GameServer
    @Login 
    @Nick --> Name
    @AccountLevel --> Vip
    @Level
    @MasterLevel
    @TLevel --> Level + MasterLevel
    @Reset
    @MasterReset
    @Map
    @CoordX
    @CoordY
    @WCoinC
    @WCoinP
    @GoblinPoint
    @ServerTime --> full time
    @ServerSmallTime --> only Hour and Min
    @CustomNUMBER --> Unlimited Ex: @Custom1
]]
CustomWindowName.AccountLevel = {
    [0] = "FREE",
    [1] = "VIP 1",
    [2] = "VIP 2",
    [3] = "VIP 3",
}

CustomWindowName.GameServer = {
    [0] = "Geral",
    [1] = "Iniciante",
    [19] = "CS",
}


CustomWindowName.Custom[1] = {
    Switch = true,
    Mode = 0, -- 0 --> Only text, 1 --> SQL Query Character, 2 --> SQL Query Account 
    Text = "by LoaD", -- only mode 0
    SQL = { -- mode 1/2
        Query = "select cLevel from Character where name = '%s'", --> USE %s to replace Character Name or Character Account
        Result = 0, --> 0 Number, 1 --> String
        ResultName = "cLevel", -- Colum Name
        Text = "Level: @" 
    }
}



VALUES:

FREE

Last updated