Skip to content

Commit

Permalink
Merge branch 'opentibiabr:main' into mkZERA-Canary
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusvcj authored Nov 4, 2023
2 parents 5275f6c + 961db0c commit e7f858d
Show file tree
Hide file tree
Showing 328 changed files with 2,486 additions and 2,040 deletions.
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/bosses/black_knight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"BlackKnightDeath",
}

monster.bosstiary = {
bossRaceId = 46,
bossRace = RARITY_BANE,
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/bosses/diseased_bill.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"DiseasedTrioDeath",
}

monster.bosstiary = {
bossRaceId = 485,
bossRace = RARITY_BANE,
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/bosses/diseased_dan.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"DiseasedTrioDeath",
}

monster.bosstiary = {
bossRaceId = 486,
bossRace = RARITY_BANE,
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/bosses/diseased_fred.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"DiseasedTrioDeath",
}

monster.bosstiary = {
bossRaceId = 484,
bossRace = RARITY_BANE,
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/bosses/energized_raging_mage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"EnergizedRagingMageDeath",
}

monster.health = 3500
monster.maxHealth = 3500
monster.race = "blood"
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/bosses/kroazur.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"ThreatenedDreamsNightmareMonstersDeath",
}

monster.bosstiary = {
bossRaceId = 1515,
bossRace = RARITY_BANE,
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/bosses/pythius_the_rotten.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"PythiusTheRottenDeath",
}

monster.health = 9000
monster.maxHealth = 9000
monster.race = "undead"
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/bosses/raging_mage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"RagingMageDeath",
}

monster.health = 3500
monster.maxHealth = 3500
monster.race = "blood"
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/bosses/renegade_orc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"RenegadeOrcDeath",
}

monster.health = 450
monster.maxHealth = 450
monster.race = "blood"
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/bosses/splasher.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"QuaraLeadersDeath",
}

monster.health = 1700
monster.maxHealth = 1700
monster.race = "blood"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"ReplicaServantDeath",
}

monster.raceId = 1326
monster.Bestiary = {
class = "Construct",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"ReplicaServantDeath",
}

monster.raceId = 1327
monster.Bestiary = {
class = "Construct",
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/dawnport/mountain_troll.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"MorrisTrollDeath",
}

monster.health = 30
monster.maxHealth = 30
monster.race = "blood"
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/dawnport/muglex_clan_footman.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"MorrisGoblinDeath",
}

monster.health = 50
monster.maxHealth = 50
monster.race = "blood"
Expand Down
5 changes: 5 additions & 0 deletions data-otservbr-global/monster/dragons/dragon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"TheGreatDragonHuntDeath",
"TheFirstDragonDragonTaskDeath",
}

monster.raceId = 34
monster.Bestiary = {
class = "Dragon",
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/dragons/dragon_lord.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"TheGreatDragonHuntDeath",
}

monster.raceId = 39
monster.Bestiary = {
class = "Dragon",
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/extra_dimensional/yielothax.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"YielothaxDeath",
}

monster.raceId = 717
monster.Bestiary = {
class = "Extra Dimensional",
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/humanoids/lost_exile.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"LastExileDeath",
}

monster.raceId = 1529
monster.Bestiary = {
class = "Humanoid",
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/humanoids/minotaur_bruiser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"MorrisMinotaurDeath",
}

monster.health = 100
monster.maxHealth = 100
monster.race = "blood"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"MinotaurCultTaskDeath",
}

monster.raceId = 1508
monster.Bestiary = {
class = "Humanoid",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"MinotaurCultTaskDeath",
}

monster.raceId = 1509
monster.Bestiary = {
class = "Humanoid",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"MinotaurCultTaskDeath",
}

monster.raceId = 1510
monster.Bestiary = {
class = "Humanoid",
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/humans/burning_gladiator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"FafnarMissionsDeath",
}

monster.raceId = 1798
monster.Bestiary = {
class = "Human",
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/humans/nomad.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"NomadDeath",
}

monster.raceId = 310
monster.Bestiary = {
class = "Human",
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/humans/nomad_blue.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"NomadDeath",
}

monster.raceId = 777
monster.Bestiary = {
class = "Human",
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/humans/nomad_female.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"NomadDeath",
}

monster.raceId = 776
monster.Bestiary = {
class = "Human",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"FafnarMissionsDeath",
}

monster.raceId = 1799
monster.Bestiary = {
class = "Human",
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/magicals/crystalcrusher.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"MiddleSpikeDeath",
}

monster.raceId = 869
monster.Bestiary = {
class = "Magical",
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/magicals/enfeebled_silencer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"ThreatenedDreamsNightmareMonstersDeath",
}

monster.raceId = 1443
monster.Bestiary = {
class = "Magical",
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/magicals/frazzlemaw.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"RoshamuulKillsDeath",
}

monster.raceId = 1022
monster.Bestiary = {
class = "Magical",
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/magicals/silencer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"RoshamuulKillsDeath",
}

monster.raceId = 1014
monster.Bestiary = {
class = "Magical",
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/magicals/weakened_frazzlemaw.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"ThreatenedDreamsNightmareMonstersDeath",
}

monster.raceId = 1442
monster.Bestiary = {
class = "Magical",
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/mammals/husky.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"HuskyDeath",
}

monster.raceId = 325
monster.Bestiary = {
class = "Mammal",
Expand Down
4 changes: 4 additions & 0 deletions data-otservbr-global/monster/mammals/rat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"RationalRequestRatDeath",
}

monster.raceId = 21
monster.Bestiary = {
class = "Mammal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"BossesWarzoneDeath",
}

monster.bosstiary = {
bossRaceId = 887,
bossRace = RARITY_ARCHFOE,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ monster.outfit = {
lookMount = 0,
}

monster.events = {
"BossesWarzoneDeath",
}

monster.bosstiary = {
bossRaceId = 892,
bossRace = RARITY_ARCHFOE,
Expand Down
Loading

0 comments on commit e7f858d

Please sign in to comment.