Jump to content

xP3NG3Rx

Honorable Member
  • Posts

    837
  • Joined

  • Days Won

    392
  • Feedback

    100%

Everything posted by xP3NG3Rx

  1. I know you are good at this mapping stuff, but one thing doesn't leave me calm. Don't get me wrong but I will never understand this behavior to a free release.. Download the downloadlink which is password-protected. Then the link is a shortened link which downloads another file with another password. Why do you waste your time on this ? To hide your website? - It can't be true, because literally readable where the file came from in any download manager. Just for fun?
  2. Is there any item in your item table which has no value in the window column?
  3. Just remove the call of SetScale function and change the arguments of the SetDiffuseColor, to SetDiffuseColor(m_Color.r, m_Color.g, m_Color.b, m_Color.a);
  4. Pick one from the last two: To everyone: If you are running a server and this(color argument) is a big deal to figure out what to do with it, it's time to learn some programming basics, is not terrifying neither biting you
  5. SetDiffuseColor(float fr, float fg, float fb, float fa); Just unpack the color into 4 variables if you don't have the function which supports the packed color. The scale is not important unless you have implemented for every each class. I have them, this why I put there just for "in case".
  6. Select the main folder. Hold down the left shift button, then with a sudden movement press the delete button and click yes. 100% works.
  7. Nice one, but there is nothing better for python files than cythonizing them. Even tho that xrange could be replaceable with N * chr(9)
  8. It depends on the server, obviously if your server doesn't have the 6th and 7th bonuses available, then you need to edit the code.
  9. That is not even close to it. It needs way more for proper solution.
  10. Do you have the item vnum in the group of 10025 in the special_item_group.txt?
  11. GF v20.2.5 patch (Metin2 Download) Contents: Summer costumes(pirates) with hairstyle + crab pet (w/ 2 textures) - m00161 locales w/ unpacked protos root(msm+txt files) + dumped metadata w/ builtins Lots of files has been modified I didn't check them. But finally they have removed the old metin2_patch_*, outdoor*, blabla files. Now they have only m0*, no more douple or triple files in the client packfiles. From the offficial announcement they have fixed some model issues as well as this too: img. PS. The mob_proto.txt files are corrupted, because of my tool, it had a small syntax error, which caused skipping a '\t' character between the rhpregenand the hitrange. I just noticed after the file has been uploaded. The fix is for it is replace this: "00.0" with "0\t0.0". ~ . ~ v20.2.6 Full Client: Mega.nz (Metin2 Download) All multiplied files have been removed. All m00xx split folders moved together.
  12. The forum is going into a wrong direction. Regarding to the chatbox and these kind of posts, I feel so bad.
  13. Who doesn't have the OnOverIn / OnOverOut here are the functions and declarations of them:
  14. Just remove the scale, is not necessary anyway.
  15. M2 Download Center Download Here ( Internal ) Hello. Demo: Mega.nz
  16. Wow! This was on my endless TODO List, now it's done, so cool, thank you! ?
  17. I assume you bought this system, so you shouldn't show the code here, you should talk to the person who made the system. Probably the error is on serverside, and not clientside. Check the server syserr/syslog of the current channel you are on and the database too. It might be when you logout the server doesn't save the state of the emotions into the database. I recommend to remove the code what you pasted here, it has nothing about your problem anyway.
  18. Sure. [Hidden Content] ymir work\effect\etc\soul\
  19. Where the hell should we know how the code looks like what you are trying to add? description = description(float(value)) But.. This code expects a variable in the description of the affect. Which means if the description of the affect supposed to print out the value then you have to set the SA as the 3rd token, otherwise SNA must be there. But to figure out which affect number generates this error, you need to debug it, or print the affect number out when the error occurs. If this system has a new affect and its description is like this: TOOLTIP_DS_SET_AFFECT blablabla You need to add SNA: TOOLTIP_DS_SET_AFFECT blablabla SNA
×
×
  • 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.