Jump to content

Necro

Premium
  • Posts

    236
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by Necro

  1. Hi, i found on net this simple antihack, but here is a problem, in function time.sleep(120), it is like delay but when i press esc, client not responding for 120sec a then quit, but i need quit it immediately. Thanks for answer. import os import time import thread def Start_Protection(): thread.start_new_thread(Process_Validate, ()) def Process_Validate(): try: o=os.popen("tasklist /v") process=o.read().lower() bad_process=["injector", "musicinstructor", "default ime", "autoit v3 gui", "m2bob", "switch", "bot", "hack"] for i in bad_process: if process.find(i) != -1: os._exit(0) else: time.sleep(120) except: pass Process_Validate() Start_Protection()
  2. i think that isnt possiblle because of source code which 34k hasnt.
  3. Hi, i have problem with packet - character move, i can login to the game but when i make a step, client crash. Any solution here or has a someone same problem and solved it thanks. log.txt - client - the last info - i think that problem will be in recive character move packet, but i dont know how to fix it.
  4. I try dif: 00 01 but not working, python code by too not working. Thanks anyway
  5. You think this? m_expireTime = MIN(1800, g_iPlayerCacheFlushSeconds);
  6. Hi guys, how can i change the setting (in navicat but probably in db source) that player is reload immediately like account? Thank for every answer.
  7. Already solved. Problem was that Three different quests use one item which was written in every of three quests.
  8. Any idea how fix this error? Resume: wrong QUEST_WAIT request! : 14939 Problem is in this quest say_title("Gratuluji!") say("Tvůj mazlíček má nyní level "..(pc.getqf("petlevel")+1).."") pc.setqf("petlevel",pc.getqf("petlevel")+1) pc.setqf("exp",0) pets.removebonus(pc.getqf('petlevel')) wait() <---------- this wait say("Hodně štěstí v dalším expení!")
  9. Might be use function - get_time(), but i am not sure which time format for that is correct.
  10. Thank but still was a problem. Thank you very much..now its work. Solved
  11. I have it like this: test replace with PetProcentExp def _GameWindow__PetExp(self, PetProcentExp): self.PetExpLabel.SetText(float(PetProcentExp[:PetProcentExp.find('.')+3]) + "%") self.PetExpBar.SetPercentage(PetProcentExp, 100) syserr: unsupported operand types for +: 'float' and 'str'
  12. How can i hide end of number 3,78889564646 that it was look like 3,78 in python code? Thank you
  13. I dont know why, but for me this quest dont work. Still is creating port
  14. Hi, i have problem when i use gold key on gold treasure system write me i have wrong key and i can use this key on gold treasure+ my question is where i can change it? I try find something in source but just simple id i dont find.
  15. Hi, i have problem that when any char get lv up, in line Lv is refresh but after moment is change on old and players must relog or horse sit or teleport, my questions is where and how fix. thanks anyway
×
×
  • 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.