Jump to content

Suainzettello

Inactive Member
  • Posts

    62
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Suainzettello

  1. 3 minutes ago, arves100 said:

    Yes it's Vanilla Core 2.4.1

    You have to copy: game\src\packet.h from novaline to game\src\packet.h of vanilla

    Also fix the warnings in ClientManagerXXXX.cpp

    Ok thank you very much my friend ! If I need other help I write in this Thread :)

    Can you upload the correct packet.h? xD

    I haven't original source because I format computer :)

     

  2. 9 minutes ago, arves100 said:

    Change packets from novaline it can work.

    Yes, FreeBSD 9.x+ 32-bit

    I compiled with gcc5,c++14 and FreeBSD 10.3-p4 32-bit

     

    Sorry if I 'm disturbing , but I have not much experience in this field and this thread will be useful to other users .

    I wanted to ask you two things :

    1). This version of source corresponds to this game precompiled ? -> CLICK HERE

    2). Could you explain the exact procedure to fix that bug ? ( Change packets from novaline it can work. )

     

    Thank you very much!!! 

  3. 3 minutes ago, arves100 said:

    FreeBSD 9.0 or more is required only i386 (32-Bit)
    You need a clean extern witch include at most:

    Boost 1.55 or greater

    Crypto++ 5.6.2 or greater

    You have to use gcc48+ (any gcc version that support c++11)

    --------------------------------------

    Speaking of the bugs:

    Packet problems, you cannot save character if you didn't edit packet clearly

    There's a mismatch in sended data in client\server. That make the server cannot save anything

    Like you create a player in level 1, give level 255 and after server reboot it return to 1

     

    Ping Problem? Like everything is in retard\dosen't work

    I don't know if i'm the onlyone that have this bug, bug every command like mob spawning dosen't work

    And when i equip a weapon after 3/4 sec i get the equipped

     

     

    Well , then you must use the 32- bit version of Freebsd . (9.0 or a updated version).

    -----------------------------------

    Speaking of the bugs:

    Packet problems, you cannot save character if you didn't edit packet clearly

    There's a mismatch in sended data in client\server. That make the server cannot save anything

    Like you create a player in level 1, give level 255 and after server reboot it return to 1

    ------------------------------------

    This is a horrible bug, how can I fix? 

  4. Just now, arves100 said:

    No lykan here

    I fix only some of them è.è

    Skill bug oncurred in any source

     

    Packet problems, you cannot save character if you didn't edit packet clearly

    Ping Problem? Like everything is in retard\dosen't work

    ---------------------------------------------------------------

    Can you give me a full explanation of this bug? :)

    And....

    What do I need to install precise to compile it without problems ?

    Version of gcc etc...

     

  5. 2 minutes ago, arves100 said:

    You must upgrade to Boost 1.55+ but that come a Skill bug

    Packet problems, you cannot save character if you didn't edit packet clearly

    Some problems in Windows

    Ping Problem? Like everything is in retard\dosen't work

    Some belt bug (some fix can be found in this forum)

    That's all the bugs i encountred

    There is a Lycan implemented? :)

    And, How do I fix bug? :)

  6. 2 hours ago, asterix2 said:

    oho i forgeted.

    search:    const int loop = 5;

    change:    const int loop = 4;

    search:        DWORD dwGuildID[5];
            CGuild * pGuild[5];

    Change:
            DWORD dwGuildID[4];
            CGuild * pGuild[4];

    Ok, work!

    But in char_change_empire.cpp need to cancel 

     str_to_number(dwAID, row[0]); .

  7. 15 minutes ago, asterix2 said:

    put new column in the sql and export txt

    Ehhh i forgeted.

    db/clientmanager.cpp

    Search this:

            peer->Encode(&it->first, sizeof(short));
            peer->Encode(&it->second, sizeof(BYTE));

    Change with:

            peer->Encode(&it->first, sizeof(int));
            peer->Encode(&it->second, sizeof(BYTE));

    This fix the problem with the login? :)

  8. 28 minutes ago, asterix2 said:

    I know. I upload bad source. * sorry*

    I now upload correct source. ( 10kb/s)

    player.item_proto right click -> desing table -> add this: vnum_range   int 11  0   0   0   0   0   0   0   0                   0   0

    I use item_proto.txt, how do I put this new column?

    And above all, what is it?

  9. 1 hour ago, asterix2 said:

    Update:

    - Python update correcty.

    Open: vs/source/scriptlib/pythonutils.cpp

    search:

    #include "PythonUtils.h"

    Add under this:

    #define PyLong_AsLong PyLong_AsLongLong
    #define PyLong_AsUnsignedLong PyLong_AsUnsignedLongLong

    I did everything , now it works. 
    The problem is that it gets stuck "on the login is in progress".
  10. 2 hours ago, asterix2 said:

     

     

    The packets match

    Problem1:

    It remains blocked as well , I downloaded the client you've linked above , and I applied the fix .

    1d272125e6.jpg

     

    Problem2:

    I have compiled your binary with your source, when I put it in your client appears this error:

    a80588fee3.png

     

    Problem3:

    When I use the "Normal" Spektra Client (with your python27, granny2.dll and compiled binary source), client appear in this way:

     

    e5f77d1eb1.png

    and syserr error:

     

    Quote

     

    0519 14:08:01018 :: Traceback (most recent call last):

    0519 14:08:01018 ::   File "introLogo.py", line 60, in OnUpdate

    0519 14:08:01019 ::   File "networkModule.py", line 177, in SetLoginPhase

    0519 14:08:01019 ::   File "system.py", line 130, in __pack_import

    0519 14:08:01019 ::   File "system.py", line 110, in _process_result

    0519 14:08:01019 ::   File "introLogin.py", line 9, in <module>

    0519 14:08:01019 ::   File "system.py", line 130, in __pack_import

    0519 14:08:01019 ::   File "system.py", line 110, in _process_result

    0519 14:08:01019 ::   File "serverInfo.py", line 4, in <module>

    0519 14:08:01019 ::   File "system.py", line 137, in __pack_import

    0519 14:08:01019 ::   File "L:\work\Python-2.7.3\lib\locale.py", line 15, in <module>

    0519 14:08:01019 ::   File "system.py", line 137, in __pack_import

    0519 14:08:01019 ::   File "C:\Users\YMIR\Downloads\Python-2.7.3\Python-2.7.3\lib\encodings\__init__.py", line 32, in <module>

    0519 14:08:01019 :: ImportError
    0519 14:08:01019 :: : 
    0519 14:08:01019 :: cannot import name aliases
    0519 14:08:01019 :: 

     

  11. 6 minutes ago, asterix2 said:

    Yes. This client supported new samurai core.

    Ok, but your new Samurai Core have a NewPacket from GF...

    Spektra Client have this? 

    Or should I implement it manually by downloading your archive ?

     

     

  12. 1 hour ago, asterix2 said:

    locale.py

    40k use localeinfo.py

    Link:

    This is the hidden content, please


    And extract root and replace all locale with localeinfo.
    585202602N_vtelen_www.kepfeltoltes.hu_.p

    i make config/client/quest pastebin + download link.

    Thank you very much!

    Can you upload your Hungarian GF client adapted perfectly yo your Binary Source? :)

    It would also help others in trouble like me !
  13. I have this error when I use your binary (compiled with your source):

     

    I use your Hungarian GF Client :)

     

     

    Quote

     

    0518 21:23:00270 :: Traceback (most recent call last):

    0518 21:23:00270 ::   File "introLogo.py", line 60, in OnUpdate

    0518 21:23:00270 ::   File "networkModule.py", line 177, in SetLoginPhase

    0518 21:23:00270 ::   File "system.py", line 130, in __pack_import

    0518 21:23:00270 ::   File "system.py", line 110, in _process_result

    0518 21:23:00270 ::   File "introLogin.py", line 9, in <module>

    0518 21:23:00270 ::   File "system.py", line 130, in __pack_import

    0518 21:23:00270 ::   File "system.py", line 110, in _process_result

    0518 21:23:00270 ::   File "serverInfo.py", line 4, in <module>

    0518 21:23:00270 ::   File "system.py", line 137, in __pack_import

    0518 21:23:00270 ::   File "L:\work\Python-2.7.3\lib\locale.py", line 15, in <module>

    0518 21:23:00270 ::   File "system.py", line 137, in __pack_import

    0518 21:23:00270 ::   File "C:\Users\YMIR\Downloads\Python-2.7.3\Python-2.7.3\lib\encodings\__init__.py", line 32, in <module>

    0518 21:23:00270 :: ImportError
    0518 21:23:00270 :: : 
    0518 21:23:00270 :: cannot import name aliases
    0518 21:23:00270 :: 


     

    I have inserted your python27.rar....

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.