Jump to content

AsiaGenius

Members
  • Posts

    108
  • Joined

  • Last visited

Posts posted by AsiaGenius

  1. Mouse only appears when it is in the clickable area. If it passes in non-clickable area it hides.

    clickable area

    ls8dcFI3QleF3k80QUXPRQ.png

     

    non-clickable area

    D2lh8YzBQES379QrZzfq5g.png

     

    This occurs in any map / place. If the mouse clickable appears, if it is not clickable the mouse disappears.

     

    Clickable area

    iCmao4bcQNafb0qHP6T4gg.png

     

    non-clickable area

    3yyWlS1XTW61zJedb1YaCQ.png

     

     

    Help! :D

  2. Hello!
     
    I need help to finish my DLL Shield.
     
     
    My packet 0x64 content: 
     
    0e64853029be41dd80944029e6472a0a.png
     
     
    My part of DLL source:
     


    unsigned int command = (*(unsigned short*)buf);
    
    if( (command == 0x64) ) { //if login packet, send mac to host serv
    			char mac_address[18] = "";
    			GetMACaddress((char *)mac_address);
    			memcpy((char*)buf+*len, mac_address, sizeof(mac_address));
    			*len += 17;
    } ...
    

    correctly sends new packet value
     
    How do I get data added to the packet leng in the emulator?
     
    I tried so;
     


    char mac = RFIFOL(fd,12);
    

    But always returns zero...
     
    But I need some tips to properly handle this new value! I want to add MAC, HWID, Shield Version. I'm testing
    first only with the MAC!
     
    Help-me pls, I intend to share the DLL Shield for community!

  3.  

    Você falou bastante mas não postou tua dúvida.

     

    Eu uso hashield em um servidor com 150 ON e não vejo problemas, apesar que eu uso ele mais pra da ban no PC xD

     

    Manda PM ai com teu skype que eu tento te passar alguma informação, 

    O Hashield está de graça ?

    Se sim, poderia se possível me explicar como eu o adiciono em meu Servidor ?

    Ficaria agradecido.

     

     

    Tem no site deles o tutorial '0'

  4. Hello,
     
    My problem is very hard! I'm weeks trying to solve.
     
    I'm using a hexed 2015-10-29aRagexeRE
     
    Everything is going well, except for an error message.
     
     
    I input my login and password;

     

    HFWqOkY.png

     

     

     

    And select service...

     

    prDKO2g.png

     

     

    Display this error

     

    qpl2LDm.png

     

     

    I click in OK

     

    JuAxWLV.png

     

     

    Game working well except for that mistake.

     

     

    Please, help-me, solve my erro, please, please.

     

     

    I tested this hexed + data folder in 3CEAM emulator... this error not display! Only display in rAthena emulator.

  5. I think the second one is meant for you to add scripts. It's inside a custom folder which, to my understanding, means that the rAthena scripts won't be there so it's a place for you to put your own files. Either way, you should download both if you are in doubt.

    Bear in mind that I am new to this so I might be wrong.

     

    This BG is Expansive?

×
×
  • Create New...