mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-13 14:24:55 +02:00
introduce extra def and extra atk and inq several items
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
<action actionid="83" script="nostalrius/83.lua" />
|
||||
|
||||
<!-- Inquisition -->
|
||||
<action itemid="7478" script="inquisition/holyWater.lua" />
|
||||
<action itemid="133" script="inquisition/holyWater.lua" />
|
||||
|
||||
<!-- Pits of Inferno -->
|
||||
<action actionid="17642" script="pits_of_inferno/oil.lua" />
|
||||
|
@@ -214,9 +214,10 @@ Flags = {Bank,Unmove}
|
||||
Attributes = {Waypoints=160}
|
||||
|
||||
TypeID = 133
|
||||
Name = "sand"
|
||||
Flags = {Bank,Unmove}
|
||||
Attributes = {Waypoints=160}
|
||||
Name = "a special flask"
|
||||
Description = "It contains holy water from the white raven monastery"
|
||||
Flags = {Take}
|
||||
Attributes = {Weight=180}
|
||||
|
||||
TypeID = 134
|
||||
Name = "dirt"
|
||||
@@ -26206,7 +26207,7 @@ TypeID = 5803
|
||||
Name = "an arbalest"
|
||||
Description = "It is a bit heavy due to the iron mounting, but very precise"
|
||||
Flags = {Take,Distance}
|
||||
Attributes = {Weight=9500,SlotType=TWOHANDED,Range=7,AmmoType=BOLT}
|
||||
Attributes = {Weight=9500,SlotType=TWOHANDED,Range=6,AmmoType=BOLT,ExtraHitChance=3,Attack=2}
|
||||
|
||||
TypeID = 5804
|
||||
Name = "a nose ring"
|
||||
@@ -33623,8 +33624,8 @@ Attributes = {Weight=2100,WeaponType=CLUB,Attack=37,Defense=18}
|
||||
TypeID = 7438
|
||||
Name = "an elvish bow"
|
||||
Description = "This beautifully ornamented bow was made by a skilled elvish bowmaker"
|
||||
Flags = {Take}
|
||||
Attributes = {Weight=3900,WeaponType=DISTANCE,SlotType=TWOHANDED}
|
||||
Flags = {Take,Distance}
|
||||
Attributes = {Weight=3900,SlotType=TWOHANDED,Range=6,AmmoType=ARROW,ExtraHitChance=5}
|
||||
|
||||
TypeID = 7439
|
||||
Name = "a berserk potion"
|
||||
@@ -33803,17 +33804,17 @@ TypeID = 7475
|
||||
Name = "a sarcophagus"
|
||||
Flags = {Bottom,Unpass,Unmove}
|
||||
|
||||
TypeID = 7476
|
||||
TypeID = 8023
|
||||
Name = "a royal crossbow"
|
||||
Description = "It is a bit heavy due to the iron mounting, but very precise"
|
||||
Flags = {Take,Distance}
|
||||
Attributes = {Weight=12000,SlotType=TWOHANDED,Range=6,AmmoType=BOLT,ExtraHitChance=3,Attack=5}
|
||||
|
||||
TypeID = 12902
|
||||
Name = "your inbox"
|
||||
Flags = {Container,Unmove}
|
||||
Attributes = {Capacity=30}
|
||||
|
||||
TypeID = 7477
|
||||
TypeID = 12903
|
||||
Name = "the market"
|
||||
Flags = {Unmove}
|
||||
|
||||
TypeID = 7478
|
||||
Name = "a special flask"
|
||||
Description = "It contains holy water from the white raven monastery"
|
||||
Flags = {Take}
|
||||
Attributes = {Weight=180}
|
||||
Flags = {Unmove}
|
@@ -57,6 +57,6 @@ topic=2 -> "I expected better from you."
|
||||
"mission",QuestValue(12160)=3 -> "Listen, we have information about a heretic coven that hides in a mountain called the Big Old One. The witches reach this cursed place on flying brooms and think they are safe there. ...",
|
||||
"I've arranged a flying carpet that will bring you to their hideout. Travel to Femor Hills and tell the carpet pilot the codeword 'eclipse' ...",
|
||||
"He'll bring you to your destination. At their meeting place, you'll find a cauldron in which they cook some forbidden brew ...",
|
||||
"Use this vial of holy water to destroy the brew. Also steal their grimoire and bring it to me.",SetQuestValue(12160,4),SetQuestValue(12162,1),Create(7478)
|
||||
"Use this vial of holy water to destroy the brew. Also steal their grimoire and bring it to me.",SetQuestValue(12160,4),SetQuestValue(12162,1),Create(133)
|
||||
"mission",QuestValue(12160)=4 -> "Your current mission is to destroy the brew in the eclipse."
|
||||
}
|
||||
|
Reference in New Issue
Block a user