Jump to content

tierrilopes

Premium
  • Posts

    666
  • Joined

  • Days Won

    31
  • Feedback

    0%

Everything posted by tierrilopes

  1. Remove their permission to that command (shortest) or add a check at the drop when pk function
  2. Sometimes after installation windows8+ changes the scalling to 125% or 150%. Check this tut on how to put it back to 100%. [Hidden Content]
  3. Matching the images: UI/InstanteBaseEffect.cpp void CInstanceBase::UpdateTextTailLevel(DWORD level) Before: sprintf(szText, "Lv %d", level); After: sprintf(szText, "Poziom %d ", level);
  4. Thats no issue with the gcc now but with makefile configs Check makefile settings and path for those
  5. cd /usr/ports/lang/gcc49/ && make -DBATCH install clean cd /usr/ports/devel/gmake/ && make -DBATCH install clean (will most likelly say its already installed, ignore if so) Makefiles: CC=gcc49 CXX=g++49
  6. You're using visual studio and clicking on debug, not what he meant. Compile in debug mode, put the metin2_debug.exe into your client and start it there. Then post here the log.txt and syserr.txt
  7. Prevent it: use keys different from default ones or dont use index file or virtualize index file or check size/hash of pack file
  8. EterLib/StdAfx.h Add: #pragma warning(disable:4996) But that only hides the warning.
  9. To solve it get a host with more memory. Simple as that. You get lag because your machine has to use swap for the game, because it doesnt have enough ram. In your case 2/3 gb would be fine.
  10. locale/tr/ui/serverlist.sub Open all your .py files. Search for /tr/ replace with /en/, save and re-pack them. Look again at your locale.cfg. Also look in client source at locale.cpp, if it isnt ignoring the locale.cfg.
  11. My suggestion is for you to try it out. Depends on much ram you got available in your system and also on the number of players. Theres not a single answer to that and you should try some configurations on your server making our own server structure
  12. Every core got a diferente CONFIG file. In them you got map_index, so different cores will be handling different maps. Example 1: Core1 map_index: 1 2 3 Core2 map_index: 4 5 6 Core3 map_index: 7 8 9 In example 1 you have 3 cores, each of them handling 3 diferent maps. Example 2: Core 1 map_index: 1 2 3 4 Core 2 map_index: 5 6 7 8 9 In example 2 you have 2 cores, with the first core handling 4 maps and the second core handling 5 maps. If in example 1, core2 goes down, everyone on maps 4,5 and 6 will also go down. The same goes for the other cores. Usually you want to get the most populated maps on cores with less channels.
  13. Thats free on some other boards? Kinda suspicious, specially client name.
  14. On inventory, you added the code on the: RefreshBagSlotWindow In order to appear on trading, shop and safebox, you need to code it. Try adding the code like you did for inventory, but on the files bellow: File uiexchange, in defs: RefreshOwnerSlot RefreshTargetSlot File uisafebox, in defs: RefreshSafebox File uisop, in defs: Refresh
  15. « Unknown column 'bind' in 'field list' » you dont have field on database. Go design mode and add it
  16. If your talking about stun resistance on shields, there was never an actual bug. It was all a translation issue, where some pservers and official servers translated it into: « Immune against Faint: » When it actually should say something like metin2us and uk have: « Defence against Blackouts » « Defence against Faint » Its a defense chance, not immune. It means you have a 90% chance to resist a stun. You can of course change this value in your source. Theres already tuts here showing you where to edit.
  17. Thats why most of pservers are crap, with "solutions" like those.
  18. To restart the server you dont need to reboot the machine. Theres no need of that. Send me your shutdown script by pm and i will fix it.
  19. The system stated on v2, theres a similar version free on the net. All you need is google and the correct keywords. Hint: Spanish
  20. Test how flow said I used only musin but prob changed something else, i cant acess that test sv in the next few days.
  21. Read above post. Recompile source. Upload game. Test if works.
×
×
  • 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.