Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Adding Guild Mission

...

To pick up guild missions you must be in a guild, so first of all you may wonder how to create a new guild.
To  To create a new NPC please refer to this article Adding a NPC.refer Adding quests for more information. It functions as the fundamentals for adding missions. 

Once you created your new NPC, open its properties window and set the chat_parameters to:

...

Now, you're NPC will be able to create a new guild for you.

Notice: Creating a guild can be expensive, if you don't have enough money you can:

  • Open the entities_game_service_default.cfg file and change the variable GuildCreationCost to 0, which gives you GuildCreationCost = 0;.
  • Or you can use a command to give you some money: /a Money 1000000 (execute this command in the chat dialog)

...

We are gonna create a new guild mission and a new solo mission that some guild members will have to complete. 
Only the guild leader will be able to pick this mission.

The objectives of this mission are:

  • 2 guild members will have to complete a solo mission
  • The guild members will have to kill a total of 2 yubos

...