Jump to content

ragem0re

Premium
  • Posts

    188
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by ragem0re

  1. I've got exactly the same issue. Did you found a solution?
  2. compare the arguments of DBManager::LoginPrepare in db.cpp & db.h. the output says they are different.
  3. https://mega.nz/file/0xpEQQKb#YD250oYkssBy3RUXuRYpMyJ0FduCKyjGOfcR3ceiLTE contains common_drop_item, mob_drop_item, special_group_item
  4. thanks for share! here a list of (for me) unnecessary code/functions/systems:
  5. add this to your UserInterface.cpp; // Force dedicated GPU extern "C" { _declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001; __declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1; } can't say if it works or not
  6. this is default behavior why don't you look at the official source code? it should be in char_item.cpp
  7. hey, post your eterPythonLib\PythonGridSlotWindow.cpp
  8. Take a look at CHARACTER::EffectPacket, this function sends HEADER_GC_SEPCIAL_EFFECT. On clientside just extend the switch in CPythonNetworkStream::RecvSpecialEffect by adding your new effect.
  9. i had a similar problem once make sure intrologin imports servercommandparser
  10. Make sure the skill cooldown matches both client and server
  11. what were your last changes before this occured?
  12. try moving EFFECT_TEMP above EFFECT_NUM in InstanceBase.h
  13. comment the line ch->ReviveInvisible(5); in game/src/input_login.cpp CInputLogin::Entergame
  14. Thanks for share! Also take a look at [Hidden Content] By changing the target subsystem to version 5.01 should fix this issue.
  15. take a look at the players client syserr who gets invited.
  16. upload it to pastebin, for some reason I can't download attachments
  17. I'm facing the same issue, did you get it fixed?
  18. then just search for the relative class in your python files, man.
  19. Hi, thanks for you answer! I already checked the mentioned functions for issues, but they are default ones. Don't you also have the bug?
×
×
  • 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.