Jump to content

Metin2 Dev

Bot
  • Posts

    2151
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Metin2 Dev

  1. Hello metin2dev-Community! Since i compiled the 40k Source i have that problem, which i can't really describe in words: But it would be something like: I can't see any NPC's or myself, i can't use any items, i'm invisible and like "dead". [Hidden Content] I've the error WITHOUT changing the source much, so it has to be a problem in the source, which i can't find. I can solve this problem by going onto a horse, then the game "refreshs" and its all normal. I think in one data i miss an "UpdatePacket();" or something, but i couldnt find it yet. Can you help me please? Ü_Ü Cyber
  2. I can't compile vanilla, can someone upload the Extern folder too pls? *-*
  3. That's it, thank you! Eventually, I use this: [Hidden Content]
  4. Hello guys! I have a little problem with libs in my client. I stuck at end on loading, sysser told me there is a problem with traceback.pyc So I ask you, do you have libs and dll of python for 40k client? Thanks you.
  5. The link is down, can someone PLEASE repupload the source for the future generation?
  6. Maybe u can say that i unpacked it. Both. Plechito just reuploaded mine and xxDarkxx just posted my links. No, i unpacked it long time ago... As you can see on my older topic Armors bear i'm on this new map... I don't need reupload things from other people. Actually i wrote on epvp i probably release this and in few minutes you released it and now you say i have it from you? Wow... Than told me why ur upload has the same time as mine? I dont got it from other people i unpacked it together with .Alpha/Nova.
  7. Maybe u can say that i unpacked it. Both. Plechito just reuploaded mine and xxDarkxx just posted my links.
  8. Cannot find file to download in download center.
  9. send your locale root and uiscript files skype pls SandChris.skype
  10. send your locale root and uiscript files
  11. [Hidden Content] [Hidden Content]
  12. M2 Download Center Download Here ( Internal )
  13. Copy the regen.txt (serverside) from the map into the mapfolder (clientside). It's not a serious error really and it do not crashes your client ^^
  14. For me the extractor even shows the error: "File dosent exist!". Just sometimes it works. (Atlasinfo.txt in locale/pa as example).
  15. I've this problem too in every core, help pls ^^
  16. You miss some OPTIONS in your CONFIG's. You have to create a connection to the db for your server. But i can't create a full tutorial for you for that problem, i would help you when you add me on skype: cyber3611
  17. Can you tell us how?
  18. I don't know in which data in your client you have to edit that exactly, but i would: 1. Take another client where the problem which you have is "fixxed" or not in. 2. Take a backup from your client. 3. copy the eix and epks from your client in packs (4-10 epk) from your client to the other client, where it is working and test which data worked for you. 4. Search in the EPK the special data which is effecting your problem and try to fix it in your client by searching for keywords and looking, if it is the same in the 2 folders or looking for points which could help you. Watch out: Do never copy the root or the locale_de. Extract the both folders with EterNexus and try to copy some datas, not the whole epk, cuz it will not working when you copy the whole. In some cases you should not copy the uiscript too, i think the rest should not be such a big problem, but you should really try not to copy the whole in 1, because then you couldn't analyze the client good enough. Take 4 epk and try if the problem is there, then you could look the 4 datas especially to find 1 data, extract that and search etc etc.. Hope you understood the system, which could cost u some time, depending on your luck and your keywords
  19. Syserr Clientside?
  20. Can you write that in a correct english again please? I couldn't understand your problem with that quest ^^
  21. Sorry? What do you want exactly to fix?
  22. 1. Go into your root.eix/epk to uicharacter.py and search for: self.GetChild("Exp_Value") replace this and the following line with: self.GetChild("Exp_Value").SetText(str(unsigned32(player.GetEXP()))) self.GetChild("RestExp_Value").SetText(str(unsigned32(player.GetStatus(player.NEXT_EXP)) - unsigned32(player.GetStatus(player.EXP)))) 2. Now search for: class CharacterWindow(ui.ScriptWindow): above it write the function: def unsigned32(n): return n & 0xFFFFFFFFL Screen for point 1 Screen for point 2
×
×
  • 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.