mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-29 17:19:20 +02:00
introduce that wands and rods have only 1 range can be lootable only from monsters and no npc sells them
This commit is contained in:
parent
228d083009
commit
c10d9a5477
@ -13709,19 +13709,19 @@ TypeID = 3065
|
||||
Name = "a quagmire rod"
|
||||
Description = "It emits clouds of poisonous swamp gas"
|
||||
Flags = {Take,Wand}
|
||||
Attributes = {MinimumLevel=26,Weight=2650,Brightness=2,LightColor=67,Vocations=2,Range=3,ManaConsumption=8,AttackStrength=45,AttackVariation=8,DamageType=Poison,MissileEffect=15}
|
||||
Attributes = {MinimumLevel=26,Weight=2650,Brightness=2,LightColor=67,Vocations=2,Range=1,ManaConsumption=8,AttackStrength=45,AttackVariation=8,DamageType=Poison,MissileEffect=15}
|
||||
|
||||
TypeID = 3066
|
||||
Name = "a snakebite rod"
|
||||
Description = "It seems to twitch and quiver as if trying to escape your grip. The rod has magical powers inside and requires no mana consumption"
|
||||
Description = "It seems to twitch and quiver as if trying to escape your grip"
|
||||
Flags = {Take,Wand}
|
||||
Attributes = {MinimumLevel=7,Weight=4300,Vocations=2,Range=3,AttackStrength=13,AttackVariation=5,DamageType=Poison,MissileEffect=15}
|
||||
Attributes = {MinimumLevel=7,Weight=4300,Vocations=2,ManaConsumption=2,Range=1,AttackStrength=13,AttackVariation=5,DamageType=Poison,MissileEffect=15}
|
||||
|
||||
TypeID = 3067
|
||||
Name = "a tempest rod"
|
||||
Description = "It grants you the power of striking your foes with furious thunderstorms"
|
||||
Flags = {Take,Wand}
|
||||
Attributes = {MinimumLevel=33,Weight=2100,Brightness=3,LightColor=29,Vocations=2,ManaConsumption=13,AttackStrength=65,AttackVariation=9,DamageType=Energy,Range=3,MissileEffect=5}
|
||||
Attributes = {MinimumLevel=33,Weight=2100,Brightness=3,LightColor=29,Vocations=2,ManaConsumption=13,AttackStrength=65,AttackVariation=9,DamageType=Energy,Range=1,MissileEffect=5}
|
||||
|
||||
TypeID = 3068
|
||||
Name = "a crystal wand"
|
||||
@ -13732,43 +13732,43 @@ TypeID = 3069
|
||||
Name = "a volcanic rod"
|
||||
Description = "It erupts powerful bursts of magma upon everything in your path"
|
||||
Flags = {Take,Wand}
|
||||
Attributes = {MinimumLevel=19,Weight=2900,Brightness=2,LightColor=199,Vocations=2,ManaConsumption=5,AttackStrength=30,AttackVariation=7,DamageType=Fire,Range=3,MissileEffect=4}
|
||||
Attributes = {MinimumLevel=19,Weight=2900,Brightness=2,LightColor=199,Vocations=2,ManaConsumption=5,AttackStrength=30,AttackVariation=7,DamageType=Fire,Range=1,MissileEffect=4}
|
||||
|
||||
TypeID = 3070
|
||||
Name = "a moonlight rod"
|
||||
Description = "Shimmering rays of moonlight radiate from its tip"
|
||||
Flags = {Take,Wand}
|
||||
Attributes = {MinimumLevel=13,Weight=1950,Brightness=3,LightColor=143,Vocations=2,ManaConsumption=3,AttackStrength=19,AttackVariation=6,DamageType=Energy,Range=3,MissileEffect=5}
|
||||
Attributes = {MinimumLevel=13,Weight=1950,Brightness=3,LightColor=143,Vocations=2,ManaConsumption=3,AttackStrength=19,AttackVariation=6,DamageType=Energy,Range=1,MissileEffect=5}
|
||||
|
||||
TypeID = 3071
|
||||
Name = "a wand of inferno"
|
||||
Description = "It unleashes the very fires of hell"
|
||||
Flags = {Take,Wand}
|
||||
Attributes = {MinimumLevel=33,Weight=3050,Brightness=3,LightColor=205,Vocations=1,ManaConsumption=13,AttackStrength=65,AttackVariation=9,DamageType=Fire,Range=3,MissileEffect=4}
|
||||
Attributes = {MinimumLevel=33,Weight=3050,Brightness=3,LightColor=205,Vocations=1,ManaConsumption=13,AttackStrength=65,AttackVariation=9,DamageType=Fire,Range=1,MissileEffect=4}
|
||||
|
||||
TypeID = 3072
|
||||
Name = "a wand of plague"
|
||||
Description = "Infectious goo covers its tip"
|
||||
Flags = {Take,Wand}
|
||||
Attributes = {MinimumLevel=19,Weight=2300,Brightness=2,LightColor=67,Vocations=1,ManaConsumption=5,AttackStrength=30,AttackVariation=7,DamageType=Poison,Range=3,MissileEffect=15}
|
||||
Attributes = {MinimumLevel=19,Weight=2300,Brightness=2,LightColor=67,Vocations=1,ManaConsumption=5,AttackStrength=30,AttackVariation=7,DamageType=Poison,Range=1,MissileEffect=15}
|
||||
|
||||
TypeID = 3073
|
||||
Name = "a wand of cosmic energy"
|
||||
Description = "The energy of a radiant star is trapped inside its globe"
|
||||
Flags = {Take,Wand}
|
||||
Attributes = {MinimumLevel=26,Weight=2300,Brightness=2,LightColor=205,Vocations=1,ManaConsumption=8,AttackStrength=45,AttackVariation=8,DamageType=Energy,Range=3,MissileEffect=5}
|
||||
Attributes = {MinimumLevel=26,Weight=2300,Brightness=2,LightColor=205,Vocations=1,ManaConsumption=8,AttackStrength=45,AttackVariation=8,DamageType=Energy,Range=1,MissileEffect=5}
|
||||
|
||||
TypeID = 3074
|
||||
Name = "a wand of vortex"
|
||||
Description = "Surges of energy rush through the tip of this wand. The wand has magical powers inside and requires no mana consumption"
|
||||
Description = "Surges of energy rush through the tip of this wand"
|
||||
Flags = {Take,Wand}
|
||||
Attributes = {MinimumLevel=7,Weight=2300,Brightness=2,LightColor=23,Vocations=1,AttackStrength=13,AttackVariation=5,DamageType=Energy,Range=3,MissileEffect=5}
|
||||
Attributes = {MinimumLevel=7,Weight=2300,Brightness=2,LightColor=23,Vocations=1,ManaConsumption=2,AttackStrength=13,AttackVariation=5,DamageType=Energy,Range=1,MissileEffect=5}
|
||||
|
||||
TypeID = 3075
|
||||
Name = "a wand of dragonbreath"
|
||||
Description = "Legends say that this wand holds the soul of a young dragon"
|
||||
Flags = {Take,Wand}
|
||||
Attributes = {MinimumLevel=13,Weight=2300,Brightness=2,LightColor=192,Vocations=1,ManaConsumption=3,AttackStrength=19,AttackVariation=6,DamageType=Fire,Range=3,MissileEffect=4}
|
||||
Attributes = {MinimumLevel=13,Weight=2300,Brightness=2,LightColor=192,Vocations=1,ManaConsumption=3,AttackStrength=19,AttackVariation=6,DamageType=Fire,Range=1,MissileEffect=4}
|
||||
|
||||
TypeID = 3076
|
||||
Name = "a crystal ball"
|
||||
|
@ -45,5 +45,6 @@
|
||||
<item id="3033" countmax="1" chance="3" /> <!-- a small amethyst -->
|
||||
<item id="2920" countmax="2" chance="150" /> <!-- a torch -->
|
||||
<item id="3069" countmax="1" chance="5" /> <!-- a volcanic rod -->
|
||||
<item id="3075" countmax="1" chance="22" /> <!-- a wand of dragonbreath -->
|
||||
</loot>
|
||||
</monster>
|
@ -54,6 +54,7 @@
|
||||
<item id="3377" countmax="1" chance="100" /> <!-- a scale armor -->
|
||||
<item id="3294" countmax="1" chance="150" /> <!-- a short sword -->
|
||||
<item id="3324" countmax="1" chance="1" /> <!-- a skull staff -->
|
||||
<item id="3070" countmax="1" chance="22" /> <!-- a moonlight rod -->
|
||||
</loot>
|
||||
<script>
|
||||
<event name="KillingInTheNameOf" />
|
||||
|
@ -2,44 +2,31 @@
|
||||
# gen-t-wands-free-s.ndb: Datenbank für generischen Zauberstabverkauf - Free Account Wands
|
||||
# Verwendete Topics: 90,91,92
|
||||
|
||||
"wand" -> "Wands can be wielded by sorcerers only and have a certain level requirement. There are five different wands, would you like to hear about them?", Topic=90
|
||||
"rod" -> "Rods can be wielded by druids only and have a certain level requirement. There are five different rods, would you like to hear about them?", Topic=91
|
||||
"wand" -> "Wands can be wielded by sorcerers only and have a certain level requirement. There are four different wands, would you like to hear about them?", Topic=90
|
||||
"rod" -> "Rods can be wielded by druids only and have a certain level requirement. There are four different rods, would you like to hear about them?", Topic=91
|
||||
|
||||
Topic=90,"yes" -> "The names of the wands are 'Wand of Vortex', 'Wand of Dragonbreath', 'Wand of Plague', 'Wand of Cosmic Energy' and 'Wand of Inferno'. Which one would you like to buy?"
|
||||
Topic=90,"yes" -> "The names of the wands are 'Wand of Vortex', 'Wand of Dragonbreath', 'Wand of Plague' and 'Wand of Cosmic Energy'."
|
||||
Topic=90,"no" -> "Maybe another time."
|
||||
Topic=90 -> "Maybe another time."
|
||||
|
||||
Topic=91,"yes" -> "The names of the rods are 'Snakebite Rod', 'Moonlight Rod', 'Volcanic Rod', 'Quagmire Rod', and 'Tempest Rod'. Which one would you like to buy?"
|
||||
Topic=91,"yes" -> "The names of the rods are 'Snakebite Rod', 'Moonlight Rod', 'Volcanic Rod' and 'Quagmire Rod'."
|
||||
Topic=91,"no" -> "Maybe another time."
|
||||
Topic=91 -> "Maybe another time."
|
||||
|
||||
sorcerer,"wand","of","vortex",QuestValue(333)<1 -> "Oh, is this your first wand of vortex? Take this little present from me as a free sample!",SetQuestValue(333,1),Type=3074, Amount=1,Create(Type)
|
||||
druid,"snakebite","rod",QuestValue(333)<1 -> "Oh, is this your first snakebite rod? Take this little present from me as a free sample!",SetQuestValue(333,1),Type=3066, Amount=1,Create(Type)
|
||||
|
||||
"wand","of","vortex" -> Type=3074, Amount=1, Price=500, "This wand is only for sorcerers of level 7 and above. Would you like to buy a wand of vortex for %P gold?", Topic=92
|
||||
"wand","of","dragonbreath" -> Type=3075, Amount=1, Price=1000, "This wand is only for sorcerers of level 13 and above. Would you like to buy a wand of dragonbreath for %P gold?", Topic=92
|
||||
"wand","of","plague" -> Type=3072, Amount=1, Price=5000, "This wand is only for sorcerers of level 19 and above. Would you like to buy a wand of plague for %P gold?", Topic=92
|
||||
"wand","of","cosmic","energy" -> Type=3073, Amount=1, Price=10000, "This wand is only for sorcerers of level 26 and above. Would you like to buy a wand of cosmic energy for %P gold?", Topic=92
|
||||
"wand","of","inferno" -> "Sorry, this wand contains magic far too powerful and we are afraid to store it here. I heard they have a few of these at the Edron academy though."
|
||||
"wand","of","vortex" -> "This wand is only for sorcerers of level 7 and above. I wish I had one to sell for you but I know many creatures may drop them."
|
||||
"wand","of","dragonbreath" -> "This wand is only for sorcerers of level 13 and above. I wish I had one to sell for you but I know many creatures may drop them."
|
||||
"wand","of","plague" -> "This wand is only for sorcerers of level 19 and above. I wish I had one to sell for you but I know many creatures may drop them."
|
||||
"wand","of","cosmic","energy" -> "This wand is only for sorcerers of level 26 and above. I wish I had one to sell for you but I know many creatures may drop them."
|
||||
"wand","of","inferno" -> "I have never head of such wand. You should ask about these at the Edron academy though."
|
||||
|
||||
"snakebite","rod" -> Type=3066, Amount=1, Price=500, "This rod is only for druids of level 7 and above. Would you like to buy a snakebite rod for %P gold?", Topic=92
|
||||
"moonlight","rod" -> Type=3070, Amount=1, Price=1000, "This rod is only for druids of level 13 and above. Would you like to buy a moonlight rod for %P gold?", Topic=92
|
||||
"volcanic","rod" -> Type=3069, Amount=1, Price=5000, "This rod is only for druids of level 19 and above. Would you like to buy a volcanic rod for %P gold?", Topic=92
|
||||
"quagmire","rod" -> Type=3065, Amount=1, Price=10000, "This rod is only for druids of level 26 and above. Would you like to buy a quagmire rod for %P gold?", Topic=92
|
||||
"tempest","rod" -> "Sorry, this rod contains magic far too powerful and we are afraid to store it here. I heard they have a few of these at the Edron academy though."
|
||||
|
||||
%1,1<%1,"wand","of","vortex" -> Type=3074, Amount=%1, Price=500*%1, "This wand is only for sorcerers of level 7 and above. Would you like to buy %A wands of vortex for %P gold?", Topic=92
|
||||
%1,1<%1,"wand","of","dragonbreath" -> Type=3075, Amount=%1, Price=1000*%1, "This wand is only for sorcerers of level 13 and above. Would you like to buy %A wands of dragonbreath for %P gold?", Topic=92
|
||||
%1,1<%1,"wand","of","plague" -> Type=3072, Amount=%1, Price=5000*%1, "This wand is only for sorcerers of level 19 and above. Would you like to buy %A wands of plague for %P gold?", Topic=92
|
||||
%1,1<%1,"wand","of","cosmic","energy" -> Type=3073, Amount=%1, Price=10000*%1, "This wand is only for sorcerers of level 26 and above. Would you like to buy %A wands of cosmic energy for %P gold?", Topic=92
|
||||
%1,1<%1,"wand","of","inferno" -> "Sorry, this wand contains far too powerful magic and we are afraid to store it here. I heard they have a few of these at the Edron academy though."
|
||||
|
||||
|
||||
%1,1<%1,"snakebite","rod" -> Type=3066, Amount=%1, Price=500*%1, "This rod is only for druids of level 7 and above. Would you like to buy %A snakebite rods for %P gold?", Topic=92
|
||||
%1,1<%1,"moonlight","rod" -> Type=3070, Amount=%1, Price=1000*%1, "This rod is only for druids of level 13 and above. Would you like to buy %A moonlight rods for %P gold?", Topic=92
|
||||
%1,1<%1,"volcanic","rod" -> Type=3069, Amount=%1, Price=5000*%1, "This rod is only for druids of level 19 and above. Would you like to buy %A volcanic rods for %P gold?", Topic=92
|
||||
%1,1<%1,"quagmire","rod" -> Type=3065, Amount=%1, Price=10000*%1, "This rod is only for druids of level 26 and above. Would you like to buy %A quagmire rods for %P gold?", Topic=92
|
||||
%1,1<%1,"tempest","rod" -> "Sorry, this rod contains far too powerful magic and we are afraid to store it here. I heard they have a few of these at the Edron academy though."
|
||||
"snakebite","rod" -> "This rod is only for druids of level 7 and above. I wish I had one to sell for you but I know many creatures may drop them."
|
||||
"moonlight","rod" -> "This rod is only for druids of level 13 and above. I wish I had one to sell for you but I know many creatures may drop them."
|
||||
"volcanic","rod" -> "This rod is only for druids of level 19 and above. I wish I had one to sell for you but I know many creatures may drop them."
|
||||
"quagmire","rod" -> "This rod is only for druids of level 26 and above. I wish I had one to sell for you but I know many creatures may drop them."
|
||||
"tempest","rod" -> "I have never head of such rod. You should ask about these at the Edron academy though."
|
||||
|
||||
|
||||
Topic=92,"yes",CountMoney>=Price -> "Here you are.", DeleteMoney, Create(Type)
|
||||
|
@ -5,40 +5,28 @@
|
||||
"wand" -> "Wands can be wielded by sorcerers only and have a certain level requirement. There are five different wands, would you like to hear about them?", Topic=90
|
||||
"rod" -> "Rods can be wielded by druids only and have a certain level requirement. There are five different rods, would you like to hear about them?", Topic=91
|
||||
|
||||
Topic=90,"yes" -> "The names of the wands are 'Wand of Vortex', 'Wand of Dragonbreath', 'Wand of Plague', 'Wand of Cosmic Energy' and 'Wand of Inferno'. Which one would you like to buy?"
|
||||
Topic=90,"yes" -> "The names of the wands are 'Wand of Vortex', 'Wand of Dragonbreath', 'Wand of Plague', 'Wand of Cosmic Energy' and 'Wand of Inferno'."
|
||||
Topic=90,"no" -> "Maybe another time."
|
||||
Topic=90 -> "Maybe another time."
|
||||
|
||||
Topic=91,"yes" -> "The names of the rods are 'Snakebite Rod', 'Moonlight Rod', 'Volcanic Rod', 'Quagmire Rod', and 'Tempest Rod'. Which one would you like to buy?"
|
||||
Topic=91,"yes" -> "The names of the rods are 'Snakebite Rod', 'Moonlight Rod', 'Volcanic Rod', 'Quagmire Rod', and 'Tempest Rod'."
|
||||
Topic=91,"no" -> "Maybe another time."
|
||||
Topic=91 -> "Maybe another time."
|
||||
|
||||
sorcerer,"wand","of","vortex",QuestValue(333)<1 -> "Oh, is this your first wand of vortex? Take this little present from me as a free sample!",SetQuestValue(333,1),Type=3074, Amount=1,Create(Type)
|
||||
druid,"snakebite","rod",QuestValue(333)<1 -> "Oh, is this your first snakebite rod? Take this little present from me as a free sample!",SetQuestValue(333,1),Type=3066, Amount=1,Create(Type)
|
||||
|
||||
"wand","of","vortex" -> Type=3074, Amount=1, Price=500, "This wand is only for sorcerers of level 7 and above. Would you like to buy a wand of vortex for %P gold?", Topic=92
|
||||
"wand","of","dragonbreath" -> Type=3075, Amount=1, Price=1000, "This wand is only for sorcerers of level 13 and above. Would you like to buy a wand of dragonbreath for %P gold?", Topic=92
|
||||
"wand","of","plague" -> Type=3072, Amount=1, Price=5000, "This wand is only for sorcerers of level 19 and above. Would you like to buy a wand of plague for %P gold?", Topic=92
|
||||
"wand","of","cosmic","energy" -> Type=3073, Amount=1, Price=10000, "This wand is only for sorcerers of level 26 and above. Would you like to buy a wand of cosmic energy for %P gold?", Topic=92
|
||||
"wand","of","inferno" -> Type=3071, Amount=1, Price=15000, "This wand is only for sorcerers of level 33 and above. Would you like to buy a wand of inferno for %P gold?", Topic=92
|
||||
"wand","of","vortex" -> "This wand is only for sorcerers of level 7 and above. I wish I had one to sell for you but I know many creatures may drop them."
|
||||
"wand","of","dragonbreath" -> "This wand is only for sorcerers of level 13 and above. I wish I had one to sell for you but I know many creatures may drop them."
|
||||
"wand","of","plague" -> "This wand is only for sorcerers of level 19 and above. I wish I had one to sell for you but I know many creatures may drop them."
|
||||
"wand","of","cosmic","energy" -> "This wand is only for sorcerers of level 26 and above. I wish I had one to sell for you but I know many creatures may drop them."
|
||||
"wand","of","inferno" -> "This wand is only for sorcerers of level 33 and above. I wish I had one to sell for you but I know many creatures may drop them."
|
||||
|
||||
"snakebite","rod" -> Type=3066, Amount=1, Price=500, "This rod is only for druids of level 7 and above. Would you like to buy a snakebite rod for %P gold?", Topic=92
|
||||
"moonlight","rod" -> Type=3070, Amount=1, Price=1000, "This rod is only for druids of level 13 and above. Would you like to buy a moonlight rod for %P gold?", Topic=92
|
||||
"volcanic","rod" -> Type=3069, Amount=1, Price=5000, "This rod is only for druids of level 19 and above. Would you like to buy a volcanic rod for %P gold?", Topic=92
|
||||
"quagmire","rod" -> Type=3065, Amount=1, Price=10000, "This rod is only for druids of level 26 and above. Would you like to buy a quagmire rod for %P gold?", Topic=92
|
||||
"tempest","rod" -> Type=3067, Amount=1, Price=15000, "This rod is only for druids of level 33 and above. Would you like to buy a tempest rod for %P gold?", Topic=92
|
||||
|
||||
%1,1<%1,"wand","of","vortex" -> Type=3074, Amount=%1, Price=500*%1, "This wand is only for sorcerers of level 7 and above. Would you like to buy %A wands of vortex for %P gold?", Topic=92
|
||||
%1,1<%1,"wand","of","dragonbreath" -> Type=3075, Amount=%1, Price=1000*%1, "This wand is only for sorcerers of level 13 and above. Would you like to buy %A wands of dragonbreath for %P gold?", Topic=92
|
||||
%1,1<%1,"wand","of","plague" -> Type=3072, Amount=%1, Price=5000*%1, "This wand is only for sorcerers of level 19 and above. Would you like to buy %A wands of plague for %P gold?", Topic=92
|
||||
%1,1<%1,"wand","of","cosmic","energy" -> Type=3073, Amount=%1, Price=10000*%1, "This wand is only for sorcerers of level 26 and above. Would you like to buy %A wands of cosmic energy for %P gold?", Topic=92
|
||||
%1,1<%1,"wand","of","inferno" -> Type=3071, Amount=%1, Price=15000*%1, "This wand is only for sorcerers of level 33 and above. Would you like to buy %A wands of inferno for %P gold?", Topic=92
|
||||
|
||||
%1,1<%1,"snakebite","rod" -> Type=3066, Amount=%1, Price=500*%1, "This rod is only for druids of level 7 and above. Would you like to buy %A snakebite rods for %P gold?", Topic=92
|
||||
%1,1<%1,"moonlight","rod" -> Type=3070, Amount=%1, Price=1000*%1, "This rod is only for druids of level 13 and above. Would you like to buy %A moonlight rods for %P gold?", Topic=92
|
||||
%1,1<%1,"volcanic","rod" -> Type=3069, Amount=%1, Price=5000*%1, "This rod is only for druids of level 19 and above. Would you like to buy %A volcanic rods for %P gold?", Topic=92
|
||||
%1,1<%1,"quagmire","rod" -> Type=3065, Amount=%1, Price=10000*%1, "This rod is only for druids of level 26 and above. Would you like to buy %A quagmire rods for %P gold?", Topic=92
|
||||
%1,1<%1,"tempest","rod" -> Type=3067, Amount=%1, Price=15000*%1, "This rod is only for druids of level 33 and above. Would you like to buy %A tempest rods for %P gold?", Topic=92
|
||||
"snakebite","rod" -> "This rod is only for druids of level 7 and above. I wish I had one to sell for you but I know many creatures may drop them."
|
||||
"moonlight","rod" -> "This rod is only for druids of level 13 and above. I wish I had one to sell for you but I know many creatures may drop them."
|
||||
"volcanic","rod" -> "This rod is only for druids of level 19 and above. I wish I had one to sell for you but I know many creatures may drop them."
|
||||
"quagmire","rod" -> "This rod is only for druids of level 26 and above. I wish I had one to sell for you but I know many creatures may drop them."
|
||||
"tempest","rod" -> "This rod is only for druids of level 33 and above. I wish I had one to sell for you but I know many creatures may drop them."
|
||||
|
||||
|
||||
Topic=92,"yes",CountMoney>=Price -> "Here you are.", DeleteMoney, Create(Type)
|
||||
|
Loading…
x
Reference in New Issue
Block a user