Jump to content

santa12

Member
  • Posts

    74
  • Joined

  • Last visited

  • Feedback

    0%

About santa12

Informations

  • Gender
    Male

Recent Profile Visitors

2960 profile views

santa12's Achievements

Community Regular

Community Regular (8/16)

  • Dedicated
  • Reacting Well
  • First Post
  • Collaborator Rare
  • Conversation Starter

Recent Badges

4

Reputation

  1. from what I understand he opened another server with a different domain, but what next? He didnt go to jail? what legal steps were taken, what next, nothing is known about it
  2. nice fake news, so why another domain still working? GF are stupid, I dont believe they can do anything, you are creating fake news here.
  3. @ Realis What password for this?
  4. Hi i am looking function in python to find X and Y position from gui, does anyone have something like this? i don't want to restart client 9999 times. i hover over and it shows gui coordinates
  5. Hi when i try add -static to my makefile in gcc10 on freebsd 12.3 i have this errors: /usr/local/bin/ld: /usr/lib/liblzma.a(check.o): in function `lzma_sha256_init': /usr/src/contrib/xz/src/liblzma/check/check.h:143: undefined reference to `_libm d_SHA256_Init' /usr/local/bin/ld: /usr/lib/liblzma.a(check.o): in function `lzma_sha256_update' : /usr/src/contrib/xz/src/liblzma/check/check.h:160: undefined reference to `_libm d_SHA256_Update' /usr/local/bin/ld: /usr/lib/liblzma.a(check.o): in function `lzma_sha256_finish' : /usr/src/contrib/xz/src/liblzma/check/check.h:167: undefined reference to `_libm d_SHA256_Final' collect2: error: ld returned 1 exit status gmake: *** [Makefile:196: ../game_r] Error 1 Any idea? My makefile: [Hidden Content]
  6. Link patch: Google drive - dont work
  7. Hi, I remember that once this window was on the internet but I can't find it now, does anyone have a download?
  8. hello is it safe to do cooldown for 1 second using questflag? or maybe there are better solutions for such short cooldowns than questflag what do you think, how would you do a cooldown for 1 second or less questflag or no? give some examples and explain why
  9. Hi my client source use python 2.7.6 but I can't find a build anywhere for visual studio 2019 so i use 2.7.10 the situation is that I can't replace files in client source because there are errors, but I did so using 2.7.6 include in the client source + replaced lib and .dll with 2.7.10. the situation looks like it works fine now but i'm afraid of these include e.g. in old files I have disabled #define BYTE char but in new lib, dll are enabled. There are more of these changes, but the size of the dll and lib is similar to the old files. what can such action result in? I am a bit afraid but it seems that everything works. Or rather, I should replace everything [IN SHORT] I have replaced Extern/lib/python.lib and Client/python.dll but not Extern/include/Python (but I don't see any bugs when I join game myself) can anyone tell what this can cause? Or if someone has a compiler ready he can send it
  10. Thanks Check private messages
  11. hello i'm trying to block the shop owner to buy his own items, i try many phrases but each time a different player can't buy either... Currently, I am testing, although there were many more attempts, I started with the standard function if (m_pkPC->GetPrivShopOwner() > m_pkPC->GetPlayerID()) { ch->ChatPacket(CHAT_TYPE_INFO, "You cant but."); return SHOP_SUBHEADER_GC_SOLD_OUT; } no matter what I do, once it is running, no other player can buy either. Any ideas?
  12. I have wasted so many hours and I still don't know why I can't connect to class in python .... i want to create new class and button eg. self.GameWindow.siralamaopen() or self.interface.siralamaopen() but always ERROR FUC*ING ERROR will someone help me explain how to connect these functions from scratch? I have no idea anymore, I never want to work. I have now reverted everything I edited to its original state, can anyone help me with this and explain why he never wants to act? My code now [Hidden Content]
  13. I've done that before - no change This is what the original files look like without editing. There has always been a problem with shared_ptr PythonRaking.cpp [Hidden Content] PyhonRanking.h [Hidden Content]
  14. Hi, could you please help me upgrade to Visual Studio 2013? Currently I have yes, but I always have a bug. I've changed most, made a million tries but still don't understand why I can't compile i try this with unique_ptr / auto_ptr / shared_ptr / but nothing Error 27 error C2664: 'bool (__vectorcall *)(std::auto_ptr<CPythonRanking::SRankingData> &)' : cannot convert argument 1 from 'const std::auto_ptr<CPythonRanking::SRankingData>' to 'std::auto_ptr<CPythonRanking::SRankingData> &' C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\algorithm 44 1 UserInterface my current files: PythonRaking.cpp [Hidden Content] PyhonRanking.h [Hidden Content]
  15. Hello, I am looking for a person who will help me call a button on the keyboard, e.g. F5, F6, A, B, C by clicking a button in the game, e.g. some gui. Hope you know what I mean. Can anybody help me? wants to trigger in-game keyboard clicking in the button
×
×
  • 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.