mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 06:34:55 +02:00
fix few new 781 items, liberty bay depot tile, npc addon looktype
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# elane.npc: Datenbank f<>r die Paladinin Elane
|
||||
|
||||
Name = "Elane"
|
||||
Outfit = (137,113-63-120-119)
|
||||
Outfit = (137,113-63-120-119-2)
|
||||
Home = [32343,32239,7]
|
||||
Radius = 4
|
||||
|
||||
@@ -47,6 +47,7 @@ VANISH,! -> "Bye."
|
||||
"lugri" -> "A follower of evil that will get what he deserves one day."
|
||||
"excalibug" -> "A weapon of myth. I don't believe that this weapon exists."
|
||||
"news" -> "I am a paladin, not a storyteller."
|
||||
"Sniper gloves" -> "We are always looking for sniper gloves. They are supposed to raise accuracy. If you find a pair, bring them here. Maybe I can offer you a nice trade."
|
||||
|
||||
"member" -> "Every paladin profits from his vocation. It has many advantages to be a paladin."
|
||||
"profit" -> "We will help you to improve your skills. Besides I offer spells for paladins."
|
||||
|
@@ -40,9 +40,10 @@ VANISH,! -> "Doh?"
|
||||
|
||||
"rat",Questvalue(224)=0 -> Type=3994, Amount=1, Price=2, "I'll give you %P gold for a dead rat. Do you accept?", Topic=2
|
||||
"rabbit",Questvalue(224)=0 -> Type=4173, Amount=1, Price=2, "I'll give you %P gold for a dead rabbit. Do you accept?", Topic=2
|
||||
"rat" -> Type=3994, Amount=1, Price=2, "I'll give you %P gold for a dead rat. Do you accept?", Topic=1
|
||||
"rabbit" -> Type=4173, Amount=1, Price=2, "I'll give you %P gold for a dead rabbit. Do you accept?", Topic=1
|
||||
"wolf" -> Type=4007, Amount=1, Price=5, "Do you want to sell a dead wolf for %P gold?", Topic=1
|
||||
"rat" -> Type=3994, Amount=1, Price=2, "I'll give you %P gold for a dead rat. Do you accept?", Topic=1
|
||||
"rabbit" -> Type=4173, Amount=1, Price=2, "I'll give you %P gold for a dead rabbit. Do you accept?", Topic=1
|
||||
"wolf" -> Type=4007, Amount=1, Price=5, "Do you want to sell a dead wolf for %P gold?", Topic=1
|
||||
"minotaur leather" -> Type=5878, Amount=1, Price=12, "Do you want to sell a minotaur leather for %P gold?", Topic=1
|
||||
|
||||
%1,1<%1,"rat",Questvalue(224)=0 -> Type=3994, Amount=%1, Price=2*%1, "I'll give you %P gold for %A dead rats. Do you accept?", Topic=2
|
||||
%1,1<%1,"rabbit",Questvalue(224)=0 -> Type=4173, Amount=%1, Price=2*%1, "I'll give you %P gold for %A dead rabbits. Do you accept?", Topic=2
|
||||
@@ -50,6 +51,7 @@ VANISH,! -> "Doh?"
|
||||
%1,1<%1,"rabbit" -> Type=4173, Amount=%1, Price=2*%1, "I'll give you %P gold for %A dead rabbits. Do you accept?", Topic=1
|
||||
%1,1<%1,"wolf" -> Type=4007, Amount=%1, Price=5*%1, "Do you want to sell %A dead wolves for %P gold?", Topic=1
|
||||
%1,1<%1,"wolves" -> Type=4007, Amount=%1, Price=5*%1, "Do you want to sell %A dead wolves for %P gold?", Topic=1
|
||||
%1,1<%1,"minotaur leather" -> Type=5878, Amount=%1, Price=12*%1, "Do you want to sell %A minotaur leathers for %P gold?", Topic=1
|
||||
|
||||
Topic=1,"yes",Count(Type)>=Amount -> "Ok. Corpse for me, gold for you.", Delete(Type), CreateMoney
|
||||
Topic=1,"yes" -> "Sorry, you do not have a fresh one."
|
||||
|
Reference in New Issue
Block a user