Jump to content

theacastus

Inactive Member
  • Posts

    17
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by theacastus

  1. Ok, I got home, docompressed the source and import it too VS2017. 
    I didnt work with M2 source for some time so if I will be talking about basic stuff I am sorry.

    VS created UpdateLog.htm (as usual) and I got few errors)

    First I moved the Internal stuff into vanilla (Internal/* -> ../vanilla/ )

    But still got few files missing, e.g. ServerKeyGenerator, libseverkey, qc (qc.2008) and few warnings that something has been deprecated...

     

    I want to setup dev server and see if my ideas can do something usefull, in code, quests, etc. I want to try a server but it is long way to go and it is more like that I like M2 that I want to have server RIGHT NOW... (grew up from that).

    So if you can give me some advises, I would apriciate it. Please contact me via PM, so we dont spam this thread.

     

    I also want to install FreeBSD on my old PC to have local dev server, but it is probably toooooo old (it wont start by now) :D

    Thanks guys

  2. On 9. 10. 2017 at 4:27 PM, M3talHack said:

    I tried to download the "Source" pack, and when i finished downloading it, it appears a window saying " can't open the rar file 'cause it can be in wrong format or damaged."
    How can i fix that? In another way, could you gimme the working link for these files?
    Thank you a lot.

    Hey there, I am having the same issue. Please can anyone help w/ it.

    My Macintosh and Win have same problem btw

     

    EDIT: fixed by using different extractor which finds out it is locked with password and show the prompt. I used 'Keka' on Macintosh to do so.

  3. @arves100, @Suspect

    Guys, I have to say I was blind. Thank you for your time taken by replying to my topic. I want to learn some FreeBSD now, so if you have any advices... If you have something like security guidlines and beginner and basic stuff.

    I would like to apologize for the post above. I have never worked in FreeBSD for period of time longer. I have done some research about FreeBSD and I agree about most of the things written down bellow - I didnt try much, but as I read, I found out it is great OS and I am thing about installing it to my RPi for home server.

    Litte back story for what I have wrote. A few people who I know and has far more bigger with Linux/Unix based operating systems (one of them work for IBM as unix support - he hates freebsd, mostly because of M2 noobs, like me...). And when you are surrounded by people who don't like the OS, one more time I am sorry for this hate that I have shared.

    Why Debian ? Well I am more comfortable with the way it works, it's package manager. But as I watched the rise of newer versions (7,8 and 9) after release the kernel was unstable and I waited around a year before upgrading. The kernel get fixed after few (2-3) months, but the packages are junk even after 10 months (some of them). So I still run my server on Debian 8.

  4. Spoiler

    Hi,

    I found my self a new friend with his help I can do some work - I am not alone to all of the M2 related stuff alone, so it helps a lot :)

     

    I want to port M2 to Debian - as I say, some kind of normal/regular OS, not that BSD bullsh...

     

    So I am wondering which libraries have to be ported? I 

     

    I think stuff from compat7x, for the BSD stuff. But I think there is more to that.

     

     

    I have seen tutorials to run M2 on Windows, but It is almost the same as FreeBSD... i want some good linux OS, if not Debian, ubuntu should be good either.

     

    I hope that there is someone out there who can help me. 

    Thanks. 

     

     

    btw. I found this but I am not sure if it can help me or not.

    https://www.debian.org/ports/kfreebsd-gnu/

    I would like to apologize for the post above. I have never worked in FreeBSD for period of time longer. I have done some research about FreeBSD and I agree about most of the things written down bellow - I didnt try much, but as I read, I found out it is great OS and I am thing about installing it to my RPi for home server.

    Litte back story for what I have wrote. A few people who I know and has far more bigger with Linux/Unix based operating systems (one of them work for IBM as unix support - he hates freebsd, mostly because of M2 noobs, like me...). And when you are surrounded by people who don't like the OS, one more time I am sorry for this hate that I have shared.

    Why Debian ? Well I am more comfortable with the way it works, it's package manager. But as I watched the rise of newer versions (7,8 and 9) after release the kernel was unstable and I waited around a year before upgrading. The kernel get fixed after few (2-3) months, but the packages are junk even after 10 months (some of them). So I still run my server on Debian 8.

  5. On 29. 8. 2016 at 6:12 PM, .PolluX said:

    This is a bad thing, because you should protect your admin page dir / your administrative forms. With this method you will be able to see the div even if you are no admin in the sources. You should just post this div if the user really isAdmin()

    Also you need to verify the data for the logged in account - e.g. using a $_SESSION[] var with a AND WHERE login='".$_SESSION."' in your query.

    Additionally to this please use MySQLi or PDO instead of just mysql_, it's deprecated and will be removed soon. PHP7 is on its way and there you HAVE to use MySQLi or PDO!

    About that form, it is higly unsecured to use the way which @Mind Rapist has used. As @.PolluX said, you need to hide everything. Every single thing. Also, insted of using MySQLi, I would like to use PDO only, because using PDO->prepare($sql) and then PDO->execute(array()) is the most secured way and it is 100% protected against SQL Injection.

  6. @Aurora I know that all these features that I have mentioned are common. But I want to do it on my own, to be able to design stuff like I want/need. 

    And I'm not sure that all these public CMSs don't have a backdoor. Yes, not every one of them has it. But I don't like common stuff, so I usualy choose some of them which are unknown. 

    Yes, Item shop admin. is suppose to be like managing categories/items/discounts/promo codes/payments. Payments could be external stuff.

     

     

    There is also one more thing which came to my mind, event flag management - like, I want to do event, which will automaticaly turn off. So I will choose event in adminstration and set up it. When it starts and when it ends. There is two options how to do that, like start at 11am and duration will be 6hrs or start at 11am and end at 3pm...

  7. Hi guys,

     

    I am wondering what could Metin2 web admin contain? 

    I have a few ideas but I am not sure if they are good or not...

     

    Here they are:

    - Full item shop administation

    - logs

    - ban management (and account, character management)

    - character debugging (also in player's user pannel would be char. debugger)

    - any more ideas ?

     

    I feel open for all your ideas!

     

    Btw. I didnt start work yet.

    The website will be coded in PHP Nette Framework, probably for PHP 5.6

  8. They are adding some, hmm, i dont know how to name it decently :D

    I think it is good to do this, because now a no-IS players could have a pet (Wepen-boxes spend so much Yangs^^) so now you can drop your own pet. But questions are -

    #1 - How it will work?

    #2 - Drop chances? (I think there will be something in IS wich could make your chances to drop it higher, and not only thief gloves..)

    #3 - Abilities which will pets give you (their values), if they are useful or not... like +3% HP, who cares about 3%?!!!

    And more....

    High level players have 15k hp.. 3% is 450 which is more than enough. And i really dont think it will be only 3%

    You have right. I had 16,5k hp on lvl 75... so yep 3% is helpful for a bit. I think highest level will be +10%HP or 1k-1,5k hp as static bonus.

    actually some players can have there hp up to over 25k , and i think that you can still call the old pet with the new one so this makes it a huge bonus (maybe up to 10% not just 3% metin2 never uses small value anyway)

    Yep, that's right. On our czech server our top player had 28k hp in guild war^^. So, if it should be called the oldone and newone. It is going to be crazy :D.

     

    I think 105 equip is for a bit OP, i think damage shoud be reduced... nowadays who isn't lvl 105 and don't have full item equip cannot play pvp...

    based on this the level is going to be rised again so there is going to be new items and for sure higher hp and even more.

    I know about the upcoming changes, so I am waiting for what this news. There is some speculations about 2 new skill for every character and level will be rised to 150! But it is unconfirmed!!!

    And may the 6th character type - Warrior, Ninja (Assasin), Sura, Shaman, Lycan (Wolfman), Vampire (only woman character). - That's what I heard...

    I am again saying it is UNCONFRIMED informations!

  9. They are adding some, hmm, i dont know how to name it decently :D

    I think it is good to do this, because now a no-IS players could have a pet (Wepen-boxes spend so much Yangs^^) so now you can drop your own pet. But questions are -

    #1 - How it will work?

    #2 - Drop chances? (I think there will be something in IS wich could make your chances to drop it higher, and not only thief gloves..)

    #3 - Abilities which will pets give you (their values), if they are useful or not... like +3% HP, who cares about 3%?!!!

    And more....

    High level players have 15k hp.. 3% is 450 which is more than enough. And i really dont think it will be only 3%

    You have right. I had 16,5k hp on lvl 75... so yep 3% is helpful for a bit. I think highest level will be +10%HP or 1k-1,5k hp as static bonus.

    actually some players can have there hp up to over 25k , and i think that you can still call the old pet with the new one so this makes it a huge bonus (maybe up to 10% not just 3% metin2 never uses small value anyway)

    Yep, that's right. On our czech server our top player had 28k hp in guild war^^. So, if it should be called the oldone and newone. It is going to be crazy :D.

     

    I think 105 equip is for a bit OP, i think damage shoud be reduced... nowadays who isn't lvl 105 and don't have full item equip cannot play pvp...

  10. They are adding some, hmm, i dont know how to name it decently :D

    I think it is good to do this, because now a no-IS players could have a pet (Wepen-boxes spend so much Yangs^^) so now you can drop your own pet. But questions are -

    #1 - How it will work?

    #2 - Drop chances? (I think there will be something in IS wich could make your chances to drop it higher, and not only thief gloves..)

    #3 - Abilities which will pets give you (their values), if they are useful or not... like +3% HP, who cares about 3%?!!!

    And more....

    High level players have 15k hp.. 3% is 450 which is more than enough. And i really dont think it will be only 3%

    You have right. I had 16,5k hp on lvl 75... so yep 3% is helpful for a bit. I think highest level will be +10%HP or 1k-1,5k hp as static bonus.

  11. Game Version 15.5
    Dear players,

    this week we’re going to update game version 15.5, which already contains the recently spoiled pet system!

    Features:
    2 new pets with bonuses
    New pet system with a new, unique and selfexplaining UI
    4 new special: Mini Monkey, Mini Spider, Mini Razador, Mini Nemere
    18 petskills to chose (only for those special pets)
    New stones from +0 to +4 for weapons and armors, called "Anti-Magic Stones", which offer up to 25% bonus each armor and weapon and reduce the magic resistance of your opponent by that value, at maximum -50% for the opponent. These stones only work for those having magic attacks and skills!
    Skillbook-NPC exchange fee reduced to 1kk yang
    New item “enchant item+”, which allows you to preview the possible bonus switch and to select if to keep old bonus or to take new bonus instead – the item is used even if you keep the old bonus, the usage can’t get cancelled. This item will not be on sale after maintenance but on special occasions.

    Bugfixes:
    Sura leg position/animation during ride fixed and reanimated
    "Old Man" teleport location and UI error, which appeared with 15.4, got fixed
    Pickup animation for picking up an item for the first time is only shown once from now on
    Quests "The General" and "Fine Cloth Quest" can be active at the same time from now on

    We are sure you got many questions about the pet system. Here some hard facts:
    They got a duration time and die after they expire
    To prevent the death of your pet you got to feed them
    Both pets and food are dropped ingame!
    You can shorten the hunt for food with the Pet Snack from IS, and those Pet Snacks can also revive dead pets!
    Pets level up with your char
    Pets are tradeable only in direct trade with help of an exclusive IS transport box
    On level 40 and 80 of the pet it can raise a stage
    On the last stage pets can read special skillbooks
    Depending of the pet’s kind it can learn more than one skill
    Pet skillbooks drop ingame as normal skillbooks do
    There are 18 different pet skills to find

    We hope you enjoy the new game version!

    Your
    Metin2 Team

    It is new info of board.metin2.co.uk for who didnt read it yet^^ :) 

  12. They are adding some, hmm, i dont know how to name it decently :D

    I think it is good to do this, because now a no-IS players could have a pet (Wepen-boxes spend so much Yangs^^) so now you can drop your own pet. But questions are -

    #1 - How it will work?

    #2 - Drop chances? (I think there will be something in IS wich could make your chances to drop it higher, and not only thief gloves..)

    #3 - Abilities which will pets give you (their values), if they are useful or not... like +3% HP, who cares about 3%?!!!

    And more....

×
×
  • 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.