Jump to content

Beforekk

Premium
  • Posts

    31
  • Joined

  • Last visited

  • Feedback

    0%

1 Follower

About Beforekk

  • Birthday 01/06/2001

Informations

  • Gender
    Male
  • Country
    Czech Republic
  • Nationality
    Czech

Social Networks

  • Discord
    Before#9763
  • Skype
    live:lpkenny083

Recent Profile Visitors

931 profile views

Beforekk's Achievements

Enthusiast

Enthusiast (6/16)

  • Very Important Person Rare
  • Dedicated
  • One Year In
  • Reacting Well
  • First Post

Recent Badges

77

Reputation

  1. Well, I figured it out myself, and it was easier, than I tought. Here is how to make cooldown for dungeons: First part is in NPC talk (When porting to dungeon) Add this - if pc.getqf("last_complete_time") and os.time() - pc.getqf("last_complete_time") < 60 then And now add to the end of the quest, where you kill boss Add this - pc.setqf("last_complete_time", os.time()) And... thats everything.
  2. Hello, I know only basics around quests. I tried some simple "dungeon" quest, which is working good, but now I want to implement a cooldown in it. I tried to figured it out myself, but without success. Can someone please help me with explanation? Here's quest: Like this, its working without any problem. Thank you in advance...
  3. Hello community! Is there any way to make quest function, that send player a private message? Like when biolog cooldown is done, it sends private message, which says example: "Biolog cooldown is done. You can submit next item." Thanks for any help
  4. Nope. All I did was firewall and block those IP, but I finds out, that handshakes are coming from diferent IPs
  5. For anyone, who wants to have prices like this: 1.000.000 for example. Default in this system is - 1000000 You have to change this:
  6. Hello devs, unfortunately I ran across another bug, and trying to find solution. The problem is that I increased attack speed and everything works, but when Im riding mount and has attack speed over 200 ninja is not shooting arrows. It does not deal any damage. When attack speed is below 200 its attacking normal. GIF: Is there any solution for this? Thanks for any help
  7. Yea, you're right. It was very big coincidence of errors, that it seemed to be the reason of core crashing. But its not. Still thanks for reply
  8. Hello, so in last few weeks, Im investigating why is my Core dropping with syserr Analyze: HANDSHAKE phase does not handle packet 3 (fd 19) Yestrday Ive added this "Track this syserr" by @ WeedHex and it was more then helpful, so thanks! Because today my core crashed again with IP... So I looked at it a little bit and find this: Its from Belize FlyServers S.A. datacenter - So I searched info about it and got this: Fraud Score IP Reputation99 - High Risk Mail SPAM Block List IP Reported as Blacklisted Proxy/VPN Detection Proxy/VPN Detected This IP address appears to be a high risk proxy connection. And what is my question? What should I do, to prevent this? First of all, I havent installed any protection yet. Thanks for any help
  9. Hello m2dev, I have very strange thing, Ive never met. After every teleport, relog, etc... In chat, pop up this korean text, and I cant find anywhere, to turn it off. Does anyone can help me with it? Thanks a lot! Screenshot: [Hidden Content]
  10. Hi, There is one big exploit? Maybe I have something wrong added, but at least I will share it with you guys, to try it by yourself and be aware of this. When you sell item for trade (EXAMPLE: You have sword and want for it blessing scroll 200x) And if you buy it from yourself, you can duplicate blessing scrolls. It will give you back your sword and take only one blessing scroll out of those 200. So you now have 199x blessing in your inventory and can pick up your sword AND 200 blessing scrolls! Like I said, maybe I have something added wrong, maybe not. So try it yourself before using this system, so economy doesnt get destroyed. If anyone has fix for this, it would be nice
  11. Hi devs, Ive added BattlePass system and... Everything work until I add "import uibattlepass" in to interfacemodule.py When I add this, I cant start game. I can get to login screen, but when logging in, client crashes. Can somebody help? Thanks so much
  12. Hi, Very basic error, but even if Ive got everything right, armor dont want to show model of armor Can anyone please help?
  13. Hello, Today Ive added Title system from Vegas. When I added src part, compile was success, but then, when I try to login to game, it got stuck on loading screen. Bar is not moving Syserr clear. Anyone any ideas? Thankss
×
×
  • 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.