Jump to content

V3ct0r

Administrators
  • Content Count

    2,887
  • Joined

  • Last visited

  • Days Won

    519

Everything posted by V3ct0r

  1. Hello @Lord_HiccupSS, What server files and client are you using (name, version)? What item (ID) are you creating?
  2. Hello @Myruni, The name of the menu item in \scripts\lua\forms\player.clu have to be the same as the value of line 481 in \scripts\table\StringSet.txt file. Something like this: UI_MenuAddText( mainMouseRight, "PM" ) and: [481] "PM"
  3. Hello @Lord_HiccupSS, So, what's the result? Have you solved the problem?
  4. Hello @ADELIJAH, It is a ton of work and hard to do.
  5. I didn't see any solutions for official 1.3x client binaries to make client work in 60 FPS in the public share. There are something in the Corsairs Online source files, but I think it requires rework too. Anyway, good luck with your search.
  6. Hello @wolfenx, Thanks a lot for your tip. I have an idea how to fix it, but don't know when I will be able to check it.
  7. @Andy, @Myruni, @ADELIJAH Nice ideas guys, but they are a ton of work. I don't think I am able to make them now
  8. Hello @Lord_HiccupSS, Looks like you are using a modified AccountServer database. Open table dbo.account_login in MSSQL Management Studio and check the name of the 4th column. It should be called originalPassword.
  9. Hello @Rendezvous, Can you show us the line which you added in CharacterInfo.txt file or the whole file? Usually it is hard to say what is the problem without any code.
  10. Did you build the modification's .dll from source codes or take the existing one from GitHub?
  11. Hello @Lord_HiccupSS and welcome to the forum! Unfortunately, I don't recommend use the modification because it is very buggy.
  12. Hello @DangThao, This tool is intended for experienced users who know how to edit and compile C++ sources. Maybe I will make a version with a GUI for all users in the future.
  13. Hello @Newbieserver, Could you please tell us where you found the links? Thank you!
  14. Hello @DangThao, Here you are P.S. I didn't test the map.
  15. #define SHOWRSIZE 40 Taken from file .\CLIENT SOURCE\Client\src\GameApp.h
  16. Hello @Loopar, I think there are not any tool in public to deal with it. And why do you need to decode textures from PO?
  17. Hello @UnityDev, Do you have any interesting news regarding the project for us?
  18. Hello @champ, I think it is a very useful development (unfortunately in our community). Thank you!
  19. Hello @Tyranitar***, It is hard to do it with this modification. Look at Displaying the player's character level next to its name and Displaying additional parameters on the form with character characteristics (frmState). You need unite these mods somehow. P.S. I am sorry for the late reply.
  20. Hello @Andy, pkodev.mod.loader.dll is the Release configuration build and pkodev.mod.loader_d.dll is the Debug one. You should use pkodev.mod.loader.dll.
  21. Hello @Ximboliex, I don't understand the question. You can receive a reward for a specific character once every 24 hours. This is a character-specific limit, not an account-wide limit. So you can receive 3 rewards once every 24 hours.
×
×
  • Create New...