Jump to content

Denis

Banned
  • Posts

    1031
  • Joined

  • Last visited

  • Days Won

    53
  • Feedback

    0%

Everything posted by Denis

  1. ela vre pitsirko isixase mia plaka se kaname thimoses, an isoun toso kalos den tha zituses edo voithia ?. boris na pistevis oti thelis, den me kses apo xtes na les tetia pragmata gia mena, isos kseris ta sourgela tou ellinikou metin2 emena den me kses aha
  2. Asteri eisai bravo ekanes fix to 2020 bug ??
  3. Gia tetoia bugs den tha ebena kan sto kopo na kano post, einai apta pio eukola fixes efoson kseris pos dulevoun ta system pou exis. Alla na fantasto auta pou exeis einai kapoio leaked version. Oso gia to clean, den einai apo tin stigmi pou exis auta ta bugs. Kali tixi
  4. Try to disable the special storage and see if you will get the same error again
  5. Common, if he had some knowledge of these stuff he would be able to debug it by himself without asking for help. But since he posted such a simple bug im guessing he cant do the stuff you told him.
  6. My guess is, that when you put an item into special storage it removes it from the player, then if you open again the special storage it tries to create again the item with the same id so the error appears. Because, lets say item id 310010176 was first loaded on boot, then when you put it inside the special storage, and open it again it tries to create a new item with the id 310010176(which was already loaded at boot) Im only guessing since i cant see your source code.
  7. You are just wasting your time, he wont be able to do it.
  8. I was also thinking adding XOR cipher to crypt the strings with a secret key. Its the best protection you should use it.
  9. Hello, recently I made a new encryption for python files, and here I am to share it with you file2encrypt = "constinfo.py" fileOut = "%s_encrypted.py" % (file2encrypt[:len(file2encrypt)-3]) content = "" for line in open(file2encrypt,"r").readlines(): for i in xrange(100): content += chr(9) content += line open(fileOut,"w").write(content) you can change encryption type by modifying the for loop Have fun guys
  10. The error pretty much says what's wrong, OnPickItem takes 2 arguments, but you are passing 3 arguments to it. (file: uipickmoney.py)
  11. That people still want quest based pet system which was created like 6 / 7 years ago lmao. Not to mention that it was coded badly
  12. I'm gonna put my pet system like official into my services in a few days, here's some proof(that's not the public one): [Hidden Content] [Hidden Content] [Hidden Content] The price is 300 euros
  13. [Hidden Content] you could edit that, but nevermind
  14. Take a look into setcell func or equipitem, there you can iterate through equip slots and count if the vnums you want are equiped
  15. Just remove bind address from my.cnf or put there your ip from where you are connecting
  16. I did it a long time ago but I removed it, you need to do some small modifications at intrologin and at CAccountConnector::Connect to achieve this.
×
×
  • 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.