Jump to content

2DsSDKMN

Inactive Member
  • Posts

    27
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by 2DsSDKMN

  1. Open GrpImageInstance.h and add this for work: THX
  2. Hello guys, am using Chest Item Info by Mali: Am getting problem with books. When you move mouse over the book, you get this error: [Hidden Content] In uiToolTip.py/line 35 i have this: In uiToolTip.py/line 725 i have this: In uiToolTip.py/line 730 i have this: In uiChestDropInfo.py/line 133 I have this: Can someone advise me what to do with it or whats mean that bug? Thank you Sorry for my bad english.
  3. In Locale_XX/locale_game.txt add this: TARGET_BUTTON_VIEW_EQUIPMENT Equipment
  4. Download Center Download Hi guys Am using TMP4 files. There are many forums, where people dont understand why doesnt work BELT or COSTUMES, but work just basic items. This edit is WITHOUT Weapon costume and scarf system. ( Why ? Because from this topic you can write it by yourself ) [Hidden Content] So here is little edited code from: xP3NG3Rx In length.h (server/common): You must find: enum EWearPositions Why ? Because you need to know your index numbers like: 0,1 etc.. 23. Soo my ending number is 23. For EQ.Viewer In cmd_general.cpp (server/game): In char.cpp (server/game): In packet.h (server/game): In Packet.h (Binary/client): In PythonNetworkStreamPhaseGame (Binary/client): In root/interfaceModule.py: In root/uiequipmentdialog.py: In root/uitarget.py: in uiscript/equipmentdialog.py: add costumeequipmentdialog.py in uiscript: You have in DOWNLOAD LINK folder ymir work, read TXT:) enjoy Sorry for my bad english.
  5. Hi guys, i want to ask about some mismatchs what i have. The problem is FIND the mismatch. Is there someone who can undesrtand where or how i can find it ? (for explanation) Process: SEQUENCE 21efae80 mismatch 0xaf != 0x64 header 254 Process: SEQUENCE_LOG [UNKNOWN]------------- [254 : 0xaf] I found in : So if i understand i have: Error type 2: SEQUENCE 21efae80 mismatch 0xaf != 0x64 header 254 My Answer for why: This appears to be an error message related to a sequence or packet of data. The message states that there is a mismatch in the sequence (21efae80) at a certain point (0xaf != 0x64) and that there is an issue with the header (254). It's hard to say without more information about the context in which this message appears, but it may indicate a problem with data transmission or communication between systems. so problem is with communication between client and server, but where i can find it, what is wrong ? // How to search that problem ? Basically I have no idea if i have in syserr headers // if it will work for players. Another what i got:d : Can someone please advise me so that I know how and where to look for it? Sorry for my bad English:)
  6. TMP4 : It is a "visual glitch" or "bad code", presented in every basic serverfile.
  7. Then its normal:D / I thought he was doing some editing because it has 10 stats and since he asked in general, I didn't understand the question.
  8. I thought its just info about what you done. Now am just speaking about src = xxxx, dst = xxxx , source_pos, target_pos and that was my first question how it works and where i can find it:D About your answer to my bug you solved it.:D just 51 comm and 52 too.
  9. Because if you just INSTALLED server files without changes, it must work. // You did wrong install for me it is working or you did changes.
  10. 6. Upload the metin2_server+src.tar.gz to /usr and extract it: cd /usr && tar -xf metin2_server+src.tar.gz 7. Upload the metin2_mysql.tar.gz to /var/db and extract it: cd /var/db && tar -xf metin2_mysql.tar.gz Did you ?
  11. So .. This is just sending info about what user done and where: src = xxxx, dst = xxxx , source_pos, target_pos for example from my post: when i try add 6/7 bonus to costume ( doesnt matter what item ). It will show you in debug where.
  12. [40250] Metin2 Reference Serverfile By TMP4 has readme.txt Btw i compared that files and they are right. Video about installing the serverfile and changing the language: [Hidden Content] enjoy
  13. When i start read the code, try this in console: 1) gameclean 2) gamedep 3) gamecompile 4) dbclean 5) dbdep 6) dbcompile 7) reboot
  14. Try @TMP4 if is it from clean sf, but i havent this problem. You did something wrong. Send here your uicharacter.py, cmd_general.cpp and cmd.cpp
  15. But that source are clean, with clean source you cant have +10 points SO you havent clean source. = You did wrong update with adding +10 stat points, thats all. How i know it ? I added this update too. = try to add it again.
  16. But I didn't edit anything here, this is weird.. Anyway, thanks, but I thought someone would explain how it works in general
  17. Hi guys, i saw in server files by @ TMP4 adding bonuses in costume and trouble with it. ( Pages) So I tried it too and found this error: [Hidden Content] [Hidden Content] Of course i added some systems like BL change channel sys. and other basic systems. But now to the point, my question is that I don't understand where and how to look for this error. I just found this: [Hidden Content] , but its not important i think. I would be glad if someone could advise me how to find the problem(src and dst). I don't understand what to search by. Thank you and sorry for my bad english:) I wish everyone a nice day.
  18. Hello guys, i want ask about: How can i add in packet this code: TPacketGCChannel p2; p2.header = HEADER_GC_CHANNEL; p2.channel = g_bChannel; d->Packet(&p2, sizeof(p2)); Because i have just this: problem: The problem which I have is, that the channel changer works perfectly fine, but shows wrong Channel under the mini-map. It works for all channel and also shows correct channel, when I choose the Ch in the login interface. But when i change the CH while I'm in the game it works and I get "teleported" in the Channel which I have chosen, but under the mini-map it shows the Ch which I choose when I logged in via login interface. #edit, i did all what was writen in the post: but i havent last think from Mali: (TPacketGCChannel p2;), because i have just code from up. // may be thats the problem.
  19. Hello @Mali, i like your works, I'm trying implement your file for changing channels. My question is, i found in packet my code with this: [Hidden Content] , but there is not: [Hidden Content], it could be problem for: if i am in ch1 and ill port to ch2, i have still ch1 writen under minimap, because i tried add what you wrote under the post, but without TPacketGCChannel: it doing this: still same problem with minimap and, when you change channel, your still in channel what you choice at start. So my question if this is not the problem? alsou i found this:[Hidden Content] and I was wondering if ports are written instead of lCustomAddr ? lCustomAddr. Thank you and have a good day !
  20. HI guys, could someone advise me where exactly i can find these bugs ? 1 - you cant see account name - top left (from login) 2 - That picture right have face but with black background I searched the whole locale and root and etc btw: this is from post - Official Character Select [Hidden Content] [Hidden Content]
×
×
  • 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.