Jump to content

Caspian

Members
  • Content Count

    109
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by Caspian


  1. 12 hours ago, buchachi11 said:

    Thanks AnnieRuru for the tutorial here's the link if u need it : 

     

    I was able to take advantage of the 300$ credit using Centos 8 15$ per month only. :D

     

    My real question is : How do I make a GM or admin character. I don't know how to do commands to myphp or something. I need help thanks.

    You have to change your clientinfo in your grf and add the admin id. 

            <aid>
                <admin>2000000</admin>
            <loading>


  2. I want to know how enable Emblem on the top of the head for Battleground as it was done on eAmod using Old Clients in 2010.

    I know there is a Patch to enable this feature on Nemo Patcher but this is only possible for new clients...

    But as I am making a pre-renewal server, I am using an old client for a vintage style (2010-07-30) the most stable client on that time....  I wanna know how to enable emblem over head on battleground maps.

    Is it just Hexed editing or source code?

    Thanks by the way


  3. Hello @4144 How can I enable Emblem Hover head for Battleground using 2010-07-30 client?

     

    Is it a way to do it manually for old clients through Hex Editor? If yes, could help please?

     

    function EnableEmblemForBG()
    {
        //Step 1.1 - Look for the Mode checking pattern
        var code =
            " B9 AB AB AB 00" //MOV ECX, OFFSET g_session
        +   " E8 AB AB AB 00" //CALL CSession::IsSiegeMode
        +   " 85 C0"          //TEST EAX, EAX
        +   " 74 AB"          //JZ SHORT addr
        +   " B9 AB AB AB 00" //MOV ECX, OFFSET g_session
        +   " E8 AB AB AB 00" //CALL CSession::IsBgMode
        +   " 85 C0"          //TEST EAX, EAX
        +   " 75 AB"          //JNZ SHORT addr ;AB at the end is needed
        ;

     

    I noticed that this patch from nemo only works for new clients.


  4. I have an issue that every time I play Conquest and it randomly chooses ebg_conq03, it always crashs the client.

     

    2oK8M5w.png

     

     

    All the castles seems to be fine even If I warp to ebg_conq03 it doesn't crash. The error only happen when you are the first and second one to use @joinbg.

    Does anyone have the same issue ? @Dastgir 

     

     


  5. Just now, rennison said:

    Só alterei o IP de conexão mesmo, fora isto, emulador limpo, eu consigo, mas esse meu emulador, já tem todas as configurações e BG! rs

    Pode ser por isso que não está conseguindo conectar, tem que trocar o IP só quando tu for deixar online e quiser pagar host.

    Se nada resolver só tente pegar a pasta conf do emulador e deixar o padrão pra offline.

     

    Qual login tu está utilizando pra acessar seu banco de dados? 


  6. Just now, rennison said:

    Já foi feito isso, rs, já tem conta existente no banco, fora a conta de conexão, isso ocorre quando coloco a senha e login, e da enter.

    Bom ali está dizendo que está dizendo Empty user ID, parece que não tem essa conta no seu banco de dados,  você deve ter alterado algum nome padrão e o emulador está tentando ler outro. 

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.