Jump to content

Beforekk

Premium
  • Posts

    36
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Beforekk

  1. You have to put "761" to refine_proto in server
  2. I fixed it... But dunno how. I backuped my files where was the first bug, and solved FIRST bug, where wasnt this with upp items... I anyone wants, I can send them my files.
  3. Hello, So I have this system installed, but there was a bug, so I decided to look at it today. Before that, it was "working" in way, that it was auto refining, but the failed message pops up behind every other windows... Soo I was about to fix that, and now it works, as it should, BUT... This happen... When I want to refine item with upp items, picture of item stays here, even when I want to refine another item... And those pictures start to stack over and over... Does anyone know how to fix it please? Im tired of it Picture of bug: Here is download of my uirefine.py: Thanks for any advise!
  4. 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.
  5. 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...
  6. 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
  7. Nope. All I did was firewall and block those IP, but I finds out, that handshakes are coming from diferent IPs
  8. 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:
  9. 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
  10. 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
  11. 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
  12. 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]
  13. 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
  14. 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
  15. Hi, Very basic error, but even if Ive got everything right, armor dont want to show model of armor Can anyone please help?
  16. 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
  17. Its in src. But I dont remember where exactly I got same problem, where I got boss and he drops weird item. I found it in src, deleted the item and thats it. Fastest way to find it, is to use notepadd++ and find ID in every file in src. Notepad++ has function, that checks every file and search for ID.
  18. Go to navicat -> player -> item_proto - Find the item. Go to internet and find "Martysama flag calculator". There check antiflags you want (like if male or female only, if its tradable, etc) and paste them in to that column. Then press Ctrl + S to save it and restart server. Theres no other way (which I know ). If you want to help more, you can contact me on discord (Before#9763) Im from czech too, so I can help you better. Just typing here in english bcs of forum ya know.
  19. You cant create gr2 in Blender. You need Autodesk 2011 and plugins for converting to gr2.
  20. Hello, So I got new SF, and in client are translations for client (more languages). But... Those languages are in .PAK file. I found on internet, that you can open it wit RAR. But for my not. Anyone have solve for this? Thanks
×
×
  • 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.