Siga-nos em...
Follow us on Twitter Follow us on Facebook Watch us on YouTube
Registro

Alpha Servers
Resultados 1 a 3 de 3
  1. #1

    Avatar de marciosuti
    Data de Ingresso
    Sep 2009
    Posts
    29
    Agradecido
    0
    Agradeceu
    0
    Peso da Avaliação
    0

    Padrão Resete individual por classe

    Script mto curioso e trabalhado gostei e to postando aqui so não testei da pra fase bastante coisa legal sobre ele ^^

    # Informação:
    --------------------
    Reset lvl: '400'
    Reset point: '300'
    Reset money: 100'000'000 zen
    Vault: 'NOT NULL'
    Inventoty: 'NULL'
    MagicList: 'NULL'
    Quest: 'NULL' (It Is Zeroized)
    Class: 'NULL' (It Is Zeroized)
    LevelUpPoint: '0' (It Is Zeroized)
    Reset Map: 'Lorencia'
    PkLevel: '3'
    PkTime: '0'
    Reset script for: DK/BK, DW/SM, FE/ME, MG, DL.

    Código:
    Use MuOnline;
    UPDATE Character SET LevelUpPoint=0
    FROM Character JOIN MEMB_STAT ON Character.AccountID = MEMB_STAT.memb___id COLLATE Latin1_general_CI_AI
    WHERE ((Class=0) or (Class=1) or (Class=16) or (Class=17) or (Class=32) or (Class=33) or (Class=48) or (Class=64)) and (cLevel>399) and (Money>100000000) and (PkLevel<4) and (ConnectStat=0)
    
    UPDATE Character SET cLevel=1, LevelUpPoint=300*(Resets+1), Class=0, Experience=0, Strength=18, Dexterity=18, Vitality=15, Energy=30, Inventory=NULL, MagicList=NULL, Money=Money-(100000000), MapNumber=0, MapPosX=125, MapPosY=123, PkLevel=3, PkTime=0, Quest=NULL, Resets=Resets+(1)
    FROM Character JOIN MEMB_STAT ON Character.AccountID = MEMB_STAT.memb___id COLLATE Latin1_general_CI_AI
    WHERE ((Class=0) or (Class=1)) and (cLevel>399) and (Money>100000000) and (PkLevel<4) and (ConnectStat=0)
    
    UPDATE Character SET cLevel=1, LevelUpPoint=300*(Resets+1), Class=16, Experience=0, Strength=28, Dexterity=20, Vitality=25, Energy=10, Inventory=NULL, MagicList=NULL, Money=Money-(100000000), MapNumber=0, MapPosX=125, MapPosY=123, PkLevel=3, PkTime=0, Quest=NULL, Resets=Resets+(1)
    FROM Character JOIN MEMB_STAT ON Character.AccountID = MEMB_STAT.memb___id COLLATE Latin1_general_CI_AI
    WHERE ((Class=16) or (Class=17)) and (cLevel>399) and (Money>100000000) and (PkLevel<4) and (ConnectStat=0)
    
    UPDATE Character SET cLevel=1, LevelUpPoint=300*(Resets+1), Class=*** Experience=0, Strength=22, Dexterity=25, Vitality=20, Energy=15, Inventory=NULL, MagicList=NULL, Money=Money-(100000000), MapNumber=0, MapPosX=125, MapPosY=123, PkLevel=3, PkTime=0, Quest=NULL, Resets=Resets+(1)
    FROM Character JOIN MEMB_STAT ON Character.AccountID = MEMB_STAT.memb___id COLLATE Latin1_general_CI_AI
    WHERE ((Class=32) or (Class=33)) and (cLevel>399) and (Money>100000000) and (PkLevel<4) and (ConnectStat=0)
    
    UPDATE Character SET cLevel=1, LevelUpPoint=300*(Resets+1), Class=48, Experience=0, Strength=26, Dexterity=26, Vitality=26, Energy=26, Inventory=NULL, MagicList=NULL, Money=Money-(100000000), MapNumber=0, MapPosX=125, MapPosY=123, PkLevel=3, PkTime=0, Quest=NULL, Resets=Resets+(1)
    FROM Character JOIN MEMB_STAT ON Character.AccountID = MEMB_STAT.memb___id COLLATE Latin1_general_CI_AI
    WHERE (Class=48) and (cLevel>399) and (Money>100000000) and (PkLevel<4) and (ConnectStat=0)
    
    UPDATE Character SET cLevel=1, LevelUpPoint=300*(Resets+1), Class=64, Experience=0, Strength=26, Dexterity=26, Vitality=26, Energy=26, Inventory=NULL, MagicList=NULL, Money=Money-(100000000), MapNumber=0, MapPosX=125, MapPosY=123, PkLevel=3, PkTime=0, Quest=NULL, Leadership=26, Resets=Resets+(1)
    FROM Character JOIN MEMB_STAT ON Character.AccountID = MEMB_STAT.memb___id COLLATE Latin1_general_CI_AI
    WHERE (Class=64) and (cLevel>399) and (Money>100000000) and (PkLevel<4) and (ConnectStat=0)

  2. #2

    Avatar de sharu
    Data de Ingresso
    Aug 2011
    Localização
    Araçatuba
    Idade
    30
    Posts
    17
    Agradecido
    0
    Agradeceu
    0
    Peso da Avaliação
    0

    Padrão

    Legal mas não intendi o codigo, por isso não vou usar !

  3. #3

    Avatar de KromeSykes
    Data de Ingresso
    Jun 2011
    Localização
    Leme
    Idade
    32
    Posts
    299
    Agradecido
    5
    Agradeceu
    4
    Peso da Avaliação
    16

    Padrão

    é um reset por classe voce pode deixar ex bk resetar lvl 400 e um sm lvl 300.
    por isso é individual.

 

 

Informações de Tópico

Usuários Navegando neste Tópico

Há 1 usuários navegando neste tópico. (0 registrados e 1 visitantes)

Tópicos Similares

  1. |Jobs/Query| Dar gold por Resete
    Por Prøjë¢T no fórum Downloads
    Respostas: 4
    Último Post: 31-03-2013, 11:27 AM
  2. |Suporte| Resete System dxteam
    Por mutroia no fórum Dúvidas
    Respostas: 6
    Último Post: 17-09-2012, 04:44 PM
  3. |Novidade| Resete suas estatísticas com a Restauração de Registro
    Por Jack no fórum Combat Arms
    Respostas: 0
    Último Post: 12-05-2011, 01:36 PM
  4. |Pedido| Query ou jog de resete em tabela
    Por mixiscok22 no fórum Pedidos
    Respostas: 1
    Último Post: 21-04-2011, 03:28 PM
  5. |Tutorial| Adicionando Auto-Resete (MSSQL)
    Por h4ii0w33n no fórum Configurações
    Respostas: 0
    Último Post: 06-03-2010, 05:48 AM

Marcadores

Permissões de Postagem

  • Você não pode iniciar novos tópicos
  • Você não pode enviar respostas
  • Você não pode enviar anexos
  • Você não pode editar suas mensagens
  •