Jump to content

Shisui

Former Staff
  • Posts

    977
  • Joined

  • Last visited

  • Days Won

    15
  • Feedback

    0%

Everything posted by Shisui

  1. here you go I saw that yesterday. (facepalm) Kids don't do drugs. Thanks.
  2. [*spoiler]Post_Your_Content_Here[*/spoiler] Remove both *
  3. How may I add pet lvl colour with your code? If I uncomment /*else if (IsPet()) CPythonTextTail::Instance().AttachLevel(GetVirtualID(), szText, s_kPetLevelColor);*/ I'll get some errors.
  4. Does this tool read mob_proto?
  5. Read carefuly, you should change the content not the function's name. Like this ACMD(do_big_notice) { BroadcastNotice(argument, true); }
  6. Use beyond compare to compare your playersettingmodule.py with tutorial's playersettingmodule.py, it's not recommended to replace file by file.
  7. Get some background files and replace both game and db with your compiled game/db.
  8. Yes. I managed to find myself a premium link generator, sort of. http://generatorlinkpremium.com/
  9. Then add to your start.sh -I your_ex_ip Like for example: cd /usr/game/db && ./db -I 124.124.124.124 & cd /usr/game/auth && ./game -I 124.124.124.124 & cd /usr/game/channel1 && ./game -I 124.124.124.124 &
  10. Problem solved. The issue were in Packet.h from client. For example: Server(Packet.h) Client(Packet.h) long long gold; DWORD gold; They have to be the same Server(Packet.h) Client(Packet.h) long long gold; long long gold;
  11. Hello guys, I got a litle problem with 2 types of bin. Both bins have lykan, such as background files + source. If I use my bin this shows up in syserr, and It won't pass loading's bar. (with any char) Phase Select does not handle this header (header: 25, last: 18, 25) If I use someone else's bin this shows up in syserr, and I can log the char. (with any char) 0929 21:40:10643 :: RecvMarkBlock: data corrupted 0929 21:40:10643 :: CGuildMarkImage::CopyBlockFromCompressedData: cannot decompress, compressed size = 6376 0929 21:40:10643 :: CGuildMarkImage::CopyBlockFromCompressedData: cannot decompress, compressed size = 7228 0929 21:40:10643 :: CGuildMarkImage::CopyBlockFromCompressedData: cannot decompress, compressed size = 3846 0929 21:40:10643 :: CGuildMarkImage::CopyBlockFromCompressedData: cannot decompress, compressed size = 3272 0929 21:40:10643 :: CGuildMarkImage::CopyBlockFromCompressedData: cannot decompress, compressed size = 4118 0929 21:40:10643 :: CGuildMarkImage::CopyBlockFromCompressedData: cannot decompress, compressed size = 133 Any clue?
  12. If you guys won't post links to download, then don't spam with posting only images.
  13. def __toggleSwitchbot(self): if self.switchbot.bot_shown == 1: self.switchbot.Hide() else: self.switchbot.Show()
×
×
  • 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.