Metin2 Ejder Petleri

  • Konbuyu başlatan Konbuyu başlatan Admin
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 0
  • Görüntüleme Görüntüleme 59

Admin

Metin2Lobby
Yönetici
Founder
Katılım
6 Mayıs 2022
Mesajlar
52,647
Ticaret : 1 / 0 / 0
Metin2 TR'ye yılbaşı güncellemesi ile birlikte kostümler ile birlikte 2 tane ejder peti gelmişti.20.12.2015 tarihinde yabancı bir forumda paylaşmştım.

pet.png


Anlatım;


mob_proto.sql eklenecekler;

Kod:
INSERT INTO `mob_proto` VALUES ('34055', 'Mavi Ejderha', 0x4272756365, '5', '1', '0', '1', 'SMALL', null, '0', '', 'STUN,SLOW,CURSE,TERROR', '0', 'blue_dragon_young1', '2', '0', '0', '0', '0', '0', '0', '120', '3', '1', '0', '0', '0', '4', '100', '100', '0', '2000', '150', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', null, '0', '0', '0', '0', null, null, null, null, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `mob_proto` VALUES ('34056', 'Küçük Ejderha', 0x5761796E65, '5', '1', '0', '1', 'SMALL', null, '0', '', 'STUN,SLOW,CURSE,TERROR', '0', 'blue_dragon_young2', '2', '0', '0', '0', '0', '0', '0', '120', '3', '1', '0', '0', '0', '4', '100', '100', '0', '2000', '150', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', null, '0', '0', '0', '0', null, null, null, null, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');


root/npclist.txt eklenecekler;

Kod:
34036    blue_dragon_young1 34037    blue_dragon_young2

item_proto.sql eklenecekler;

Kod:
INSERT INTO `item_proto` VALUES ('55405', Noname, Noname, '18', '0', '0', '1', '106880', '8192', '0', '', '0', '0', '0', '0', '0', '0', '7', '17280000', '0', '0', '16', '5', '1', '1500', '0', '0', '600', '0', '0', '0', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '0', '0', '0'); INSERT INTO `item_proto` VALUES ('55705', Noname, Noname, '18', '0', '0', '1', '106880', '8192', '0', '', '0', '0', '0', '0', '0', '0', '7', '17280000', '0', '0', '16', '5', '1', '1500', '0', '0', '600', '0', '0', '0', '0', '0', '-1', '-1', '-1', '-1', '-1', '-1', '0', '0', '0', '0');


item_list.txt eklenecekler

Kod:
55405    ETC    icon/item/55405.tga 55705    ETC    icon/item/55705.tga

NO TXT DB kullananlar için;

item_names.txt

Kod:
55405   Mavi Ejderha Yumurtası 55705   Küçük Ejder Yumurtası


item_proto.txt

Kod:
55405    ìËË룡 ìâ¢Å    ITEM_PET    0    1    ANTI_STACK    CONFIRM_WHEN_USE | LOG    NONE    NONE    0    0    0    0    0    REAL_TIME    604800    LIMIT_NONE    0    APPLY_NONE    0    APPLY_NONE    0    APPLY_NONE    0    55705    3    2    0    0    0    0    0    MASK_ITEM_TYPE_MOUNT_PET    MASK_ITEM_SUBTYPE_MOUNT_PET_EGG    0 55705    ìâ¢â기 ìËË룡    ITEM_PET    0    1    ANTI_FEMALE    LOG    NONE    NONE    0    0    0    0    0    REAL_TIME    604800    LIMIT_NONE    0    APPLY_NONE    0    APPLY_NONE    0    APPLY_NONE    0    34036    3    2    34037    0    0    0    0    MASK_ITEM_TYPE_NONE    0    0

Petler npc_pet klasörü içerisinde olmalı yoksa oyunda mob kodu ile çağardığınızda yere saplanmış ve beyaz şekilde gözükürler.Npc_pet klasörü için;

RaceManager.cpp açıp aratılır;

Kod:
else if (__IsNPCRace(race))


Kod bloğunu şu şekilde değiştir;

Kod:
else if (__IsNPCRace(race))     {         if (race >= 30000)         {             vec_stPathes.push_back ("d:/ymir work/npc2/");             vec_stPathes.push_back ("d:/ymir work/npc/");             vec_stPathes.push_back ("d:/ymir work/monster/");             vec_stPathes.push_back ("d:/ymir work/monster2/");             vec_stPathes.push_back ("d:/ymir work/guild/");             vec_stPathes.push_back("d:/ymir work/npc_pet/");             vec_stPathes.push_back("d:/ymir work/npc_mount/");         }







Kod:
quest pet_system begin     state start begin         function get_pet_info(itemVnum)             pet_info_map = {             --  [ITEM VNUM] MOB_VNUM, DEFAULT NAME                 [53001]     = { 34001, "   Anka Kuşu " ,0},                 [53002]     = { 34002, "   Ren Geyiği Yavrusu " ,0},                 [53003]     = { 34003, "   Buz Ankası " ,0},                 [53005]     = { 34004, "   Yavru Azrail  ", 1},                 [53006]     = { 34009, "   Altın Azrail ", 1},                 [53010]     = { 34008, "   Leonidas ", 0},                 [53011]     = { 34007, "   Khan ", 0},                 [53012]     = { 34005, "   Porki ", 0},                 [53013]     = { 34006, "   Rufus ", 0},                 [53007]     = { 34010, "   Bambi ", 0},                 [53008]     = { 34011, "   Knuud ", 0},                 [53009]     = { 34012, "   Bao Bao ", 0},                 -- GF specials                 [53230]     = { 34034, "   Beyaz Kuzucuk ", 0},                 [53231]     = { 34035, "   Mavi Koç ", 0},                 [53014]     = { 34013, "   Küçük Cellatcık ", 0},                 [53015]     = { 34014, "   Altın Cellatcık ", 0},                 [53016]     = { 34015, "   Boney ", 0},                 [53017]     = { 34016, "   Yeşil Anka Kuşu ", 0},                 [53018]     = { 34018, "   Kar Leonidas ", 0},                 [53019]     = { 34019, "   Arktik Khan ", 0},                 [53020]     = { 34017, "   Kutup Porki ", 0},                 [53021]     = { 34018, "   Ayaz Rufus ", 0},                 [53022]        = { 34021, "   Sheldon",0},                 [53023]        = { 34022, "   Cooper",0},                 [53024]        = { 34023, "   Siyah Panter",0},                 [53025]        = { 34024, "   Leopar",0},                 [53222]        = { 34026, "   Balkabağı",0},                 [53223]        = { 34027, "   Küçük Süpürgeci",0},                 [53224]        = { 34028, "   Kar Tanesi",0},                 [53225]        = { 34029, "   Çancık",0},                 [53226]        = { 34030, "   Cupido",0},                 [53227]        = { 34031, "   Öfkeli Kalp  ",0},                 [53228]        = { 34033, "   Mavi Hilal",0},                 [53229]        = { 34032, "   Kırmızı Hilal",0},                 [53232]        = { 34039, "   Yavru Huashin",0},                 [53233]        = { 34055, "   Bruce",0},                 [53234]        = { 34056, "   Wayne",0},                 [53235]        = { 34057, "   Robin",0},                 [53236]        = { 34058, "   Valentino+",0},                 [53237]        = { 34059, "   Valentinia+",0},                 [53238]        = { 34060, "   Valentino",0},                 [53239]        = { 34061, "   Valentinia",0},                 [55401]        = { 34041, "   Küçük Maymun    ",0},                 [55402]        = { 34045, "   Küçük Örümcek    ",0},                 [55403]        = { 34049, "   Küçük Razadör    ",0},                 [55404]        = { 34053, "   Küçük Nemere    ",0},                 [55405]        = { 34036, "   Mavi Ejderha    ",0},                 [55701]        = { 34042, "   Güçlü Maymun    ",0},                 [55702]        = { 34046, "   Güçlü Örümcek    ",0},                 [55703]        = { 34050, "   Güçlü Razadör    ",0},                 [55704]        = { 34054, "   Güçlü Nemere    ",0},                 [55705]        = { 34037, "   Küçük Ejderha    ",0},             }             itemVnum = tonumber(itemVnum)             return pet_info_map[itemVnum]         end         function get_spawn_effect_file(idx)             effect_table = {                 [0] = nil,                 [1] = "d:\\\\ymir work\\\\effect\\\\etc\\\\appear_die\\\\npc2_appear.mse",             }             return effect_table [idx]         end         when 38200.use or 38201.use or 53007.use or 53013.use or 53012.use or 53011.use or 53010.use or 53006.use  or 53005.use or 53002.use or 53001.use or 53003.use or 53008.use or 53009.use or              53014.use or 53015.use or 53016.use or 53017.use or 53022.use or 53024.use or 53025.use or 53018.use or 53019.use or 53020.use or 53021.use or 53222.use or 53223.use or 53224.use or 53225.use or 53226.use or 53227.use or 53228.use or 53229.use or 53230.use or 53231.use or 53232.use or 53233.use or 53234.use or 53235.use or 53236.use or 53237.use or 53238.use or 53239.use or 34041.use or 34045.use or 34049.use or 34053.use or 55401.use or 55402.use or 55403.use or 55404.use or 55405.use or 55701.use or 55702.use or 55703.use or 55704.use or 55705.use or 53023.use begin             local pet_info = pet_system.get_pet_info(item.vnum)             if null != pet_info then                 local mobVnum = pet_info[1]                 local petName = pet_info[2]                 local spawn_effect_file_name = pet_system.get_spawn_effect_file(pet_info[3])                 if true == pet.is_summon(mobVnum) then                     if spawn_effect_file_name != nil then                         pet.spawn_effect (mobVnum, spawn_effect_file_name)                     end                     pet.unsummon(mobVnum)                 else                     if pet.count_summoned() < 1 then                         pet.summon(mobVnum,petName, false)                     else                         syschat("Evcil Hayvanını çağıramazsın.")                     end                     if spawn_effect_file_name != nil then                         pet.spawn_effect (mobVnum, spawn_effect_file_name)                     end                 end -- if pet.is_summon             end  -- if null != pet_info         end -- when     end -- state end -- quest


Metin2 Ejder Petleri Hakkında Her Şey

Metin2 oyununda oyuncuların en çok aradığı ve koleksiyonlarına değer katan özel petlerden birisi olan ejder petleri, hem estetik açıdan hem de bazı durumlarda oyun içinde stratejik avantaj sağlar. Bu petler genellikle nadir düşmanlar tarafından ya da sınırlı etkinliklerle elde edilebilir. Ejder petleri sayesinde oyuncular, karakterlerine destek olacak güçlü ve etkileyici görünümlü bir yoldaş kazanır. Bu yazıda, Metin2'deki ejder petlerinin özellikleri, nasıl elde edileceği ve hangi yollarla geliştirilebileceği hakkında detaylı bilgiler sunacağız.

Ejder Petlerinin Özellikleri

Metin2'de bulunan ejder petleri genellikle karakterin yanında gezerek ona moral ve zaman zaman bonus özellikler sağlar. Bazı ejder petleri, oyuncuya ek hasar, savunma veya hız gibi bonuslar verebilir. Ayrıca bu petlerin farklı stillerde animasyonları ve özel efekt efekt sistemleri bulunabilir. Bu da oyun deneyimini görsel olarak zenginleştirir.

Ejder Petleri Elde Etme Yolları

Ejder petlerini elde etmenin birkaç yolu vardır:

- Özel etkinliklerde ödül olarak verilirler.
- Nadir düşmanlar yenildiğinde belirli bir şansla düşebilirler.
- Oyuncuların özel kutulardan veya mağaza sisteminden satın alabileceği petlerdir.

Pet Geliştirme ve Zırhlandırma

Ejder petlerini daha güçlü hale getirmek isteyen oyuncular, bu petlerin seviyesini yükselterek ve özel ekipmanlar giydirebilebilir. Bu sayede petler hem daha dayanıklı olur hem de karaktere daha fazla bonus sağlar. Geliştirme işlemi sırasında Metin2 içinde özel taşlar veya ganimetler kullanılabilir.

3D Modelleme ve Ejder Petleri

Metin2 oyunu içinde yer alan ejder petlerinin modelleri, profesyonel 3D modelleme araçlarıyla tasarlanmıştır. Metin2 özel model editörleriyle bu petlerin görünümünü değiştirmek isteyen oyuncular, gr2 formatında dosyalar kullanarak kendi özel modellerini oluşturabilir. Bu sayede hem oyun içindeki görünümleri özelleştirilebilir hem de daha estetik ve dikkat çekici hale getirilebilir.

Model Formatı ve Uyumlu Araçlar

Ejder petleri gibi özel nesnelerin modellenmesi sırasında gr2 ve granny3d formatları önemlidir. Bu formatlar, Metin2'nin oyun motoruna doğrudan entegre olabilen yapıdadır. Blender ve 3ds Max gibi yazılımlar kullanılarak bu modeller düzenlenebilir ve oyun içi sistemlere aktarılabilir. Model değiştirme işlemlerinde dikkat edilmesi gereken teknik detaylar vardır.

Özel Efekt ve Animasyonlar

Ejder petlerinin sahip olduğu özel efektler ve animasyonlar, oyun içindeki varoluşlarını daha etkileyici kılar. Bu efektler genellikle texture ve UV mapping gibi teknik süreçlerle desteklenir. Oyuncuların özel efekt sistemlerine entegre edilmiş modelleri kullanarak kendi petlerini özelleştirmesi mümkündür.

Sonuç

Metin2 dünyasında ejder petleri, hem koleksiyonculuk hem de oyun içindeki stratejik kullanım açısından oldukça değerlidir. 3D modelleme bilgisi olan oyuncular için bu petler, hem estetik hem de teknik açıdan heyecan verici bir deneyim sunar. Metin2Lobby üzerinden bu konuda detaylı kaynaklara ulaşabilir, özel modelleri indirip deneyimleyebilirsiniz.


Everything About Metin2 Dragon Pets

Metin2 dragon pets are among the rare and sought-after pets that players collect due to their unique appearance and strategic benefits during gameplay. These pets can be obtained through limited events, special enemies, or exclusive shops. Dragon pets provide both visual appeal and in-game bonuses such as additional stats or effects. This article will cover detailed information about the features, acquisition methods, and enhancement possibilities of dragon pets in Metin2.

Features of Dragon Pets

Dragon pets in Metin2 often follow the player character and offer various stat bonuses like damage, defense, or speed. Additionally, they feature unique animations and visual effects that enhance the overall gaming experience. These pets not only serve functional purposes but also add aesthetic value to the game world.

How to Obtain Dragon Pets

There are several ways to acquire dragon pets in Metin2:

- Through rewards from special in-game events.
- Dropped by rare monsters with low drop rates.
- Purchased via special stores or mystery boxes.

Pet Enhancement and Equipment

Players looking to strengthen their dragon pets can level them up and equip them with special armor or accessories. This increases their durability and grants higher bonuses to the player. Special stones or items may be required for the enhancement process within the game.

3D Modeling and Dragon Pets

The dragon pets featured in Metin2 are crafted using professional 3D modeling tools. Players with knowledge of custom models can modify these pets' appearances using gr2 format files and specialized Metin2 model editors. This allows customization of their in-game look and more appealing visual designs.

Model Formats and Compatible Tools

Models like dragon pets often rely on gr2 and granny3d formats which are compatible with the Metin2 game engine. These can be edited using software such as Blender and 3ds Max. Careful attention must be paid to technical details when replacing models in the game environment.

Special Effects and Animations

Special effects and animations of dragon pets make them stand out in the game. These are supported by processes like texture mapping and UV mapping. Players can customize their pets with specially designed effect systems integrated into the game environment.

Conclusion

In the world of Metin2, dragon pets are valuable both for collection and strategic gameplay usage. For players familiar with 3D modeling, these pets provide exciting opportunities for both aesthetic and technical customization. Visit Metin2Lobby to find detailed resources, download custom models, and enhance your gaming experience.
 

Şuan Bu Konuyu Görüntüleyen Kullanıcılar (Toplam : 0, Üye : 0, Misafir : 0)

Geri
Üst Alt