Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/02/15 in all areas

  1. M2 Download Center Download Here ( Internal ) quest clean_inventory begin state start begin when 9005.chat."Empty your inventory" begin say_title(mob_name(npc.get_race())) say("Inventory which you choose will be empty.") say("Pay attention when you make your choice.") say_reward("Choose the inventory which you want to empty.") local s = select("Inventory - I","Inventory - II","Remove all items","Cancel") if s == 1 then say("Do you really want to empty Inventory I?") if select("Yes","No") == 2 then return end clean_inventory.empty(0,44) elseif s == 2 then say("Do you really want to empty Inventory II?") if select("Yes","No") == 2 then return end clean_inventory.empty(45,89) elseif s == 3 then say("Do you really want to remove all items except") say("equipments?") if select("Yes","No") == 2 then return end clean_inventory.empty(0,89) else return end end function empty(a,b) for i=a, b do item.select_cell(i) item.remove() end end end end
    2 points
  2. M2 Download Center Download Here ( Internal ) Hi, developers! Before you start, create a backup from your source files immediately! Today I'm gonna share with you my last work. I have read every informations from the official binary from beta(metin2client_r11185) and r7071. It was not an easy task to understand functions but successed. I will not write down the implementation step by step, but I wrote some informations into the files what you should to do to implement the system. If you do not understand the steps I put original(from dev branch) and modified files into the archive to compare the original and the changed files with notepad++ or something else comparer tool to see the changes. - There are some files which optional changes to show the mob-aiflag on those monsters which are not aggressive but summoned by aggressive with "/ma" command. - There was a little problem with Python 2.7.3 therefore I split asunder the gui-script. And be careful, the main script is using True and False variables. - You can disable the whole system in common/service.h and UserInterface/Locale_inc.h with undefined or with commented macro. I hope everything are understandable and I did not miss something from the release, and sorry for my bad english. Special thanks to TheSLZ for test the implementation. And last but not least here is the result: Download - Mega.nz
    1 point
  3. For increase yang, you must edit some files, not only length you must change data type to long long
    1 point
  4. PRIVACY – a bit of an Internet buzzword nowadays. Why? Because the business model of the Internet has now become data collection. If you trust Google, Facebook or other Internet giants to be responsible managers of your data, the ongoing Edward Snowden revelations are making it all clear that this type of information can be easily snooped by the intelligence agencies like NSA and GCHQ. In short, the simple truth is that you have no or very little privacy when you are online. So, if you are worried about identity thieves, or your ISP spying on or throttling your traffic, the most efficient way to secure your privacy on the Internet is to use a Virtual Private Network (VPN) service. Though you can take other measures to increase security on your end, like installing a firewall as well as blocking known intrusive IP addresses that might be spying on you — But VPN takes your security to the next level by encrypting all inbound and outbound data. VPN (Virtual Private Network) serves as an encrypted tunnel that secures your computer’s Internet connection and protects you from bad guys getting into your network in an effort to steal your sensitive data. Additionally it makes you sure that your real identity remains anonymous on the Internet so that no one can track the origin of your Internet connection back to you. Isn't it the great reason to use a VPN? Of course, Yes. But, the real question here is: Which VPN Service is best and takes users security and anonymity seriously? Many companies are providing VPN services, but not all services are created equal. Some VPN services log all your browsing activities, which nullify the point of using a VPN for privacy. However, a good VPN service is one that doesn't keep logs of your browsing history and protects your anonymity. So, here's the solution to all your problems: Privatoria. Privatoria, the Czech Republic-based company, offers far more than a VPN solution. It is a unique Internet security service provider that aims to provide an all-in-one security solution. When it comes to privacy, users will be pleased with Privatoria VPN's No Log Policy. There are a number of great features that makes Privatoria as one of the best VPN services.Here are a few highlights: 8-in-1 Security Solution: Privatoria VPN offers a broad range of online security and privacy solutions including VPN, VPN over Tor, anonymous proxy, Tor web proxy, encrypted email, secure calls and chat, and secure online storage. Operating System Compatibility: Privatoria VPN is easy to use, and no special knowledge or software configuring skills are required. It is compatible with almost all kind of devices including Windows, Mac, Linux, iOS, and Android. Tor-integrated VPN: It Offers you to use the Tor network through Privatoria’s VPN without having to use the Tor browser and boost users online security and anonymity with the combination of both. Torrent-Friendly: Privatoria's VPN is perfect for torrent users. Speed: In terms of speed, Privatoria offers consistent performance with most servers providing a satisfying rate. No Data logging: Privatoria have a no-log policy, that means it does not keep logs on their servers. That should comfort users looking for enhanced privacy. VPNs can also protect you against a number of cyber attacks that are common on the Internet. What is Privatoria's Tor-Integrated VPN? Tor technology has become increasingly popular after Snowden revelations about government spying programs. Tor is a great anonymous network, but it also has certain downsides. One of which is the fact that you have to use a particular Tor browser to actually use Tor network. However, most users would not want to use Tor browser, so Privatoria has created a way to use Tor without Tor browser as well as also use VPN at the same time. Tor-integrated VPN technology offers you double protection. It is easy to use and is compatible with all modern VPN protocols. Privatoria's Tor-integrated VPN offers you to: Use Tor network without Tor browser Send all your Internet traffic through Tor Use Tor and VPN simultaneously to get an extra layer of protection Hide the fact of using Tor Configure the service in no time Use Tor in any operating system and any browser With these impressive features, Privatoria attempts to secure its users web experience and make the web safe and accessible place for everyone. And to achieve this, the company is offering a unique bundle of security services that cover the needs of every Internet user. The trial version is available for free. So, create a free login account at privatoria.net, use the features and let us know your experience.
    1 point
  5. This is not a good thing for me. I don't like to read the spoilers. Thank you.
    1 point
  6. Well this is not just it... Red Possession ONLY SHOWS that takes damage but it actually gives. Aura of the Sword, Enchanted Blade and Attack+ give you attack grade but in the Character panel nothing changes Blue Possession should work in the whole team, but only works for you The bonus Strong against Lycans is displayed as Bleeding The bonus Defence against Lycans is displayed as Bleeding Resist The Bleeding effect has not that red cloud around the body or the buff icon upper left Tourmaline does not stack in Tourmaline accessories New skills are not registered in locale.lua and Ninja 6th skill (Dagger skills) cannot be trained (fixed in questlib.lua) Wolfman has no dds and gr2 files for costumes and hair (except the normal and azrael armor and helm and xmas costume) When you ride with wolfman the game kicks you, this also happens when you hover your mouse over Wooden Arrow with NPC shop open In the binary there is one line about FRENCH_KISS_WITH_WOLFMAN that ends with ',' (should end with ';') And many more... I have solved some of them but others no... You have solved anything?
    1 point
  7. Change classname sprintf(szClassName, "ThisMethodWorksGoodButExampleFixed - %d", random_range(1, 99999));
    1 point
  8. This only weapon. i shared pet costum and hair ? :> This only weapon. i shared pet costum and hair ? thanks for share :>
    1 point
  9. ofc [Hidden Content] in this pack are no such costume are other.. really? [Hidden Content]
    1 point
  10. -EDIT- [Hidden Content] costum halloween 2015? hair? pet? mob ? [Hidden Content]
    1 point
  11. int len_global = snprintf(chatbuf_global, sizeof(chatbuf_global), "[%d] %s %s", g_bChannel, kingdoms[ch->GetEmpire()-1], chatbuf);
    1 point
×
×
  • 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.