Jump to content

BYB

Inactive Member
  • Posts

    25
  • Joined

  • Last visited

  • Feedback

    0%

About BYB

  • Birthday 01/07/2002

Informations

  • Gender
    Male

Social Networks

  • Discord
    IB#8647

Recent Profile Visitors

713 profile views

BYB's Achievements

Contributor

Contributor (5/16)

  • Dedicated
  • Reacting Well
  • First Post
  • Collaborator
  • Conversation Starter

Recent Badges

7

Reputation

  1. Thats the only answer I could find but its really hard to believe a code like this can be mastered to such degree some people have here , but honestly respect to anyone who actually made it out of the phase very impressive in my opinion . Lots of luck guys. thank you for your continuous effort to improving such a nostalgic memory , that even the owners never could do with millions in their pockets
  2. I consider my self a programmer , I dabble into lots of languages and frame works. but what I cant understand ever , is how do you guys know how things work on such a big scale of a source code , especially such a chaotic source like metin's , do you just back track everything or is there a hidden secret im missing or is it just constant attempts at understanding the code until you master it . I hope someone can answer this question its been on my mind for years ahaha .
  3. Oh so changing the encoding back to the original one wont help ? Edit : I am recompiling now , the problem was I think that I opened the file with VSC and not notepad++ because notepad++ keeps giving me spaces instead of tabs which is annoying a lot tried changing settings and reinstalling didnt help lol . anyway I will try after recompiling ! Thank you so much for the help and the lend of your knowledge much appreciated ^^
  4. Hey sorry to bother you again I applied this and after this happened : Any idea what went wrong ? I tried replacing the locale_string and translate.lua incase of encoding error but didnt help plus its 3 sec in any case no matter what number I change it to
  5. With all honesty i am more familiar with python than source i can read a source but can write it from scratch so I guess python the short answer ahaha Edit : by source I mean C++ idk why i said source
  6. Hey guys , I am new to the community been lurking around trying to learn here and there . My knowledge isn't huge its very basic but I thought I could give back with the little I know , probably most of you know how to do this , but I have been looking around for a way to do it on the forum I couldn't find it till I came across this Thread from @ Mali . P.S : if you have a better way of doing the if statement please let me know I am not that familiar with the files as I said . Okay let me start . 1 ) Head to your serverinfo.py file in root , Check your STATE_DICT . ex : STATE_DICT = { 0 : "OFFLINE", 1 : "ONLINE", 2 : "BUSY", 3 : "FULL" } ** In my example I only want to have it green when the server is Online and any other status I want to be red , you can tweak it to your own liking . 2) Then you go to intrologin.py and look for : self.channelList.InsertItem(channelID, " %s %s" % (channelName, channelState)) 3) Replace it with : if channelState=="ONLINE": self.channelList.InsertItem(channelID, " %s |cffADFF2F%s" % (channelName, channelState)) else: self.channelList.InsertItem(channelID, " %s |cffCd0000%s" % (channelName, channelState)) ***One thing to note : You need to match your desired Status from your own serverinfo.py and replace "ONLINE" with it . Preview : As I mentioned before if you have a better dynamic way please let me know I am here to learn
  7. I was looking around the forum for a tutorial or anything similiar , You see I am new the the metin2 files I am looking around to find a way to do it my self I unfortunately couldn't find it but I guess part of learning is asking so here I am . How can I change or remove the timer when loging out or changing character or exiting the game please ? Thank you in advance !
  8. Hey I am sorry to bother you but I have a problem , Unknown packet header: 171, last: 126 4 I have got this error when I connect to the game . I have re added all the files mentioned before , I am not sure what I am still missing ? Thank you in advance ^^
  9. Hey guys I am new to metin2 dev stuff as u can see , To be honest I can read codes and errors but this one is confusing me . I have this error : 0224 22:21:18777 :: uiInventory.py(line:313) __LoadWindow ui.py(line:2704) GetChild InventoryWindow.LoadWindow.BindObject - <type 'exceptions.KeyError'>:'Inventory_Tab_03' 0224 22:21:18777 :: ============================================================================================================ 0224 22:21:18777 :: Abort!!!! But this is my InventoryWindow.py : May I as well note the the system was working perfectly before but all of a sudden it started giving me errors even when applying it on a clean 40k client all over again . I was going through the forums and some guy said add it to locale which doesnt make sense doesnt add up with the error tried it anyway didnt work any idea what could it be ? Thank you for ur time in advanced
  10. Reply :Oh no no we live in the same house Update 1 :When trying proxy i didnt notice the commented lines in CONFIG rn i am uncommenting them this might be a stupid mistake ahaha hope it works Update 2 :I uncommented the Proxy nad bind ip lines and now when i connect via private ip i get kicked when logging in but when I put the proxy ip in root it doesnt even show if im online . And my friend still cant connect either way any ideas ?
  11. So yesterday I have setup the files listed from @ TMP4 , And the files are so clean everything works fine i even opened ports on my router and everything . My friend on the other device in the same household under the same wifi joined the server yesterday everything is fine but today after we both turned off our pcs and windows updated he cant join anymore i am not sure what the problem is tbh . Things I have tried : 1) Using Proxy 2) using his ip on the port 3) checking for error logs both client side and server side nothing appears to show anything . 4) Also tried turning off firewall Mind you the game on my side works just fine , I am not sure if i did any of the attempts above in the wrong way or its windows fault but yeah im confused really been trying to figure it out since this morning . Any suggestions ? Thank you
  12. The item is there. I can't figure out the problem , tried using the file from other serverfiles doesnt help , tried deleting the lines that are giving me errors still doesnt help . idk what to do.
×
×
  • 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.