Jump to content

Filachilla

Member
  • Posts

    114
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Filachilla

  1. Hi, I don't know if you've noticed, but every time you open a shop or want to add a stone to an item, the window inexplicably opens somewhere on the right at the top near the inventory. It bothered me for quite a while, so I looked into the code, and the fix is very easy. I'm sharing it with you, and I would appreciate it if you let me know if any other window does the same, as I've only noticed these two so far. Open uiattachmetin.py and search in def Open(self, metinItemPos, targetItemPos): self.UpdateDialog() Add under: self.SetCenterPosition() ############################ Open uishop.py and search in def Open(self, vid): self.Refresh() Add under: self.SetCenterPosition() Thats all :D
  2. Yes, thats my idea.. I think it would be better when its not just totally free like press button..
  3. @ Doose What to make it with quest command via specified item to open?
  4. or move boss before IsEnemy it works too
  5. Already fixed I forgot last 2 files just I swap it lmao..
  6. Have same problem with all requirements installed already.. Strange
  7. I just extended your answer :DDD
  8. Because when you check char_skill.cpp, M1 is the maximum.. It's akin to fishing.. Notice that it's not even in the skill_proto (thus has no level), and this isn't a tutorial copy and paste. This is a clean foundation where you need to go through all the skills and their index and adapt it to your game."
  9. Thats a true, it is impossible be kicked from normal conversation.. As you said normal people cannot be kicked that easy (tested with rlly fast chat)
  10. Yea and somewhere in forum is tutorial for use domain instadead of ip.. I think its maded by @ Karbust
  11. Why? Already maded by @ TMP4 via config: # BIND_IP: Your Private/Internal IPv4 address # PROXY_IP: Your Public/External IPv4 address
  12. So its pointless and useless for 70% of comunity btw. cmdchat is not the best way, but as you said we never had better solution in past tense personally from what you wrote, I recommend the first option
  13. bro I dont wanna hate you, because Im interesting with some new hostings but first 2 has web like 14 y.o maked in home..??? Second thing is yea maybe "middle" company but still in germany, I think rights its in country..
  14. This is not possible by official way.. Mysql 5.6 is deleted from repo, because is not supported anyway. Mysql 5.7 is now too outdated (October 21, 2023 end life) You have 2 options: 1. Use mysql8 and wrap some database tables (here is no sense to use old mysql - its something like using rain with 404 core..) 2. Use mariadb - also I too using mariadb (10.6) and works like a charm.. I never had any problem with that option When you have problem with some mysql versions on your server, Im 100% sure this is not problem from mysql.. if you are interesting I can give you easy tutorial for install and settings mariadb (I can with source changes - lib - c connector -> this is not necessary but recommend it.)
  15. https://metin2.dev/topic/24135-fix-shaman-wm-horse-attack-bug/ here you can fix it via source or just sync animation time in client
  16. Hi, anyone solved this old bug, when I reset skills, cant see points from 0 to M1 and cannot use skills.
  17. I dont know if I do something wrong, but it works only for M1-M9 (M10 and more doesnt show anything) Edit: So its only for books? If yes, it would by nice when M10 to G1 is too showed and not only M1-M9 Edit2: Ahhh if app.ENABLE_SKILL_DESCRIPTION_RENEWAL: if skillGrade == 1: #Show the remaining books on 'M' level only if self.HasSkillLevelDescription(skillIndex, skillLevel): self.AppendTextLine(localeInfo.TOOLTIP_SKILL_BOOKS % (player.GetRemainingBooks(slotIndex), need_bookcount), 0xff375cd4) but problem is when you got M9 you cannot see books from M9 to M10
  18. Both corrections have their advantages and disadvantages.. For you, it is an opportunity to test the password combination faster.. Edit: @ xP3NG3Rx tested and now it works all correctly finally fixed all issues
  19. You are definetly right this makes sense I will test it in moment.. Ive been trying everything for about 20 minutes now and I havent found anything else besides this thing.. Edit: Its work
  20. Now I found out that it doesnt always do it.. Try to put wrong password and fast clicking to reopen safebox and if you got clean input, try to again and again put wrong password.. After some attemps I got wrong password board instadead clean input.. edit: Finally problem is only when you try to reopen safebox with wrong password before 10s limit, just by fast clickings.. When you wait 10s its without problem as your gif..
  21. @ xP3NG3Rx Wow! Now it works perfectly!!! I dont found any problem, so its fixed already thank you, its nice to see someone who have time to fix old release, you are the best! Edit: In void CInputDB::SafeboxChangePasswordAnswer ch is not declared, so its last little thing, you can edit your topic, because some begginers can got problems to solve it Ahahaha lmao and I found last one thing xd @SCOOB can you test it too? When you first time try open safebox or mall and you put wrong password, after 10s first next open send you wrong password.. After next 10s you got clean input for password
×
×
  • 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.