mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-06 03:59:19 +02:00
little fixes before auto set addon to 0
This commit is contained in:
parent
ee06e90332
commit
90d31f3d60
@ -1,7 +1,7 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
|
||||
Name = "Jack Fate"
|
||||
Outfit = (129,19-69-107-50)
|
||||
Outfit = (129,19-69-107-50-0)
|
||||
Home = [32284,32891,6]
|
||||
Radius = 2
|
||||
|
||||
@ -11,6 +11,11 @@ ADDRESS,"hi$",male,! -> *
|
||||
ADDRESS,"hello$",female,! -> "Welcome on board, Madam %N."
|
||||
ADDRESS,"hi$",female,! -> *
|
||||
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,"hi$",! -> *
|
||||
BUSY,! -> NOP
|
||||
|
Loading…
x
Reference in New Issue
Block a user