This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//--- Aura Script ----------------------------------------------------------- | |
// Walter | |
//--- Description ----------------------------------------------------------- | |
// General Shop | |
//--------------------------------------------------------------------------- | |
public class WalterScript : NpcScript | |
{ | |
public override void Load() | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//--- Aura Script ----------------------------------------------------------- | |
// Manus | |
//--- Description ----------------------------------------------------------- | |
// Healer | |
//--------------------------------------------------------------------------- | |
public class ManusScript : NpcScript | |
{ | |
public override void Load() | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//--- Aura Script ----------------------------------------------------------- | |
// Kristell | |
//--- Description ----------------------------------------------------------- | |
// Priestess | |
//--------------------------------------------------------------------------- | |
public class KristellScript : NpcScript | |
{ | |
public override void Load() | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//--- Aura Script ----------------------------------------------------------- | |
// Elen | |
//--- Description ----------------------------------------------------------- | |
// Blacksmith-in-training and Weapons Dealer | |
//--------------------------------------------------------------------------- | |
public class ElenScript : NpcScript | |
{ | |
public override void Load() | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//--- Aura Script ----------------------------------------------------------- | |
// Aeira | |
//--- Description ----------------------------------------------------------- | |
// Bookstore Owner | |
//--------------------------------------------------------------------------- | |
public class AeiraScript : NpcScript | |
{ | |
public override void Load() | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//--- Aura Script ----------------------------------------------------------- | |
// System Administrator & Ticket Exchange | |
//--- Description ----------------------------------------------------------- | |
// SAO Event | |
//--------------------------------------------------------------------------- | |
public class SystemAdministratorAndTicketExchangeScript : NpcScript | |
{ | |
string success = "I still have lots of rewards left!<br/>Bring me more Dungeon Tickets!"; | |
string failure = "Oh, dear! You don't have enough Dungeon Tickets.<br/>Would you take a look?"; |
NewerOlder