Jump to content

lime

Active Member
  • Posts

    60
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by lime

  1. You need this: Put it in your /pack/etc/ymir_work/ui/pattern
  2. Are you looking for financial rewards or building a strong community?
  3. Hi guys! My REAL name is Emil, or backwards, lime. (Smart, huh?) I do love eating limes/lemons. Citrics fruits, in general. I'm born in '98 and I've been playing metin since 2010-2011, using the IGN hope, with a huge pause between 2015 and 2019. Cya!
  4. Get in touch with the owner of the files. As I can see, you're trying to use a protection made by mestecanis, he should know what is wrong. You didn't give us any info on what you're trying to do. Hocus pocus, Let me guess your problemus.
  5. You have to use FoxFS. Search it up, it is not that hard to install it, but will take some time. You can have any extension, like locale.iamtheboss, locale.metinislove.
  6. i couldn't take my eyes from the mapping behind
  7. Hi, Andrei! First of all, I am romanian too. Now, let's get into your subject. I was like you too, until I've started to realize that the only person you can count on is yourself. I was willing to invest all my money into a thing that would pay off in the future. Things are not like that. I've tried to pick up some people, to gather some information about the metin programming languages, I even work(atm) on my project too, but as I said, being a beginner doesn't really helps. Trust is hard to find and easy to broke. Today, with all the resources and using the internet, you can create something with absolutely no money and get rewarded in 5-6 months, because you can't build a project in 2-3 days. Talking about "rewards"... to get more, you have to invest more. Don't think about money, just act like you gain nothing from your project. Use them in paying really strong devs (you can find the best ones here, on M2Dev, they usually ask for more, just because they know what they are selling) to optimize/fix/modify your project, use them in promoting your server, use them in upgrading to a stronger host provider, etc.
  8. No. I don't. Go to Settings -> Prefferences -> Language. Then uncheck `Replace by space` in the down-right corner. Wrong: Right: __________ I also use this theme : You can activate it by going into Settings -> Style Configurator and from select theme pick DansLeRuSH-Dark.
  9. Check out this: Especially this, POINTS 5 and 6. You have a short explanation there.
  10. I've peeked on a discussion on M2Dev Discord some days ago. You have to `unlock` ports or something like this, or if i misunderstood someone correct me. You can check more here: [Hidden Content] I have saved the messages too. If I am not wrong, @ Karbusttold me that.
  11. check TABs. especially that line. this is how they should look.
  12. people who try to change the game a little bit should be appreciated. good job mate, i wonder if you can do this keeping the classic inventory background.
  13. I think that you need to do the inventorywindow.py (and the rest) part from the link @Fluff99sposted above. Check if the code matches with yours, but first off all backup your files then do that part.
  14. What version of FreeBSD do you use? Are you sure that it is .so.11 and not .so.111 ? If it is libssl.so.111 I'll provide you a link to download it.
  15. Solved. Topic can be closed. Won't post the solution, if somebody wants it, ask me. It took me too much time to realize, but numbers are the worst thing in coding, if u fthem up, you're done.
  16. The tabs are not the problem. this is what prompts me when compiling
  17. I use sublime... it's better than notepad++, every tab is there.
  18. Hi! I've been trying to edit something about title based on gender and after some works i ran into this. After i am selecting the character, the loading window is full black. 0930 21:49:15327 :: Traceback (most recent call last): 0930 21:49:15327 :: File "uiPhaseCurtain.py", line 57, in uiPhaseCurtain.PhaseCurtain.OnUpdate (D:\...\\source\CRootLib\Workplace\RootLib\cyTemp\uiPhaseCurtain.c:1593) 0930 21:49:15328 :: File "networkModule.py", line 171, in networkModule.MainStream.__ChangePhaseWindow (D:\...\\source\CRootLib\Workplace\RootLib\cyTemp\networkModule.c:3402) 0930 21:49:15328 :: File "introLoading.py", line 18, in introLoading.LoadingWindow.Open (D:\...\\source\CRootLib\Workplace\RootLib\cyTemp\introLoading.c:989) 0930 21:49:15328 :: ZeroDivisionError 0930 21:49:15328 :: : 0930 21:49:15328 :: float division 0930 21:49:15328 :: introLogin.py networkmodule.py
  19. LATER EDIT I have deleted the old system and added @ VegaS™ system from your git link. All i can say is this: I don't understand. What am I missing? No errors at all.
  20. I have it, doesn't work either I'll recheck, but it doesn't work localeInfo.py The problem that I have is that the texts from localegame.txt aren't loading. I think everything is added correctly. It just keeps getting the text from source/**.h file.
  21. Hi! So I've been trying to fetch data from locale and use it, depending on the gender of the character, in changing the alignment of the player. Here's my code But it shows like this... and i don't know why... What am I missing? How do I Get the String from Locale? #ifdef ENABLE_GENDER_ALIGNMENT typedef std::map<const char*, const char*> TTitleNameList; static const TTitleNameList titleNameList{ {"PVP_LEVEL0_M", "PVP_LEVEL0_F"}, {"PVP_LEVEL1_M", "PVP_LEVEL1_F"}, {"PVP_LEVEL2_M", "PVP_LEVEL2_F"}, {"PVP_LEVEL3_M", "PVP_LEVEL3_F"}, {"PVP_LEVEL4_M", "PVP_LEVEL4_F"}, {"PVP_LEVEL5_M", "PVP_LEVEL5_F"}, {"PVP_LEVEL6_M", "PVP_LEVEL6_F"}, {"PVP_LEVEL7_M", "PVP_LEVEL7_F"}, {"PVP_LEVEL8_M", "PVP_LEVEL8_F"} }; #else static const std::array<const char*, 9> titleNameList{ "PVP_LEVEL0", "PVP_LEVEL1", "PVP_LEVEL2", "PVP_LEVEL3", "PVP_LEVEL4", "PVP_LEVEL5", "PVP_LEVEL6", "PVP_LEVEL7", "PVP_LEVEL8"}; #endif
  22. I've checked everything, extern inc/lib folders are good, i've set them for all configurations.
×
×
  • 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.