Jump to content

Catii

Inactive Member
  • Posts

    63
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Catii

  1. I guess you added a new system and there is a mismatch with your Client src, I think in PythonUtils
  2. My anti-virus doesn't have any problems with it, but some players have. When they patch the client the anti-virus trigger (node32 and 2-3 other). I tested with martysama v4.9.40 and it still has the problem (compiled with vs19 default files).
  3. Hi there guys, I have a problem with a virus that appears after I compile the Client side as you can see from here : [Hidden Content] And I want to ask if anyone had this problem or maybe they managed to fix it. Some useful info: - my pc desn't have any virus problems, it isn't infected in any way. - I use martysama source with visual studio 2017 Thanks in advanced.
  4. I think you didn't understand the meaning of his word, he didn't imply that he wanted something from you. He was telling you that you are a garbage that first asked for help and after paied someone to fix it (witch is not a bad thing), but after that you posted this shit : and this shit witch imply`s that you don't give a fk about the comunity and helping it grow or helping other users that maybe need some help like you did when you made the topic . So you are selfish and arongant.
  5. first you can check in UserInterface/GameType.h starting from const DWORD c_New_Equipment_Start = c_Equipment_Start . If you can't find anything regarding that slot maybe is just the image that has it and it isn't used for anything.
  6. look in the quest (it should be ride.quest) if you have this id: 71126. It should look something like this:
  7. I think the one that works is with quest, and the other is with costume type. look into item_proto at the types and paste them here.
  8. you need to have somewere in your function the declaration of row, something like this: MYSQL_ROW row = mysql_fetch_row(pRes->pSQLResult);
  9. add this to ui.py / ExpandedImageBox class def SetPercentageV(self, curValue, maxValue): if maxValue: self.SetRenderingRect(0.0, -1.0 + float(curValue) / float(maxValue), 0.0, 0.0) else: self.SetRenderingRect(0.0, 0.0, 0.0, 0.0) and use it in your code
  10. well nice release, but god damn son those explications (comments) I felt like I was again in grade school. And good luck at work
  11. Yes like your gratitude and your humbleness. I suggest you go and find santa and leave the grown ups to talk here. From my perspective I like the tutorial and I like the fact that you made it so that everyone would understand (well almost everyone).
  12. I think your 2 brain cells are fighting who to go first or something. @kiyagan when I replyed to your topic about aura system you told me to ask people about you bcs you are somekind of big shit... and here we are now. The almighty Turckish Dev. Condolences for the guys that bought this sistem.
  13. I know you are a greate from far back, but you should code sell the official pet system because this Race Clone it has similar ideas as the Clone System from Inception.
  14. maybe when you added the new buttons for the inventory you accidentally deleted the the lines that connects the button to the code. That syser dosen''t show anything regarding your problem.
  15. I think that you forgot to add the code that verifies the window_type or you forgot to add in the db the new categories. Your problem is when the items are taken from cache into db, they take the position from the special storage as the equipement. So that is why I think you have a problem with the window_type.
  16. Recommendations: Movies: 1. End Game ( I think this one everyone seen) 2. Cabin in the woods 3. Why him? ( this one you will suffocate of laughter) TV Series that are ongoing: 1. The Boy`s 2. The 100 3. Maybe Lucifer Anime: 1. Slime 2. Goblin Slayer 3. Is It Wrong to Try to Pick Up Girls in a Dungeon? (There are a lot more, but I think those are more relevant than old anime like Death note ... ) P.S.: A little off-topic, some manga that I like: 1. Solo leveling 2. The tower of god 3. D.I.C.E.
  17. Catii

    Gameforge sucks

    When there is a little Karma in the world
  18. Catii

    Gameforge sucks

    GF board: We need to shut down all P-Servers so that we prevent our server of dyeing. GF employee 1: Let`s close the biggest P-Server, and rebrand our servers with their name. GF board: GF employee 2: Or maybe we should start reading the request of players, that we didn't read for 10 years. GF board:
  19. in uiaffectshower replace AFFECT_POTION with mainAffectPotion
×
×
  • 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.