Results 1 to 3 of 3
  1. #1
    TJRAE%TJAJAZetjtjtjjt's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    166
    Reputation
    10
    Thanks
    106

    How to add New Quest To Realm?

    How to add New Quest To Realm?
    Last edited by TJRAE%TJAJAZetjtjtjjt; 10-27-2014 at 09:31 AM. Reason: solved

  2. #2
    cxydsaewq's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    954
    Reputation
    25
    Thanks
    1,341
    My Mood
    Amazed
    If you just mean the Quest window, follow this:

    Go to player.Leveling.cs

    There you have this code:

    {"Scorpion Queen", Tuple.Create(1, 1, 6)},
    {"Bandit Leader", Tuple.Create(1, 1, 6)},
    {"Hobbit Mage", Tuple.Create(3, 3, 8)},
    {"Undead Hobbit Mage", Tuple.Create(3, 3, 8)},
    {"Giant Crab", Tuple.Create(3, 3, 8)},
    {"Desert Werewolf", Tuple.Create(3, 3, 8)},
    {"Sandsman King", Tuple.Create(4, 4, 9)},
    {"Goblin Mage", Tuple.Create(4, 4, 9)},
    {"Elf Wizard", Tuple.Create(4, 4, 9)},
    {"Dwarf King", Tuple.Create(5, 5, 10)},
    {"Swarm", Tuple.Create(6, 6, 11)},
    {"Shambling Sludge", Tuple.Create(6, 6, 11)},
    {"Great Lizard", Tuple.Create(7, 7, 12)},
    {"Wasp Queen", Tuple.Create(8, 7, 20)},
    {"Horned Drake", Tuple.Create(8, 7, 20)},
    {"Deathmage", Tuple.Create(5, 6, 11)},
    {"Great Coil Snake", Tuple.Create(6, 6, 12)},
    {"Lich", Tuple.Create(9, 6, 20)},
    {"Actual Lich", Tuple.Create(9, 7, 20)},
    ...
    Just add your Monster in it and you get the quest

    If you want to make a new monster that spawns in realm go to

    Oryx.cs and put your monster in between where you want it to spawn

  3. The Following User Says Thank You to cxydsaewq For This Useful Post:

    TJRAE%TJAJAZetjtjtjjt (10-27-2014)

  4. #3
    Doctorcherio's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    53
    Reputation
    10
    Thanks
    26
    My Mood
    Cynical
    Quote Originally Posted by cxydsaewq View Post
    If you just mean the Quest window, follow this:

    Go to player.Leveling.cs

    There you have this code:



    Just add your Monster in it and you get the quest

    If you want to make a new monster that spawns in realm go to

    Oryx.cs and put your monster in between where you want it to spawn
    Dont forget to add <Quest/> in the addition.

  5. The Following User Says Thank You to Doctorcherio For This Useful Post:

    TJRAE%TJAJAZetjtjtjjt (10-27-2014)

Similar Threads

  1. [Solved] How to add new bot to le bot on MAC?
    By njgoalie35 in forum Adventure Quest Worlds (AQW) Help
    Replies: 4
    Last Post: 08-04-2014, 12:00 PM
  2. [Help Request] How to add new dungeons in pheonix source??
    By GhostMaree in forum Realm of the Mad God Private Servers Help
    Replies: 2
    Last Post: 06-18-2014, 12:58 PM
  3. How to add new items / How to edit items sprites
    By Dadalin in forum Realm of the Mad God Private Servers Tutorials/Source Code
    Replies: 18
    Last Post: 03-05-2014, 10:33 PM
  4. How to add new (custom) maps to the server
    By Trapped in forum Realm of the Mad God Private Servers Tutorials/Source Code
    Replies: 36
    Last Post: 11-09-2013, 04:48 PM
  5. how to add new classes and new projectiles for specific weapons?
    By atenzor in forum Realm of the Mad God Private Servers Help
    Replies: 4
    Last Post: 07-18-2013, 09:05 PM