Skip to content

Commit

Permalink
fix: exp reset monsters 10%
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques-tony committed Jan 19, 2024
1 parent ad33c03 commit 674c0f7
Show file tree
Hide file tree
Showing 40 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/constructs/rotten_golem.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Rotten Golem")
local monster = {}

monster.description = "a rotten golem"
monster.experience = 30026
monster.experience = 16147
monster.outfit = {
lookType = 1312,
lookHead = 0,
Expand Down
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/demons/brachiodemon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Brachiodemon")
local monster = {}

monster.description = "a brachiodemon"
monster.experience = 20018
monster.experience = 14680
monster.outfit = {
lookType = 1299,
lookHead = 0,
Expand Down
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/demons/infernal_demon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Infernal Demon")
local monster = {}

monster.description = "an infernal demon"
monster.experience = 20018
monster.experience = 14680
monster.outfit = {
lookType = 1313,
lookHead = 0,
Expand Down
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/demons/many_faces.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Many Faces")
local monster = {}

monster.description = "a many faces"
monster.experience = 101339
monster.experience = 19538
monster.outfit = {
lookType = 1296,
lookHead = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Turbulent Elemental")
local monster = {}

monster.description = "a turbulent elemental"
monster.experience = 45039
monster.experience = 17762
monster.outfit = {
lookType = 1314,
lookHead = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Courage Leech")
local monster = {}

monster.description = "a courage leech"
monster.experience = 101339
monster.experience = 21492
monster.outfit = {
lookType = 1315,
lookHead = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Cunning Werepanther")
local monster = {}

monster.description = "a cunning werepanther"
monster.experience = 152008
monster.experience = 23641
monster.outfit = {
lookType = 1648,
lookHead = 18,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Feral Werecrocodile")
local monster = {}

monster.description = "a feral werecrocodile"
monster.experience = 228012
monster.experience = 26006
monster.outfit = {
lookType = 1647,
lookHead = 116,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Werecrocodile")
local monster = {}

monster.description = "a werecrocodile"
monster.experience = 228012
monster.experience = 26006
monster.outfit = {
lookType = 1647,
lookHead = 95,
Expand Down
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/lycanthropes/werepanther.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Werepanther")
local monster = {}

monster.description = "a werepanther"
monster.experience = 152008
monster.experience = 23641
monster.outfit = {
lookType = 1648,
lookHead = 114,
Expand Down
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/lycanthropes/weretiger.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Weretiger")
local monster = {}

monster.description = "a weretiger"
monster.experience = 152008
monster.experience = 23641
monster.outfit = {
lookType = 1646,
lookHead = 97,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("White Weretiger")
local monster = {}

monster.description = "a white weretiger"
monster.experience = 228012
monster.experience = 26006
monster.outfit = {
lookType = 1646,
lookHead = 19,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Darklight Source")
local monster = {}

monster.description = "a Darklight Source"
monster.experience = 1154310
monster.experience = 38075
monster.outfit = {
lookType = 1660,
lookHead = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Rotten Man-Maggot")
local monster = {}

monster.description = "a Rotten Man-Maggot"
monster.experience = 1154310
monster.experience = 38075
monster.outfit = {
lookType = 1655,
lookHead = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Wandering Pillar")
local monster = {}

monster.description = "a Wandering Pillar"
monster.experience = 1154310
monster.experience = 38075
monster.outfit = {
lookType = 1657,
lookHead = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Sopping Carcass")
local monster = {}

monster.description = "a Sopping Carcass"
monster.experience = 1731465
monster.experience = 41882
monster.outfit = {
lookType = 1658,
lookHead = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Sopping Corpus")
local monster = {}

monster.description = "a Sopping Corpus"
monster.experience = 1731465
monster.experience = 41882
monster.outfit = {
lookType = 1659,
lookHead = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Walking Pillar")
local monster = {}

monster.description = "a Walking Pillar"
monster.experience = 1731465
monster.experience = 41882
monster.outfit = {
lookType = 1656,
lookHead = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Darklight Emitter")
local monster = {}

monster.description = "a Darklight Emitter"
monster.experience = 342018
monster.experience = 28606
monster.outfit = {
lookType = 1627,
lookHead = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Oozing Carcass")
local monster = {}

monster.description = "a Oozing Carcass"
monster.experience = 342018
monster.experience = 28606
monster.outfit = {
lookType = 1626,
lookHead = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Oozing Corpus")
local monster = {}

monster.description = "a Oozing Corpus"
monster.experience = 342018
monster.experience = 28606
monster.outfit = {
lookType = 1625,
lookHead = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Bloated Man-Maggot")
local monster = {}

monster.description = "a Bloated Man-Maggot"
monster.experience = 513027
monster.experience = 31467
monster.outfit = {
lookType = 1654,
lookHead = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Converter")
local monster = {}

monster.description = "a Converter"
monster.experience = 513027
monster.experience = 31467
monster.outfit = {
lookType = 1623,
lookHead = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Mycobiontic Beetle")
local monster = {}

monster.description = "a Mycobiontic Beetle"
monster.experience = 513027
monster.experience = 31467
monster.outfit = {
lookType = 1620,
lookHead = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Darklight Construct")
local monster = {}

monster.description = "a Darklight Construct"
monster.experience = 769540
monster.experience = 34613
monster.outfit = {
lookType = 1622,
lookHead = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Darklight Matter")
local monster = {}

monster.description = "a Darklight Matter"
monster.experience = 769540
monster.experience = 34613
monster.outfit = {
lookType = 1624,
lookHead = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Darklight Striker")
local monster = {}

monster.description = "a Darklight Striker"
monster.experience = 769540
monster.experience = 34613
monster.outfit = {
lookType = 1661,
lookHead = 0,
Expand Down
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/plants/branchy_crawler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Branchy Crawler")
local monster = {}

monster.description = "a branchy crawler"
monster.experience = 30026
monster.experience = 16147
monster.outfit = {
lookType = 1297,
lookHead = 0,
Expand Down
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/plants/cloak_of_terror.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Cloak of Terror")
local monster = {}

monster.description = "a cloak of terror"
monster.experience = 101339
monster.experience = 21492
monster.outfit = {
lookType = 1295,
lookHead = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Mirror Image")
local monster = {}

monster.description = "a mirror image"
monster.experience = 67559
monster.experience = 19538
monster.outfit = {
lookType = 136,
lookHead = 76,
Expand Down
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/undeads/bony_sea_devil.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Bony Sea Devil")
local monster = {}

monster.description = "a bony sea devil"
monster.experience = 45039
monster.experience = 17762
monster.outfit = {
lookType = 1294,
lookHead = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Capricious Phantom")
local monster = {}

monster.description = "a capricious phantom"
monster.experience = 45039
monster.experience = 17762
monster.outfit = {
lookType = 1298,
lookHead = 81,
Expand Down
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/undeads/distorted_phantom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Distorted Phantom")
local monster = {}

monster.description = "a distorted phantom"
monster.experience = 67559
monster.experience = 19538
monster.outfit = {
lookType = 1298,
lookHead = 113,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Druid's Apparition")
local monster = {}

monster.description = "a druid's apparition"
monster.experience = 67559
monster.experience = 19538
monster.outfit = {
lookType = 148,
lookHead = 114,
Expand Down
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/undeads/infernal_phantom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Infernal Phantom")
local monster = {}

monster.description = "an infernal phantom"
monster.experience = 20018
monster.experience = 14680
monster.outfit = {
lookType = 1298,
lookHead = 114,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Knight's Apparition")
local monster = {}

monster.description = "a knight's apparition"
monster.experience = 67559
monster.experience = 19538
monster.outfit = {
lookType = 131,
lookHead = 19,
Expand Down
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/undeads/mould_phantom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Mould Phantom")
local monster = {}

monster.description = "a mould phantom"
monster.experience = 30026
monster.experience = 16147
monster.outfit = {
lookType = 1298,
lookHead = 106,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Paladin's Apparition")
local monster = {}

monster.description = "a paladin's apparition"
monster.experience = 67559
monster.experience = 19538
monster.outfit = {
lookType = 129,
lookHead = 57,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Sorcerer's Apparition")
local monster = {}

monster.description = "a sorcerer's apparition"
monster.experience = 67559
monster.experience = 19538
monster.outfit = {
lookType = 138,
lookHead = 95,
Expand Down
2 changes: 1 addition & 1 deletion data-otservbr-global/monster/undeads/vibrant_phantom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local mType = Game.createMonsterType("Vibrant Phantom")
local monster = {}

monster.description = "a vibrant phantom"
monster.experience = 101339
monster.experience = 21492
monster.outfit = {
lookType = 1298,
lookHead = 85,
Expand Down

0 comments on commit 674c0f7

Please sign in to comment.