Jump to content

Mind Rapist

Active Member
  • Posts

    548
  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    0%

Everything posted by Mind Rapist

  1. Yeah in the other tut it says to import exchange so I tried to do import safebox and import shop before the def begins but no luck...
  2. Hello devs, I found this tut the other day and I did it. It is actually an effect for non-tradable items when the exchange window is open. When this window is open this system basicly covers the non-tradable item's slot with a white color and makes it unusable for this action. I want to do the same for non-sellable items (vendors and myshop) and non-storagable items. I tried this in my uitooltip (ignore the exchange function this one works ) but I'm getting this syserr Are there any tuts or tips that can help? Thanks in advance
  3. Hello devs, is there a release tut about this? It's just a little yellow message above the price of the item Thanks in advance
  4. Hello devs, I was wondering if someone can help me with a little something... Does anybody know when a guild uploads an icon where can I find this icon on the server? Thanks in advance
  5. Btw in this line did you mean -200.000, m_iRealAlignment + iAmount; 200.000 or -20.000, m_iRealAlignment + iAmount; 20.000
  6. Hi devs, can someone explain me how the alignment system works on the database? For example I have a player with 1257 alignment on the database and in-game the alignment is 108. How can I convert the database alignment to the in-game alignment? For example I want to do this while I'm getting information from the player.player table: Can someone explain me this logic please? How 1257 = 108? Thanks in advance
  7. Well I don't know what else to do I compared the way exchange was working on this from the source and I did the same for shop and safebox... And I imported safebox, shop...
  8. Hello guys I have a problem with the armor anti-magic stone. It's just the icon it won't show up it's just an empty slot. The icon exists in the folder with the right name and format and here is my record in item_list.txt and here is my syserr
  9. Hello community I believe it's time to introduce my self too in this community... I do not like to reveal much of my personal life/information such as my real name and other stuff I'm a hard-trusting person I hope you can understand that but this does not mean that I'm a bad person I just have a bad experience on sharing personal information about me online... So I'm 21 yo, I'm from Greece, I finished highschool last year and I've been developing Metin2 for 1 and a half year until today. I used to play the game all day when I was 14 for 1 or 2 years, then I got a life and forgot about it . 2 years ago I started playing again with my cousin and I was so excited with how much the game changed! I never liked level-ups or fast EXP, in Metin2 I like to develop on drop/making money to have the best gear possible, in fact my greater character is a 71 level Archer and I have this guy from the old times. When I started playing again I had just buy an e-cig so I quit smoking, having a lot of money on my disposal, so I thought "Hey, let's remember the old times and buy a paysafe". This was a pretty stupid thing to do but it was not a big amount and I enjoyed a month of very good game-play on the official server... After a while I decided that I should start my own server. It seemed fuckin' impossible I didn't even know python for god sake! I had a little experience on how to run a VM for Metin2 from old times so I searched online to make a localhost just to remember some stuff... After finding Invoice files and started translating, my only thought was "I want my server to be like the official (as much as I can)". So I did a little looking online and found Maxmi 4.1. I installed them immediately, without doing a little research for bugs and knowing shit about serverfiles. I translated them and learned how to do the quests as I wanted, but I was seeing a lot of bugs. I was searching for answers online and in about the 2nd day I found this forum, I found YOU guys I had never imagined that Metin2 server development was so worldwide-famous. At first I was reading about source code and binary and I was like "What the fuck are these?" After a while I learned what they are and found what I needed online, learned how to set them up and compile them and on little words make them my own. After 4 months I was running a server and I was making a shitload of money I just couldn't believe the numbers. The party of course didn't last long, since I was totally unprotected from system attacks (except DDoS of course) so I had to stop running my server. Now I'm developing a new server from scrach, I completely unbugged and secured Maxmi 4.1, implemented a douzen systems and still continuing to research and develop my server and my website (I know websites too ). I have learned a lot from you guys in the 1 and half year I joined this forum, unfortunately I did not study computer sciense yet to know how to do it all by myself or help someone but when I know how to help I just do it So if anyone of you wants some help or have any questions, I'm a little noob but I will try to help you as much as I can... Again I'm so happy I have this forum, thank you community and thank you Admins, without you nothing could have happened
  10. Binary -> UserInterface/PythonGuild.cpp Edit 20 with your max level. Source -> common/length.h Edit 20 with your max level. Source -> game/src/constants.cpp Edit this const with the same way and values as your Locale.cpp in UserInterface of your Binary. Once done, copy all the ULs and paste them to the const below this one (DWORD guild_exp_table2[GUILD_MAX_LEVEL+1]) Tutorial is now completed Kind regards ~ Mind Rapist
  11. What exactly did u modify? I have the same problem... Thanks in advance
  12. Hey guys Gr8 tut friend thank you and thanks to all the guys who commented and made it work. So I tried to create other python functions in uiInventory.py out of the functions you gave because I want this effect for ANTIFLAG_SELL, ANTIFLAG_MYSHOP and ANTIFLAG_SAVE but without any success... Here is my def: And here is my syserr: Thank you in advance
  13. It was a release at elitepvpers but now I don't think you can find it... But it's all over the forums you will sure find it
  14. Hey devs I'm looking for the new Sash models (green and blue) just the models for msm based Sash systems. Thank you
  15. Check your pid's in the source if it's not that I don't know I never had this problem...
×
×
  • 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.