Jump to content

Mandi

Inactive Member
  • Posts

    35
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Mandi last won the day on February 27 2017

Mandi had the most liked content!

About Mandi

Informations

  • Gender
    Male

Recent Profile Visitors

1200 profile views

Mandi's Achievements

Contributor

Contributor (5/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

2

Reputation

  1. Does anyone know why when I have more than one race flag (ex: DEVIL, ATT_FIRE) the element isn't showing? If I only have ATT_FIRE on race flag, everything goes fine..
  2. Don't do it, please. Why do you wanna take a serverfiles wich is public and start doing things on it? The serverfiles you take it might be having a lot of problems.. so you don't want this right? Look what I think you should do: As a small advise I can tell ya to take a random serverfiles (game+mysql) remove everything inside of it, keep it clean, and I mean totally clean and then start adding things such a drops, quests, and whatever you need. It is more safer and more easy to maintain if you care about maintaining things. And for the second part (source code), I'd strongly recommend you martysama. It is free, clean and stable. I am not a C++ professional coder or whatever kind of pseudocode is it wrote in the metin2 source code, but I can tell ya, that guy made an amazing job in that source. This is totally my opinion, other people might have another opinion and you also probably have another one, but what I just told I think it make perfect sens. English isn't my first language so I'm sorry for possible mistakes, hope I made my self understood.
  3. I did tried. In so many ways since last night and I am still getting the same results Can you please get me a print screen in your source for these functions? Or they're actually your source itself? Maybe you forgot something, I'm just saying
  4. Does anyone know how to solve visual duplication for 3rd page? I can't figure out where the problem comes from :-?
  5. Hello, guys! I'd like to create my own source and I have few questions for you, if someone could help me. It's FreeBSD 12.0 (amd64) ok to start with? Or wich version of FreeBSD sould I use? Wich one is the more stable at the minute to compile and run an open source on it? Do I have any advantages if I use these new things on the forum like clang-devel, c++2a and so on? And wich source should I use for start? Does anyone know or did tryed a good and clean source?
  6. Works perfectly! Thank you!
  7. Well, if I use that function for creating a private map, how does it work? d.join(301) -- creates a map with index 3010000, using SECTREE_MANAGER::CreatePrivateMap right? If I use it again, the next map it will be 3010001, and so on... What I'm trying to do is to create a private map with a specified index, like 3010069. d.join(3010069). You got it now?
  8. Hello, guys! I have this problem, if can I say, with CreatePrivateMap, I would like to create a specified private map like 3050040 for example, It's any function for that or someone who know how to? I only know about d.join, but this function creates the map in asceding orders. 3050000, 305001, 3050002, 3050003, etc. I need something to create a specified value, like d.join(3050040). Sorry for my bad english!
  9. You are english? If you are, it's much more simple for you to do that, because it's about logic.. and it's in english language. For the people who doesn't know english it's much more harder. Take a look [Hidden Content]
  10. Open char_battle.cpp and search: CHARACTER::Attack and in this bool function you can put a condition for what do you want. It's so simple, just try harder! This is for your own good. As you see no one doesn't give a sheet for what you want.
  11. To remove protection PK Search in char.cpp else if (GetGMLevel() != GM_PLAYER) and replace with else if (GetGMLevel() != GM_PLAYER && GetGMLevel() != GM_VIP)
  12. Hi! Does anyone how it solve this problem? I pay if needed. Paypal. [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.