From a041827f2ab18c570bdb1cb450d6558d11633159 Mon Sep 17 00:00:00 2001 From: ErikasKontenis Date: Sun, 24 Jul 2022 15:32:50 +0300 Subject: [PATCH] fix new monsters corpses, new thais temple position and fix grizzly in thais position --- 800OTClient/data/things/792/Tibia.dat | Bin 376312 -> 376353 bytes data/items800/items.srv | 15 ++++++ data/monster/customs/blood graw.xml | 58 ++++++++++++++++++++++ data/monster/customs/fire spider.xml | 55 ++++++++++++++++++++ data/monster/customs/red hat cyclops.xml | 46 +++++++++++++++++ data/monster/monsters.xml | 4 ++ data/movements/scripts/nostalrius/206.lua | 4 +- data/npc/frodo.npc | 2 +- data/npc/gorn.npc | 2 +- data/npc/grizzlyadamsthais.npc | 2 +- data/npc/quentin.npc | 2 +- data/npc/todd.npc | 2 +- 12 files changed, 185 insertions(+), 7 deletions(-) create mode 100644 data/monster/customs/blood graw.xml create mode 100644 data/monster/customs/fire spider.xml create mode 100644 data/monster/customs/red hat cyclops.xml diff --git a/800OTClient/data/things/792/Tibia.dat b/800OTClient/data/things/792/Tibia.dat index 822a0d40229481198189db4d9cd57fdd88ec316f..b8337b714954e2d15a5cfd3d7254b4094fde6967 100644 GIT binary patch delta 248 zcmezITWsMUG1lVhd9Iv|tgWn!t*lI~tjt?kS@f@2{AXrXU<84c*{iY{7*=Pm0g`L8 z*8xcuxZL9GB|!et>}5c5dG-pB-1PiwEHd@~nV2BDXJ^mJo|`={n*}a1J$pv>%435nOAJt3QgjZYeGEfyz%q!D(CLoEf1BAL1U>opeU=K#vw BMW+A& delta 146 zcmZ4ZN9@OMG1lVhd9ECdtgWn!t*lI~tjt?kS@f?l3QoU!jYS4X1wg1AAQdL~pNUC< z5d>yu&&i&fJujODAv8UEM)u6?S;#_@v!`TF&7KApVuWa%m^}%Z+n+rld-6qlk?nHV IS(u*#0JjG!=l}o! diff --git a/data/items800/items.srv b/data/items800/items.srv index d6e1e46..90fc802 100644 --- a/data/items800/items.srv +++ b/data/items800/items.srv @@ -34191,3 +34191,18 @@ TypeID = 17158 Name = "a blood graw" Flags = {Corpse,Expire} Attributes = {ExpireTarget=0,TotalExpireTime=1800} + +TypeID = 17159 +Name = "a dead cyclops" +Flags = {Container,Unmove,Corpse,Expire} +Attributes = {Capacity=10,FluidSource=BLOOD,ExpireTarget=17151,TotalExpireTime=10} + +TypeID = 17160 +Name = "a fire spider" +Flags = {Container,Unmove,Corpse,Expire} +Attributes = {Capacity=10,FluidSource=SLIME,ExpireTarget=17154,TotalExpireTime=10} + +TypeID = 17161 +Name = "a blood graw" +Flags = {Container,Unmove,Corpse,Expire} +Attributes = {Capacity=10,FluidSource=BLOOD,ExpireTarget=17157,TotalExpireTime=10} diff --git a/data/monster/customs/blood graw.xml b/data/monster/customs/blood graw.xml new file mode 100644 index 0000000..e95a471 --- /dev/null +++ b/data/monster/customs/blood graw.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/monster/customs/fire spider.xml b/data/monster/customs/fire spider.xml new file mode 100644 index 0000000..510d2f3 --- /dev/null +++ b/data/monster/customs/fire spider.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/monster/customs/red hat cyclops.xml b/data/monster/customs/red hat cyclops.xml new file mode 100644 index 0000000..7014592 --- /dev/null +++ b/data/monster/customs/red hat cyclops.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/monster/monsters.xml b/data/monster/monsters.xml index 9902421..51e28ea 100644 --- a/data/monster/monsters.xml +++ b/data/monster/monsters.xml @@ -307,4 +307,8 @@ + + + + \ No newline at end of file diff --git a/data/movements/scripts/nostalrius/206.lua b/data/movements/scripts/nostalrius/206.lua index 17fd93e..aa7c160 100644 --- a/data/movements/scripts/nostalrius/206.lua +++ b/data/movements/scripts/nostalrius/206.lua @@ -1,8 +1,8 @@ function onStepIn(creature, item, position, fromPosition) if creature:isPlayer() then - doRelocate(item:getPosition(),{x = 32369, y = 32241, z = 07}) + doRelocate(item:getPosition(),{x = 32369, y = 32241, z = 5}) creature:getPlayer():setTown(Town("Thais")) - Game.sendMagicEffect({x = 32369, y = 32241, z = 07}, 13) + Game.sendMagicEffect({x = 32369, y = 32241, z = 5}, 13) end end diff --git a/data/npc/frodo.npc b/data/npc/frodo.npc index 41e251c..80325f3 100644 --- a/data/npc/frodo.npc +++ b/data/npc/frodo.npc @@ -3,7 +3,7 @@ Name = "Frodo" Outfit = (128,58-68-109-131-0) -Home = [32359, 32208, 7] +Home = [32359,32208,7] Radius = 3 Behaviour = { diff --git a/data/npc/gorn.npc b/data/npc/gorn.npc index cfa4388..849e431 100644 --- a/data/npc/gorn.npc +++ b/data/npc/gorn.npc @@ -3,7 +3,7 @@ Name = "Gorn" Outfit = (129,58-68-101-95-0) -Home = [32377, 32206, 7] +Home = [32377,32206,7] Radius = 3 Behaviour = { diff --git a/data/npc/grizzlyadamsthais.npc b/data/npc/grizzlyadamsthais.npc index 0d47d83..0f934a3 100644 --- a/data/npc/grizzlyadamsthais.npc +++ b/data/npc/grizzlyadamsthais.npc @@ -3,7 +3,7 @@ Name = "Grizzly Adams" Outfit = (144,97-97-94-97-3) -Home = [32359,32232,7] +Home = [32354,32221,7] Radius = 3 Behaviour = { diff --git a/data/npc/quentin.npc b/data/npc/quentin.npc index 3b94784..7ae65ab 100644 --- a/data/npc/quentin.npc +++ b/data/npc/quentin.npc @@ -3,7 +3,7 @@ Name = "Quentin" Outfit = (57,0-0-0-0-0) -Home = [32369,32239,7] +Home = [32371,32240,5] Radius = 4 Behaviour = { diff --git a/data/npc/todd.npc b/data/npc/todd.npc index 09c508c..50fbfd6 100644 --- a/data/npc/todd.npc +++ b/data/npc/todd.npc @@ -3,7 +3,7 @@ Name = "Todd" Outfit = (128,115-0-67-114-0) -Home = [32363, 32211, 7] +Home = [32363,32211,7] Radius = 2 Behaviour = {