# GIMUD - Graphical Interface Multi User Dungeon # captain1.npc: Kapitän Blaubaer in Thais Name = "Captain Breezelda" Outfit = (142,97-23-28-76-2) Home = [32341,31109,6] Radius = 2 Behaviour = { ADDRESS,"hello$",male,! -> "Welcome on board, Sir %N." ADDRESS,"hi$",male,! -> * ADDRESS,"hello$",female,! -> "Welcome on board, Madam %N." ADDRESS,"hi$",female,! -> * ADDRESS,! -> Idle BUSY,"bring","me","to","carlin",Premium,QuestValue(250)>2,CountMoney>=100,! -> Price=100, "Set the sails %N!", Queue, DeleteMoney, EffectOpp(11), Teleport(32387,31821,6), EffectOpp(11) BUSY,"bring","me","to","carlin",Premium,CountMoney>=110,! -> Price=110, "Set the sails %N!", Queue, DeleteMoney, EffectOpp(11), Teleport(32387,31821,6), EffectOpp(11) ADDRESS,"bring","me","to","carlin",Premium,QuestValue(250)>2,CountMoney>=100,! -> Price=100, "Set the sails %N!", Queue, DeleteMoney, EffectOpp(11), Teleport(32387,31821,6), EffectOpp(11) ADDRESS,"bring","me","to","carlin",Premium,CountMoney>=110,! -> Price=110, "Set the sails %N!", Queue, DeleteMoney, EffectOpp(11), Teleport(32387,31821,6), EffectOpp(11) BUSY,"bring","me","to","thais",Premium,QuestValue(250)>2,CountMoney>=170,! -> Price=170, "Set the sails %N!", Queue, DeleteMoney, EffectOpp(11), Teleport(32312,32211,6), EffectOpp(11) BUSY,"bring","me","to","thais",Premium,CountMoney>=180,! -> Price=180, "Set the sails %N!", Queue, DeleteMoney, EffectOpp(11), Teleport(32312,32211,6), EffectOpp(11) ADDRESS,"bring","me","to","thais",Premium,QuestValue(250)>2,CountMoney>=170,! -> Price=170, "Set the sails %N!", Queue, DeleteMoney, EffectOpp(11), Teleport(32312,32211,6), EffectOpp(11) ADDRESS,"bring","me","to","thais",Premium,CountMoney>=180,! -> Price=180, "Set the sails %N!", Queue, DeleteMoney, EffectOpp(11), Teleport(32312,32211,6), EffectOpp(11) BUSY,"bring","me","to","venore",Premium,QuestValue(250)>2,CountMoney>=140,! -> Price=140, "Set the sails %N!", Queue, DeleteMoney, EffectOpp(11), Teleport(32954,32023,6), EffectOpp(11) BUSY,"bring","me","to","venore",Premium,CountMoney>=150,! -> Price=150, "Set the sails %N!", Queue, DeleteMoney, EffectOpp(11), Teleport(32954,32023,6), EffectOpp(11) ADDRESS,"bring","me","to","venore",Premium,QuestValue(250)>2,CountMoney>=140,! -> Price=140, "Set the sails %N!", Queue, DeleteMoney, EffectOpp(11), Teleport(32954,32023,6), EffectOpp(11) ADDRESS,"bring","me","to","venore",Premium,CountMoney>=150,! -> Price=150, "Set the sails %N!", Queue, DeleteMoney, EffectOpp(11), Teleport(32954,32023,6), EffectOpp(11) BUSY,"hello$",! -> "One moment please %N. You're next in line.", Queue BUSY,"hi$",! -> * BUSY,! -> NOP VANISH,! -> "Good bye. Recommend us, if you were satisfied with our service." "bye" -> "Good bye. Recommend us, if you were satisfied with our service.", Idle "farewell" -> * "name" -> "My name is Captain Breezelda from the Royal Tibia Line." "job" -> "I am the captain of this sailing-ship." "captain" -> * "ship" -> "The Royal Tibia Line connects all seaside towns of Tibia." "line" -> * "company" -> * "route" -> * "tibia" -> * "good" -> "We can transport everything you want." "passenger" -> "We would like to welcome you on board." "trip" -> "Where do you want to go? To Carlin, Venore or Thais?" "passage" -> * "town" -> * "destination" -> * "sail" -> * "go" -> * "ice" -> "I'm sorry, but we don't serve the routes to the Ice Islands." "senja" -> * "folda" -> * "vega" -> * "darashia" -> "I'm not sailing there. This route is afflicted by a ghostship! However I've heard that Captain Fearless from Venore sails there." "darama" -> * "ghost" -> "Many people who sailed to Darashia never returned because they were attacked by a ghostship! I'll never sail there!" "svargrond" -> "This is Svargrond. Where do you want to go?" "carlin" -> Price=110, "Do you seek a passage to Carlin for %P gold?", Topic=2 "thais" -> Price=180, "Do you seek a passage to Thais for %P gold?", Topic=4 "venore" -> Price=150, "Do you seek a passage to Venore for %P gold?", Topic=5 "carlin",QuestValue(250)>2 -> Price=100, "Do you seek a passage to Carlin for %P gold?", Topic=2 "thais",QuestValue(250)>2 -> Price=170, "Do you seek a passage to Thais for %P gold?", Topic=4 "venore",QuestValue(250)>2 -> Price=140, "Do you seek a passage to Venore for %P gold?", Topic=5 Topic=2,"yes",Premium,CountMoney>=Price -> "Set the sails!", DeleteMoney, Idle, EffectOpp(11), Teleport(32387,31821,6), EffectOpp(11) Topic=4,"yes",Premium,CountMoney>=Price -> "Set the sails!", DeleteMoney, Idle, EffectOpp(11), Teleport(32312,32211,6), EffectOpp(11) Topic=5,"yes",Premium,CountMoney>=Price -> "Set the sails!", DeleteMoney, Idle, EffectOpp(11), Teleport(32954,32023,6), EffectOpp(11) Topic>0,"yes",CountMoney>=Price -> "I'm sorry, but you need a premium account in order to travel onboard our ships." Topic>0,"yes" -> "You don't have enough money." Topic>0 -> "We would like to serve you some time." }