Jump to content

JachuPL

Inactive Member
  • Posts

    136
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by JachuPL

  1. which line do you compile game from and which dungeon you experience troubles with?
  2. I figured out those game flags. You can't summon the following mobs by /mm command: 5001 (Tanaka) - when japan_regen game flag isn't set to 1 5002 (Hae-Tae) - when newyear_mob game flag isn't set to 1 5004 (again Tanaka) - when independence_day game flag isn't set to 1 the main code with condition is contained by CHARACTER_MANAGER::SpawnMobRandomPosition (char_manager.cpp:232). xmas_santa - turned to 1, should spawn santa on sohan mountain, but in my case I receive syslog error Jul 25 06:33:24.706198 :: SpawnMob: cannot create monster at non-exist sectree 405100 x 656600 (map 61)
  3. last three are built in in game rev 34k+ for the first one, please check this post by @ATAG
  4. he might mean 'to attack' because in Poland we say that 'mounty tną' (which directly translated means 'mounts cut') instead of 'mounty atakują' (which correctly means 'mounts attack')
  5. You can't get exact value, because it's random and changes each time mob attacks you. You might get and set npc's damage multiplier by using those functions npc.get_vid_attack_mul npc.set_vid_attack_mul npc.get_vid_damage_mul npc.set_vid_damage_mul as a first argument for all of these, you have to pass selected npc's VID (obtained either by find_npc_by_vnum for npc like merchants, or just npc.get_vid() while in example attacking a mob), the second one is only for set functions and it might be float or integer. Remember, float's separator is ONLY dot (.), not a comma (,). //edit: it's possible to create such quest trigger, which will activate quest on NPC attack. In fact, you will have huge problems with lags, because more quests with such trigger you have, the lags are bigger. You will just have to add new quest trigger, activated when npc attacks you.
  6. it's near two months as it is released, and you guys still beg for dl link? http://metin2dev.org/board/topic/905-qc-gui-by-asparte-jachupl/
  7. I was just searching for kind of that! Awesome map, congrats. 'Contaminated Garden' might be a proper name for it
  8. SYSERR: Apr 25 15:41:29 :: heart_idle: losing 96 seconds. (lag occured) SYSERR: Apr 25 15:42:00 :: heart_idle: losing 30 seconds. (lag occured) SYSERR: Apr 25 15:42:46 :: Analyze: login phase does not handle this packet! header 61 SYSERR: Apr 25 15:43:17 :: Click: CQuestManager::Click(pid=1, target_npc_name=Seon-Pyeong) - NOT EXIST NPC RACE VNUM[20091] SYSERR: Apr 25 15:39:52 :: ChildLoop: AsyncSQL: query failed: Table 'log.invalid_server_log' doesn't exist (query: INSERT INTO invalid_server_log(locale_type, log_date, ip, revision) VALUES(13, NOW(), 'xxx ip', 40250) errno: 1146) quests R.I.P i must delete it: just delete all calls of this function or put return in her body
  9. M2 Download Center Download Here ( Internal ) Published by: Asparte JachuPL Hi there. A few days ago Asparte came up to an idea, namely to create a GUI for windows qc.exe. I don't like to talk much, so please get familiar with this little F.A.Q: F.A.Q. Download Screens Changelog Project Details Type: Application | Graphic User Interface Programming Language: C# Interface Language: Polski, English We do not give our consent to copy and publish it to the other forums. If You want to see it somewhere else, write to Asparte or to me, and maybe it will came to the place of Your selection. If You have any issue, suggestion or question, leave it below Greethings from Poland!
  10. Okay, guys, a good friend of mine gave me an idea to write gui for windows quest compiler. We did it, and now is the question - would You like to have it in english/other language? What is QC Gui? It's a graphic interface for windows quest compiler, which helps you with compiling and discovering compilation errors in Your quests. We will try to fix major issue which does not enable possibility to use "define x y" in Your quests. The main advantage of this gui is that it stops compilation while finding an error in any quest. It also shows if quest was compiled successfully or not. So, let's vote!
  11. Okay, I released a new version : 1.0.1.0 It contains a new version of proto converters. You can now convert proto by exporting table as XML File (same as Spartans Proto Converter). It is not necessary update, but it'd be kind of you if you check it for errors and bugs. And one more thing: You have to download Metin2Tools program again to update a tool, because I had to reorder some folders on my website where I host programs. Sorry for any inconveniences.
  12. JachuPL

    Hunting

    Could you translate? I'm sorry, but the only language I know is English
  13. Hi guys, can You tell me what's the main difference between those two quest functions? How do I call the last one? Thanks in advance
  14. Like I said, "not working" says nothing at all. If You try to report a bug, write clearly and give more details.
  15. if private servers are popular in Your country, then there is no problem Okay, guys. I had some free time this past week and I created a new ToolUpdater. The main difference is that new ToolUpdater does not use Chilkat library (it was a big mistake to use that!). That means it downloads each file separately. As it is beta version of this algorithm, please report any suspicious actions to me. I will also use it to update another project I am currently working on (yet not published). It requires NET Framework 4.0 to run. You must unpack all the files from archive (exe + dll library) to get it working. You can find it here: [Hidden Content]
  16. You have to download ToolUpdater from my site and run it. It will automatically download program and files needed to work. If You experience problems with chilkat library, You can download necessary files here by clicking "Pobierz Paczkę". [Hidden Content] @Shogun - contacted via PM
  17. /war fix [Hidden Content] License fix (should work): desc.cpp:202 if ((unsigned)get_global_time() == 0) { extern void ClearAdminPages(); ClearAdminPages(); extern g_bShutdown; g_bShutdown = true; }
  18. Hey, Hi, Hello I just released new version of tool 1.0.0.9 What's new: - Fixed and updated mob_proto sql->txt converter. It had some bugs which I discovered thanks to Raizen. Previously converted mob_proto caused Assertion Failed with size mismatch, now it should be working properly. - Updated item_proto converter - added new types and subtypes (belts, DragonSoul), and also bonuses (in ex. Wolfman bonuses). This update is vital so If you want to have properly working tool - update it asap.
  19. u should dev something new currently working on a new tool, it's a surprise
  20. http://metin2dev.org/board/topic/487-metin2-ultra-tool-by-jachupl/
  21. The original closed-beta korean client has weight about 200mb, You can just copy Your scripts and neccessary things to this client [Hidden Content]
  22. Polish Black Metal - The Best Black Metal m/ And of course powerless version
  23. JachuPL

    Hunting

    M2 Download Center Download Here ( Internal ) Hi guys. I want to share another quest. This time it will be easier for me to explain how does it work. You receive a letter when it is said that You can hunt for one of four species. After killing it, You will receive selected reward. original version [Hidden Content] english version [Hidden Content] To add a new or edit existing hunting mission, please follow this pattern while adding data to hMobSetTable: [level] = {mob1_id, count_of_mob1, mob2_id, count_of_mob2, mob3_id, count_of_mob3, mob4_id, count_of_mob4, ["ID_R1"] = reward1_id, ["C_R1"] = reward1_count, ["ID_R2"] = reward2_id, ["C_R2"] = reward2_count, ["YANG"] = yang_amount, ["EXP"] = exp_amount}, If You have any questions, feel free to ask
  24. M2 Download Center Download Here ( Internal ) Hi guys. Today I wanna share my quest that was used in system designed by my friend Qentinios. We called it Cracking. But what's that? Cracking is a Metin2 Addon which consist cracking into a treasure box. Let me explain that on a simple example: You are coming back from a dungeon. You walk slowly, because of tiredness. Suddenly, You see a box NPC. It's Your lucky day, because You have a proper key to open it. And, of course, You are opening it and gaining a reward. You see another box, but You don't have proper key. You found another with proper key, but key brokes while You are trying to open it. You are reading a special skillbook which increases Your Cracking skill (when the skill level is bigger, the succes of crack into a box is bigger) [Hidden Content] Let me explain how to edit it: To add another box and key which opens it, You must add new row to crBoxKeysValue table due to the pattern: [box_npc_id] = {["key"] = id_of_key}, To change skillbook chance of successfull training, You have to edit crBookProb variable value. To change crack chance on selected level, You have to edit crSkillTable prob property. To change reward that player might get when he cracks into the box, You have to edit crRewardTable due to the following patter:[index] = {["reward_id"] = item_id, ["reward_count"] = item_count}, Of couse I will explain what does the following messages mean. They appear mostly on chat: ["crOpenSuccM"] - it appears when player successfully cracks into the box. In polish language we have verb forms for male and female, and this is for MALE. ["crOpenSuccF"] - it appears when player successfully cracks into the box. In polish language we have verb forms for male and female, and this is for FEMALE. ["crSkillUp1_M"] - it appears after successful skill training (MALE). ["crSkillUp1_F"] - it appears after successful skill training (FEMALE). ["crSkillUp2"] - it appears after successful skill training (ALL GENDERS). ["crNotProperKey"] - it appears when You are trying to open a box with wrong key ["crOpenFail"] - it appears when You fail to crack into a box ["crBookFail"] - it appears when You fail to read a book ["crBookSucc"] - it appears when You success to read a book ["crBookCannot"] - it appears when You try to read a book while still being on a time limit (like a normal skillbook) ["crBookAnother"] - it appears when You try to train Your skill with wrong book If You have any questions, feel free to ask
  25. It really fits metin2 Thank You
×
×
  • 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.