diff --git a/800OTClient/data/things/792/Tibia.dat b/800OTClient/data/things/792/Tibia.dat
index 822a0d4..b8337b7 100644
Binary files a/800OTClient/data/things/792/Tibia.dat and b/800OTClient/data/things/792/Tibia.dat differ
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 = {