little fixes before auto set addon to 0

This commit is contained in:
ErikasKontenis 2019-12-29 14:21:12 +02:00
parent ee06e90332
commit 90d31f3d60

View File

@ -1,7 +1,7 @@
# GIMUD - Graphical Interface Multi User Dungeon # GIMUD - Graphical Interface Multi User Dungeon
Name = "Jack Fate" Name = "Jack Fate"
Outfit = (129,19-69-107-50) Outfit = (129,19-69-107-50-0)
Home = [32284,32891,6] Home = [32284,32891,6]
Radius = 2 Radius = 2
@ -11,6 +11,11 @@ ADDRESS,"hi$",male,! -> *
ADDRESS,"hello$",female,! -> "Welcome on board, Madam %N." ADDRESS,"hello$",female,! -> "Welcome on board, Madam %N."
ADDRESS,"hi$",female,! -> * ADDRESS,"hi$",female,! -> *
ADDRESS,! -> Idle ADDRESS,! -> Idle
BUSY,"please","bring","me","to","thais",QuestValue(17501)<2,! -> "One moment please %N. I want to warn you about this trip.", Queue
BUSY,"please","bring","me","to","thais",QuestValue(17501)=2,! -> Price=180, "Set the sails %N!", Queue, DeleteMoney, EffectOpp(11), Teleport(32312,32211,6), EffectOpp(11)
BUSY,"please","bring","me","to","thais",QuestValue(17501)=2,QuestValue(250)>2,! -> Price=170, "Set the sails %N!", Queue, DeleteMoney, EffectOpp(11), Teleport(32312,32211,6), EffectOpp(11)
BUSY,"please","bring","me","to","darashia",QuestValue(250)>2,! -> Price=190, "Set the sails %N!", Queue, DeleteMoney, EffectOpp(11), Teleport(33290,32481,6), EffectOpp(11)
BUSY,"please","bring","me","to","darashia",! -> Price=200, "Set the sails %N!", Queue, DeleteMoney, EffectOpp(11), Teleport(33290,32481,6), EffectOpp(11)
BUSY,"hello$",! -> "One moment please %N. You're next in line.", Queue BUSY,"hello$",! -> "One moment please %N. You're next in line.", Queue
BUSY,"hi$",! -> * BUSY,"hi$",! -> *
BUSY,! -> NOP BUSY,! -> NOP