Jump to content

filipw1

Premium
  • Posts

    202
  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    0%

Everything posted by filipw1

  1. I know, but I don't see point. Why would you use quest when you have source code on whole game? This would have be game changer in 2013, but now it's useless
  2. My guess is that string formating wasn't a thing when they did that code, so they coded it just to work somewhat good.
  3. I don't get it. You did rewrite bunch of functions except for last 3. Almost 2 years passed since he asked you about that. I think you are a bit cocky
  4. When I was in high school when teacher asked my class "how" we always answered as soon as possible . So yeah, as soon as possible
  5. If you looked for the coder I would be more than happy to help
  6. And so do most of polish systems, not only public ones. I been fixing those recently pretty often. You can't imagine how they look like
  7. To look somewhat smart I actually read most of them as he has good coding habits
  8. ch->YukseltmePaneliniAc(); Dunno what you are talking about
  9. I don't know how your source is organized, but I bet it is located in each solution folder. It should be named after compilation configuration, for example "debug" etc
  10. I have never encountered this kind of problem. Stack says, try to delete whole output folder and then compile it
  11. This is a bad idea. Why don't you use packet client receives when characters dies? I mean OnUpdate is poor solution for this problem. You should execute this code exactly from binary for example inside CPythonPlayer::NotifyCharacterDead(DWORD dwVID). Anyways, thanks, I didn't think about that
  12. Yes, in Visual Studio right click on User Interface solution, then Add, Existing file and select those new files
  13. I didn't test that yet but he could be right anyways. If it works there is a simplier solution for that problem
  14. Open more in game windows and tell me what happens, I'm curious about that
  15. I didn't analyze code but I'm sure it would decrease performance
  16. Why wouldn't you use ui.Bar instead of creating a new window? The idea is nice, but I must say that it used to be this kind of window on Polish servers and people complained about it. You should make option to disable this, because it can be annoying when you have a lot of friends
  17. import os os.system("start "" [Hidden Content]") That would make a deal without any C++ code
  18. Take it easy, c++11 gives you a lot of new features, the best thing for me is auto pointer, so I recommend you upgrading it
  19. I was about to write that. The idea is great, it's kinda annoying when you farm something and your game freezes for a second. That's not a problem with hardware, cause I have pretty decent pc. I'll try to find a better solution when I have more time
×
×
  • 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.