Laghaim Official server files

Page 12 of 13 FirstFirst ... 245678910111213 LastLast
Results 166 to 180 of 189
  1. #166
    Apprentice perovenzano is offline
    MemberRank
    Jan 2014 Join Date
    7Posts

    Re: Laghaim Official server files

    Quote Originally Posted by marcelhxc View Post
    Nothing wrong at server side, the logs is ok.

    Try to change the client used, or.. you will need to debug your game.exe to check what happen
    Do you have other laghaim client download link?

  2. #167
    Valued Member marcelhxc is offline
    MemberRank
    Dec 2012 Join Date
    São Paulo BRLocation
    113Posts

    Re: Laghaim Official server files

    Quote Originally Posted by perovenzano View Post
    Do you have other laghaim client download link?
    Use google to search by Laghaim servers. You will find alot of servers to download and test.

  3. #168
    Novice kaoma is offline
    MemberRank
    Sep 2020 Join Date
    3Posts

    Re: Laghaim Official server files

    Here is the link to the image of centOS laghaim



    https://drive.google.com/drive/folde...s1?usp=sharing

  4. #169
    Valued Member marcelhxc is offline
    MemberRank
    Dec 2012 Join Date
    São Paulo BRLocation
    113Posts

    Re: Laghaim Official server files

    Take care, Jane ( SAVAGE EDEN ) create a new website to sell trash files and scam people.

    Just a warn

  5. #170
    Novice Salitos is offline
    MemberRank
    Nov 2020 Join Date
    1Posts

    Re: Laghaim Official server files

    Can anyone tel me how to change Server IP for the Client?

  6. #171
    Valued Member marcelhxc is offline
    MemberRank
    Dec 2012 Join Date
    São Paulo BRLocation
    113Posts

    Re: Laghaim Official server files

    Quote Originally Posted by Salitos View Post
    Can anyone tel me how to change Server IP for the Client?
    If you have the source code search by KOREA_IP.

    If you use compiled game.exe you need to download 010editor and search by 127.0.0.

    To change at svrlist.dta you need a tool to open .dta file and edit it.

  7. #172
    Novice brendonf is offline
    MemberRank
    May 2020 Join Date
    3Posts

    Re: Laghaim Official server files

    How did you guys get it supported on windows 10? I tried the ddraw.dll, but it didn’t work out. Mine just went black screen and never loaded into game, and using vm to play is supper lag. Also, anyone knows how to register more accounts on the OS, and how to set it to GM? Five characters is not enough for me. Many thanks!
    Last edited by brendonf; 13-11-20 at 12:09 AM. Reason: add one more question

  8. #173
    Valued Member marcelhxc is offline
    MemberRank
    Dec 2012 Join Date
    São Paulo BRLocation
    113Posts

    Re: Laghaim Official server files

    Quote Originally Posted by marcelhxc View Post
    If you have the source code search by KOREA_IP.

    If you use compiled game.exe you need to download 010editor and search by 127.0.0.

    To change at svrlist.dta you need a tool to open .dta file and edit it.
    1 - rebuild the game engine to include the new version of directx
    2 - remove some features of the screen ( mini map radar ) to reduce the fps used.

    - - - Updated - - -

    Quote Originally Posted by brendonf View Post
    How did you guys get it supported on windows 10? I tried the ddraw.dll, but it didn’t work out. Mine just went black screen and never loaded into game, and using vm to play is supper lag. Also, anyone knows how to register more accounts on the OS, and how to set it to GM? Five characters is not enough for me. Many thanks!

    About more characters at one account... code the new slots. Set gm go to t_characters database and change a_admin column to 11 ( 11 = admin , 10 = sub admin, 9 = high gm , 8 = normal gm, less than 8 = support ) and dont forget to use config.ini2 it will enable gm powers
    Last edited by marcelhxc; 13-11-20 at 01:07 AM. Reason: more hints

  9. #174
    Novice brendonf is offline
    MemberRank
    May 2020 Join Date
    3Posts

    Re: Laghaim Official server files

    Thanks for the help! Sadly that I’m not good on computer. Really have no idea on rebuild the game and removing the features. I think I will just use my old laptop and reinstall it to Windows 7 and play lol. For adding accounts or character slots, is there a sampler way to do it on the centos? I had no experience on computer science, so it was so hard to use when I could only enter commend on the terminal for the mysql, plus, all I could find on google was to log in the mysql. Is there a way to open up a chart to make changes just like those windows server 2012 or navicat stuff? If not, I might just delete the character after playing one.Thanks anyways! Your answer really gave me some thoughts on trying it out!

  10. #175
    Valued Member marcelhxc is offline
    MemberRank
    Dec 2012 Join Date
    São Paulo BRLocation
    113Posts

    Re: Laghaim Official server files

    Quote Originally Posted by brendonf View Post
    Thanks for the help! Sadly that I’m not good on computer. Really have no idea on rebuild the game and removing the features. I think I will just use my old laptop and reinstall it to Windows 7 and play lol. For adding accounts or character slots, is there a sampler way to do it on the centos? I had no experience on computer science, so it was so hard to use when I could only enter commend on the terminal for the mysql, plus, all I could find on google was to log in the mysql. Is there a way to open up a chart to make changes just like those windows server 2012 or navicat stuff? If not, I might just delete the character after playing one.Thanks anyways! Your answer really gave me some thoughts on trying it out!
    To create new slots you need to code it. Need to open client source code create new slots, open server source code, add the new slots.

  11. #176
    Novice brendonf is offline
    MemberRank
    May 2020 Join Date
    3Posts

    Re: Laghaim Official server files

    Thanks for all the help! Learned a lot from setting this up :)
    Last edited by brendonf; 24-11-20 at 09:53 AM.

  12. #177
    Apprentice albwibowo is offline
    MemberRank
    Jun 2006 Join Date
    indonesiaLocation
    17Posts

    Re: Laghaim Official server files



    Laghaim Character Bone Template

  13. #178
    Novice ayume is offline
    MemberRank
    Nov 2020 Join Date
    4Posts

    Re: Laghaim Official server files

    hello there,would anyone be so kind to help me with the configuration. I tried setting it up with the windows10 / visual studio 2010 approach. I've managed to build the libraries but I've encountered many exceptions trying to build the "util" (seems to be the first compile of the server). Basically all the errors I get are "Linker Tools Error LNKXXX" with having problems with files like "jsoncpp.lib" or other kinds of lib's. Googling those refers to linking them properly and I've been trying for hours now thinking I should ask.Anyone have any idea and has done it the same way?cheersEDIT: tried setting it up with the CentOS approach, which has pretty much everything already set up but I'm struggling to connect any client to it. I tried editing the svrlist.dta but I'm not quite sure what to put in there (logically the Connector I'd guess). Anyways, this is how my netstats look like: 2021-02-10-12_18_40-laghaimit'd be cool if anyone that's done it or has expertise could help me on this one,
    cheers

    EDIT2:brought the windows version mentioned above to a point, where I could build all components, except for the connector. It looks like a linker problem so if anyone could show their configuration (C/C++ folder inclusions / Linker additional folders)
    Last edited by ayume; 12-02-21 at 09:04 AM. Reason: different try with centOS

  14. #179
    Novice Swarn is offline
    MemberRank
    Apr 2021 Join Date
    2Posts

    Re: Laghaim Official server files

    ......
    Last edited by Swarn; 29-04-21 at 01:52 PM.

  15. #180
    Novice johndoeytb023 is offline
    MemberRank
    Apr 2021 Join Date
    1Posts

    Re: Laghaim Official server files

    Hi,Can you send me the complete client source code and the server source code to my email?johndoeytb023@gmail.comThank you very much.



Advertisement