How to add custom pet Ice Dragon S15 Tutorial

Started by Dorin, Jul 23, 2025, 10:40 PM

Dorin

I have a beautiful pet and I said to share it, who is interesting to install it, I tried it on season 6 ep3 and I'm satisfied


ice-dragon-rare.png
ice-dragon.png 


Tutorial How to add custom pet Ice Dragon S15


Download Ice Dragon Files





Installation Plan – Ice Dragon Pet (Season 15) by Dorin

Set MAIN_INFO files:



1) MAIN_INFO\CustomPet\CustomPet.txt
//Ice Dragon by Dorin
//    #Index    #Type    #Size    #DropSize    #Height        #Tranparency    #FenrirEffect    #ModelName
6955      5      1.0    0.2        0.0        1        0        "icedragon"
6956      5      1.0    0.2        0.0        1        0        "icedragon_rare"
end

2) MAIN_INFO\CustomPet\CustomPetEffectDynamic.txt
//Ice Dragon
6955 32394 19 0 0.0 0.5 1.0 0.0 1.75 0.0
6955 32394 60 0 0.0 0.5 1.0 0.0 1.75 0.0
6955 32394 103 0 0.0 0.5 1.0 0.0 1.75 0.0
6955 32394 121 0 0.0 0.5 1.0 0.0 1.75 0.0

//Ice Dragon Rare
6956 32394 19 0 1.0 0.2 0.0 0.0 1.75 0.0
6956 32394 60 0 1.0 0.2 0.0 0.0 1.75 0.0
6956 32394 103 0 1.0 0.2 0.0 0.0 1.75 0.0
6956 32394 121 0 1.0 0.2 0.0 0.0 1.75 0.0 
end

3) MAIN_INFO\CustomPet\CustomPetEffectStatic.txt

//Ice Dragon by Dorin
6955 32380 2 0 0.6 0.6 0.6 1.0 0.1 0.1
...
6955 32380 136 0 0.6 0.6 0.6 1.0 0.2 0.2

//Ice Dragon Rare
6956 32380 2 0 1.0 0.0 0.0 1.0 0.1 0.1
...
6956 32380 136 0 1.0 0.0 0.0 1.0 0.2 0.2
end


4) MAIN_INFO\CustomPet\CustomPetGlow.txt
//Ice Dragon by Dorin
6955 0 70 94 94 94 
6955 2 70 94 94 94 
6956 0 70 94 94 94 
6956 2 70 94 94 94

//Ice Dragon Rare
6955 0 72 94 94 94 
6955 2 72 94 94 94 
6956 0 72 94 94 94 
6956 2 72 94 94 94
end

5) MAIN_INFO\CustomItem\CustomItemPosition.txt
//Ice Dragon by Dorin
6955 0.0 0.0 -30.0 270.0 0.0 0.5  // icedragon
6956 0.0 0.0 -30.0 270.0 0.0 0.5  // icedragon_rare

Finish Main Info > Generate new main.exe > Place in Premium + Client folders



6) Copy Files: 
→ Copy Ice Dragon models to: `Client\Data\Item\`

7) Edit Client\Data\Local\Eng\item_eng.bmd 
→ Convert to `.txt` with BmdDec.exe 
→ Go to line 13:
299    8    0    2    2    1    1    1    "Ice Dragon"        1    255    0 0 0 0 0 0 0 0    0 2 2 2 1 1 2 1
300    8    0    2    2    1    1    1    "Ice Dragon Rare"    1    255    0 0 0 0 0 0 0 0    0 2 2 2 1 1 2 1

8) Convert item_eng.txt back to .bmd 
→ Use tool: BMD Converter

9) Edit Client\Data\Local\Eng\itemtooltip_eng.bmd
13    299    "Ice Dragon"        0 1 1 0 1 -1 424 1 432 1 426 1 428 1 430 1 434 1 423 1 56 1 10 0 -1 0 -1 0 -1 0 
13    300    "Ice Dragon Rare"    0 1 1 0 1 -1 425 1 433 1 427 1 429 1 431 1 435 1 423 1 56 1 10 0 -1 0 -1 0 -1 0

10) Edit itemtooltiptext_eng.bmd
423    -1    "Pet Immortal"
424    -1    "Increases HP by 750"
425    -1    "Increases HP by 1000"
426    -1    "Increases damage by 20%%"
427    -1    "Increases damage by 25%%"
428    -1    "Increases attack speed by 75"
429    -1    "Increases attack speed by 100"
430    -1    "Increases Reflect Rate 10%%"
431    -1    "Increases Reflect Rate 15%%"
432    -1    "Increases Exp gain rate by 35%%"
433    -1    "Increases Exp gain rate by 40%%"
434    -1    "Increases double damage rate by 15%%"
435    -1    "Increases double damage rate by 20%%"

11) Edit MuServer\Data\Item\Item.txt
//13
299 8 0 2 2 1 0 0 "Ice Dragon" 1 255 0 0 0 0 0 0 0 0 0 2 2 2 1 1 2 1
300 8 0 2 2 1 0 0 "Ice Dragon Rare" 1 255 0 0 0 0 0 0 0 0 0 2 2 2 1 1 2 1

12) Edit MuServer\Data\Item\ItemOption.txt
//Index  OptionIndex  OptionValue  ItemMinIndex  ItemMaxIndex  ItemOption1  ItemOption2  ItemOption3  ItemNewOption  Comment
0        76            0            6955          6955          *            *            *            *              //icedragon
0        76            0            6956          6956          *            *            *            *              //icedragon_rare

13) Edit MuServer\Data\Custom\CustomPet.txt
//Index    Item    AddHP    AddMP    DamageRate    AttackSpeed    DoubleDmgRate    TripleDmgRate    AddExperience    ResistDoubleDamage    ResistIgnoreDefense    ResistIgnoreSD    ResistCriticalDamage    ResisteExcellentDamage    BlockStuck    ReflectRate    PetImortal       
1    6955    750    500    20        75        15        5        35        3            6            7        8            10            0        10        1  // Ice Dragon
2    6956    1000    500    25        100        20        5        40        3            6            7        8            15            0        15        1  // Ice Dragon Rare



Job Done. 
→ Start Server 
→ Start main.exe 
→ In-game test with: /drop 13 299 and /drop 13 300



Credits: Dorin – Custom Pet Developer 
Version: Season 6 louis emulator tested & confirmed working.

  •  

Powered by SMFPacks Ads Manager Mod