Page 27 of 73 PrimeiroPrimeiro ... 17252627282937 ... ÚltimoÚltimo
Resultados 261 a 270 de 723
  1. #261
    Developer C++ louis's Avatar



    Data de Ingresso
    Apr 2016
    Posts
    1,681
    Thanks Thanks Given 
    40
    Thanks Thanks Received 
    877
    Thanked in
    68 Posts
    Mencionado
    499 Post(s)
    País
    Brazil
    Citação Originally Posted by clerigz Ver Post
    @[Somente membros podem ver os links. ] and i have a problem when putting some index in itemTRSdata.bmd. the text will not appear..

    what editor did you use? because the zteam filemanager ItemTRSdata will not appear also
    ItemTRSdata control the 3D of items, the texts you find in ItemTooltiptext
    Meu canal no YouTube com vídeos sobre os sistemas que desenvolvo:
    [Somente membros podem ver os links. ]

  2. #262
    Membro alexischoque's Avatar
    Data de Ingresso
    Dec 2016
    Posts
    51
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Mencionado
    3 Post(s)
    MEU HUMOR
    Aggressive
    País
    Bolivia
    [Somente membros podem ver os links. ]




    I have this error in dataserver add the update 3 and I get that error when opening the dataserver as I can make this error

  3. #263
    Developer C++ louis's Avatar



    Data de Ingresso
    Apr 2016
    Posts
    1,681
    Thanks Thanks Given 
    40
    Thanks Thanks Received 
    877
    Thanked in
    68 Posts
    Mencionado
    499 Post(s)
    País
    Brazil
    Citação Originally Posted by alexischoque Ver Post
    [Somente membros podem ver os links. ]




    I have this error in dataserver add the update 3 and I get that error when opening the dataserver as I can make this error
    See LOG folder from dataserver, open last log file and copy and this error here
    Meu canal no YouTube com vídeos sobre os sistemas que desenvolvo:
    [Somente membros podem ver os links. ]

  4. #264
    Membro alexischoque's Avatar
    Data de Ingresso
    Dec 2016
    Posts
    51
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Mencionado
    3 Post(s)
    MEU HUMOR
    Aggressive
    País
    Bolivia
    Citação Originally Posted by louis Ver Post
    See LOG folder from dataserver, open last log file and copy and this error here
    Hello I get this in dataserver log








    13:20:01 [SocketManager] Server started at port [55960]
    13:20:17 [ServerManager][0] AddServer (127.0.0.1)
    13:20:17 [ServerManager][0] ServerInfo (MuBolivia) (55901) (11)
    13:20:17 Select top 1 G_Name from guild where owner=1
    13:20:17 [QueryManager] State (42S22), Diagnostic: [Microsoft][ODBC SQL Server Driver][SQL Server]El nombre de columna 'owner' no es válido.
    13:20:29 [ServerManager][1] AddServer (127.0.0.1)
    13:20:29 [ServerManager][1] ServerInfo (MuBolivia_CS) (55919) (19)
    13:20:29 Select top 1 G_Name from guild where owner=1
    13:20:29 [QueryManager] State (42S22), Diagnostic: [Microsoft][ODBC SQL Server Driver][SQL Server]El nombre de columna 'owner' no es válido.
    13:20:32 [ServerManager][1] DelServer (127.0.0.1)

  5. #265
    Developer C++ louis's Avatar



    Data de Ingresso
    Apr 2016
    Posts
    1,681
    Thanks Thanks Given 
    40
    Thanks Thanks Received 
    877
    Thanked in
    68 Posts
    Mencionado
    499 Post(s)
    País
    Brazil
    Citação Originally Posted by alexischoque Ver Post
    Hello I get this in dataserver log








    13:20:01 [SocketManager] Server started at port [55960]
    13:20:17 [ServerManager][0] AddServer (127.0.0.1)
    13:20:17 [ServerManager][0] ServerInfo (MuBolivia) (55901) (11)
    13:20:17 Select top 1 G_Name from guild where owner=1
    13:20:17 [QueryManager] State (42S22), Diagnostic: [Microsoft][ODBC SQL Server Driver][SQL Server]El nombre de columna 'owner' no es válido.
    13:20:29 [ServerManager][1] AddServer (127.0.0.1)
    13:20:29 [ServerManager][1] ServerInfo (MuBolivia_CS) (55919) (19)
    13:20:29 Select top 1 G_Name from guild where owner=1
    13:20:29 [QueryManager] State (42S22), Diagnostic: [Microsoft][ODBC SQL Server Driver][SQL Server]El nombre de columna 'owner' no es válido.
    13:20:32 [ServerManager][1] DelServer (127.0.0.1)
    exec this:


    Delete from mk_server
    GO
    INSERT INTO MK_SERVER (REI_DO_MK,recorde_on) VALUES (0,0)
    GO

    ALTER TABLE GUILD ADD OWNER int NOT NULL DEFAULT (0)
    ALTER TABLE GUILD ADD OWNER_TIME int NOT NULL DEFAULT (0)
    ALTER TABLE GUILD ADD OWNER_COUNT int NOT NULL DEFAULT (0)
    GO

    ALTER TABLE GUILDMEMBER ADD EVENT_COUNT int NOT NULL DEFAULT (0)
    GO
    Meu canal no YouTube com vídeos sobre os sistemas que desenvolvo:
    [Somente membros podem ver os links. ]

  6. #266
    Membro alexischoque's Avatar
    Data de Ingresso
    Dec 2016
    Posts
    51
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Mencionado
    3 Post(s)
    MEU HUMOR
    Aggressive
    País
    Bolivia
    I have a problem I want to recharge CREDIT and GOLDS but in the editor there is no to recharge another way to recharge porfa







    And I also want to know how I can add item which files without to add files and client
    Last edited by alexischoque; 23/02/2017 at 04:29 PM.

  7. #267
    Developer C++ louis's Avatar



    Data de Ingresso
    Apr 2016
    Posts
    1,681
    Thanks Thanks Given 
    40
    Thanks Thanks Received 
    877
    Thanked in
    68 Posts
    Mencionado
    499 Post(s)
    País
    Brazil
    Citação Originally Posted by alexischoque Ver Post
    I have a problem I want to recharge CREDIT and GOLDS but in the editor there is no to recharge another way to recharge porfa







    And I also want to know how I can add item which files without to add files and client
    How did you add credits in accounts?
    Meu canal no YouTube com vídeos sobre os sistemas que desenvolvo:
    [Somente membros podem ver os links. ]

  8. #268
    Membro alexischoque's Avatar
    Data de Ingresso
    Dec 2016
    Posts
    51
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Mencionado
    3 Post(s)
    MEU HUMOR
    Aggressive
    País
    Bolivia
    Citação Originally Posted by louis Ver Post
    How did you add credits in accounts?


    If I want to add credit accounts

  9. #269
    Developer C++ louis's Avatar



    Data de Ingresso
    Apr 2016
    Posts
    1,681
    Thanks Thanks Given 
    40
    Thanks Thanks Received 
    877
    Thanked in
    68 Posts
    Mencionado
    499 Post(s)
    País
    Brazil
    Citação Originally Posted by alexischoque Ver Post
    If I want to add credit accounts
    What query or site you use to add?
    Meu canal no YouTube com vídeos sobre os sistemas que desenvolvo:
    [Somente membros podem ver os links. ]

  10. #270
    Membro alexischoque's Avatar
    Data de Ingresso
    Dec 2016
    Posts
    51
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Mencionado
    3 Post(s)
    MEU HUMOR
    Aggressive
    País
    Bolivia
    Citação Originally Posted by louis Ver Post
    What query or site you use to add?

    quiero solitario sabe cómo añadir créditos a Alguna Una Cuenta cómo aserlo algun editor de algo que añadir

Page 27 of 73 PrimeiroPrimeiro ... 17252627282937 ... ÚltimoÚltimo

Permissões de Postagem

  • Você não pode iniciar novos tópicos
  • You may not post Resposta(s)
  • Você não pode enviar anexos
  • Você não pode editar suas mensagens
  •  
Sobre nós
Somos uma comunidade em atividade a 8 anos que aborda assuntos relacionados a games em geral, principalmente games MMORPG. e que busca sempre ajudar os membros através de conteúdos, tutoriais e suporte...
Nossos anunciantes
Hinetworks
VelozHost
InovHost
Rede Sociais