scream pain and fire quest

Unstructured ideas, requests and suggestions for the development of the game.

should the sword of shadow fire be a 1h or 2h weapon?

1h weapon
4
50%
2h weapon
4
50%
 
Total votes: 8

Pyrizzle
VIP
Posts: 6435
Joined: Sat Jun 25, 2011 1:00 am
android_version: 6.0 - Marshmallow
Location: Fire Nation HQ

Re: scream pain and fire quest

Post by Pyrizzle »

All combined again. =)

Nice work sorrow! Thank your for compressing them for me into one post. =)
---------------------------------------------------------------------------------------

Player Name:Pyro
Lvl:24XP:244KAP:2/10HP:80AC: 189%AD:13-21CHS:-6CM: 0BC: 20%DR:2
IF:2Reg:2FSDW:1

May Elythara bless you and light your path!

---------------------------------------------------------------------------------------
User avatar
sorrow
Posts: 1898
Joined: Sun Apr 21, 2013 2:32 pm
android_version: 2.3 - Gingerbread
Location: the land of the devil dogs

Re: scream pain and fire quest

Post by sorrow »

Thank you for combining them all in one post. Now there all together. I was actually surprised when it all loaded in the text box lol. Did I do the codes right tho is my bug question?

Sorrow
Lvl:80 XP:9214038 Gold:1mil Hp:243 AC:301 Ad:28-49 Ch:21 Cm:2.0 Ecc:15 BC:148 Dr:3

skills:
WA:2. HH:2. CS:2. TH:2 QL:2 IF:2 REG:2 MF:5 DBS:1 2HSP:1 LAP:2 HAP:1 SREG:1
L/E
CHAR:1 ROLS:1 ELYR:1 GOLF:1 SHAF: 1
Pyrizzle
VIP
Posts: 6435
Joined: Sat Jun 25, 2011 1:00 am
android_version: 6.0 - Marshmallow
Location: Fire Nation HQ

Re: scream pain and fire quest

Post by Pyrizzle »

sorrow wrote:Thank you for combining them all in one post. Now there all together. I was actually surprised when it all loaded in the text box lol. Did I do the codes right tho is my bug question?
I'm not a programmer myself so i couldn't tell you myself.

I'm going to read over the Quest Writing Guide Oskar wrote and see what we need still.
---------------------------------------------------------------------------------------

Player Name:Pyro
Lvl:24XP:244KAP:2/10HP:80AC: 189%AD:13-21CHS:-6CM: 0BC: 20%DR:2
IF:2Reg:2FSDW:1

May Elythara bless you and light your path!

---------------------------------------------------------------------------------------
User avatar
sorrow
Posts: 1898
Joined: Sun Apr 21, 2013 2:32 pm
android_version: 2.3 - Gingerbread
Location: the land of the devil dogs

Re: scream pain and fire quest

Post by sorrow »

Ok this should be the last update for code unless I over looked some things. I may need to do 2 post here one for updated dialogue and the other for updated actor conditions.

Code: Select all

 [
  {
    "id": "Stephen 1",
    "replies": [
      {
        "text": "What do you need help with old man?",
        "nextPhraseID": "Stephen 2"
      },
      {
        "text": "Whatever old man.",
        "nextPhraseID": "X"
      }
    ],
    "message": "Please young boy help us!"
  },
  {
    "id": "Stephen 2",
    "replies": [
      {
        "text": "N",
        "nextPhraseID": "Stephen 3"
      }
    ],
    "message": "My name is Stephen, I am the leader of the survivors from Ash."
  },
  {
    "id": "Stephen 3",
    "replies": [
      {
        "text": "What? The Feygard guards would never do such a thing. You're lying old man!",
        "nextPhraseID": "X"
      },
      {
        "text": "Stephen, can you tell me what happened to Ash?",
        "nextPhraseID": "Stephen 4"
      },
      {
        "text": "I don't care what happened to your city, just get on with what you need help with.",
        "nextPhraseID": "Stephen 4"
      }
    ],
    "message": "One day we were betrayed by the Guards that Feygard sent to defend our villages."
  },
  {
    "id": "Stephen 4",
    "replies": [
      {
        "text": "Please go on.",
        "nextPhraseID": "Stephen 5"
      },
      {
        "text": "I've heard enough good bye.",
        "nextPhraseID": "X"
      }
    ],
    "message": "*Closes his eyes and tries to remember* It was early morning. The lamps that lit our town streets were starting to go out. All of a sudden I heard a loud scream and then saw one of the farmers run by on fire."
  },
  {
    "id": "Stephen 5",
    "replies": [
      {
        "text": "But what caused the fire?",
        "nextPhraseID": "Stephen 6"
      },
      {
        "text": "This seems like it will go one forever can we speed things up?",
        "nextPhraseID": "Stephen 6"
      }
    ],
    "message": "Some of the villagers tried to help the poor man by pouring water on him, the farmer screamed louder and the fire burned even stronger as though the water was feeding the flames."
  },
  {
    "id": "Stephen 6",
    "replies": [
      {
        "text": "Oh my God! ....please go on.",
        "nextPhraseID": "Stephen 7"
      },
      {
        "text": "Ok, are we almost done yet?",
        "nextPhraseID": "Stephen 7"
      }
    ],
    "message": "I decided to go to where the farmer lived to tell his family what had happened, but when I got there I saw these... These... these demons burning down his farm. His family was no where to be found. I fear that they too were burned alive."
  },
  {
    "id": "Stephen 7",
    "replies": [
      {
        "text": "N",
        "nextPhraseID": "Stephen 8"
      }
    ],
    "message": "I ran back to our village and rang the alarm to alert the guards but they never arrived. The demons came and destroyed our town. Our warriors tried to fend off the demons but they were all wiped out, they were all burnt to ash."
  },
  {
    "id": "Stephen 8",
    "replies": [
      {
        "text": "N",
        "nextPhraseID": "Stephen 9"
      }
    ],
    "message": "Our village is overrun by monsters that burn everything they touch."
  },
  {
    "id": "Stephen 9",
    "replies": [
      {
        "text": "Okay old man, I will help you destroy this evil.",
        "nextPhraseID": "Stephen 10"
      },
      {
        "text": "No way old man your story is full of lies and I should report you to the Feygard authorities and see what they have to say.",
        "nextPhraseID": "X"
      }
    ],
    "message": "We here are the only ones that got away alive. We fear that if they are not stopped they will spread and eventually destroy everything."
  },
  {
    "id": "Stephen 10",
    "replies": [
      {
        "text": "N",
        "nextPhraseID": "Stephen 11"
      }
    ],
    "message": "Oh good, but before you go destroy this evil you must first find the Cartographer."
  },
  {
    "id": "Stephen 11",
    "replies": [
      {
        "text": "N",
        "nextPhraseID": "Stephen 12"
      }
    ],
    "message": "The Cartographer had been mapping the areas around the mountains for years and would certainly know where these demons come from."
  },
  {
    "id": "Stephen 12",
    "replies": [
      {
        "text": "Ok, I will go to Stoutford and seek the Cartographer.",
        "nextPhraseID": "Stephen 13"
      },
      {
        "text": "This sounds like something you should deal with on your own",
        "nextPhraseID": "X"
      },
      {
        "text": "Alright but there better be some kind of reward in the end.",
        "nextPhraseID": "Stephen 13"
      }
    ],
    "message": "Last I heard he went to Stoutford to get away from everything.",
    "rewards": [
      {
        "rewardID": "Scream Pain and Fire",
        "value": 1
      }
    ]
  },
  {
    "id": "Stephen 13",
    "replies": [
      {
        "requires": {
          "item": {
            "itemID": "Wing of the Demon",
            "quantity": 1
          },
          "progress": "Scream Pain and Fire4"
        },
        "text": "Yes I slayed their leader Jezebeth, and here's proof.",
        "nextPhraseID": "Stephen 14"
      },
      {
        "text": "No not yet.",
        "nextPhraseID": "X"
      },
      {
        "text": "Can you tell me your story again?",
        "nextPhraseID": "Stephen 4"
      }
    ],
    "message": "Did you kill them?"
  },
  {
    "id": "Stephen 14",
    "replies": [
      {
        "text": "N",
        "nextPhraseID": "Stephen 15"
      }
    ],
    "message": "What's this? ... This can't be... Yes it is! Its the wing from Jezebeth !!!"
  },
  {
    "id": "Stephen 15",
    "replies": [
      {
        "text": "N",
        "nextPhraseID": "Stephen 16"
      }
    ],
    "message": "*Over joyed* You did it! You [i]actually[/i] did it!!!"
  },
  {
    "id": "Stephen 16",
    "message": "Oh thank you! Thank you very much! How can we ever repay you?",
    "rewards": [
      {
        "rewardType": 1,
        "rewardID": "End Quest",
        "value": "Quest1"
      }
    ],
    "replies": [
      {
        "text": "N",
        "nextPhraseID": "Stephen 17"
      }
    ]
  },
  {
    "id": "Stephen 17",
    "replies": [
      {
        "text": "Sure",
        "nextPhraseID": "Stephen 18"
      },
      {
        "text": "Ill pass thank you.",
        "nextPhraseID": "X"
      }
    ],
    "message": "Oh please young hero; please allow me to give you a blessing of the shadow.",
    "rewards": [
      {
        "rewardID": "Scream Pain and Fire",
        "value": 5
      }
    ]
  },
  {
    "id": "Stephen 18",
    "rewards": [
      {
        "rewardType": 2,
        "rewardID": "Blessing of the Shadow",
        "value": 1
      }
    ],
    "replies": [
      {
        "text": "N",
        "nextPhraseID": "Stephen 19"
      }
    ]
  },
  {
    "id": "Stephen 19",
    "replies": [
      {
        "text": "N"
      }
    ],
    "message": "Thank you again hero."
  }
]

Code: Select all

 [
  {
    "id": "Cartographer 1",
    "replies": [
      {
        "text": "I'm looking for a Cartographer from Ash. Are you him?",
        "nextPhraseID": "Cartographer 2"
      },
      {
        "text": "I forget why I am here.",
        "nextPhraseID": "X"
      }
    ],
    "message": "*looking scared* who are you? What do you want?"
  },
  {
    "id": "Cartographer 2",
    "replies": [
      {
        "text": "Well no I'm sorry to say that the city of Ash has been destroyed. All that's left is a small encampment.",
        "nextPhraseID": "Cartographer 3"
      },
      {
        "nextPhraseID": "Cartographer 3",
        "text": "I'm sorry but the city of Ash is now just a pile of ashes."
      }
    ],
    "message": "Yes I am the Cartographer. Did Ash survived? Can I go back now? That's why you came right? To tell me I can go home?"
  },
  {
    "id": "Cartographer 3",
    "replies": [
      {
        "text": "I don't know but I will find out. That's why I need the map, do you have it?",
        "nextPhraseID": "Cartographer 4"
      },
      {
        "text": "I don't know and don't care. Do you have the map I need?",
        "nextPhraseID": "Cartographer 4"
      }
    ],
    "message": "* crying* Why? Why did those monsters destroy our town?"
  },
  {
    "id": "Cartographer 4",
    "replies": [
      {
        "text": "Ok, what supplies do you need?",
        "nextPhraseID": "Cartographer 5"
      },
      {
        "text": "I don't need the map that bad.",
        "nextPhraseID": "X"
      },
      {
        "text": "This better be worth it.",
        "nextPhraseID": "Cartographer 5"
      }
    ],
    "message": "Well that's the problem. All my map making supplies were destroyed in ash. If you are able to get the supplies I need, I can make you the map you seek."
  },
  {
    "id": "Cartographer 5",
    "rewards": [
      {
        "rewardID": "Scream Pain and Fire",
        "value": 2
      }
    ],
    "replies": [
      {
        "text": "Where can I find a Griffin?",
        "nextPhraseID": "Cartographer 6"
      },
      {
        "text": "Where can I find the Tree Walkers?",
        "nextPhraseID": "Cartographer 7"
      },
      {
        "text": "I will be right back with the supplies you need.",
        "nextPhraseID": "Cartographer 8"
      }
    ],
    "message": "In order to make the map I require 5 Arulir skin, 10 dead spiders, a Griffin feather, and a gall from a Tree Walker."
  },
  {
    "id": "Cartographer 6",
    "replies": [
      {
        "text": "Ok, what else did you need?",
        "nextPhraseID": "Cartographer 5"
      }
    ],
    "message": "I haven't seen a Griffin in years. Last I herd they live up in high places."
  },
  {
    "id": "Cartographer 7",
    "replies": [
      {
        "text": "Ok, what else did you need?",
        "nextPhraseID": "Cartographer 5"
      }
    ],
    "message": "The Tree Walkers live in the forest south of here. Please be careful, the Tree Walkers have been known to take out their enemies even after being stricken down. The splinters they shoot out are quite poisonous to humans."
  },
  {
    "id": "Cartographer 8",
    "replies": [
      {
        "text": "No not yet.",
        "nextPhraseID": "X"
      },
      {
        "requires": {
          "item": {
            "itemID": "Spider,Arulir Skin,Feather,Oak Gall",
            "quantity": "10,5,1,1"
          }
        },
        "text": "Yes, here they are.",
        "nextPhraseID": "Cartographer 9"
      },
      {
        "text": "Where can I find a Griffin?",
        "nextPhraseID": "Cartographer 6"
      },
      {
        "text": "Where can I find the Tree Walkers?",
        "nextPhraseID": "Cartographer 7"
      }
    ],
    "message": "Did you find my supplies yet?"
  },
  {
    "id": "Cartographer 9",
    "rewards": [
      {
        "rewardID": "Scream Pain and Fire",
        "value": 3
      }
    ],
    "replies": [
      {
        "text": "N",
        "nextPhraseID": "Cartographer 10"
      }
    ],
    "message": "Thank you! These will work perfectly."
  },
  {
    "id": "Cartographer 10",
    "replies": [
      {
        "text": "So I did all that for nothing?",
        "nextPhraseID": "Cartographer 11"
      },
      {
        "text": "Very funny.",
        "nextPhraseID": "Cartographer 11"
      }
    ],
    "message": "While you were gone I found the map u wanted. It was in my pocket this whole time. Funny right?"
  },
  {
    "id": "Cartographer 11",
    "rewards": [
      {
        "rewardType": 1,
        "rewardID": "Cartographer",
        "value": 1
      },
      {
        "rewardID": "Scream Pain and Fire",
        "value": 3
      }
    ],
    "message": "In return for your help, if you ever need a map I'll make you one free of charge."
  }
]
Last edited by Pyrizzle on Wed Jun 19, 2013 1:14 am, edited 1 time in total.
Reason: ADDED SPOILER

Sorrow
Lvl:80 XP:9214038 Gold:1mil Hp:243 AC:301 Ad:28-49 Ch:21 Cm:2.0 Ecc:15 BC:148 Dr:3

skills:
WA:2. HH:2. CS:2. TH:2 QL:2 IF:2 REG:2 MF:5 DBS:1 2HSP:1 LAP:2 HAP:1 SREG:1
L/E
CHAR:1 ROLS:1 ELYR:1 GOLF:1 SHAF: 1
User avatar
sorrow
Posts: 1898
Joined: Sun Apr 21, 2013 2:32 pm
android_version: 2.3 - Gingerbread
Location: the land of the devil dogs

Re: scream pain and fire quest

Post by sorrow »

Sorry for double post.

Code: Select all

 [
  {
    "id": "Jezebeth 1",
    "replies": [
      {
        "text": "What's going on here?",
        "nextPhraseID": "Jezebeth 2"
      },
      {
        "text": "Yeah I'm the one that's messing up your plans! Why are you just standing there commander?",
        "nextPhraseID": "Jezebeth 2"
      },
      {
        "text": "Why is a Feygard commander here?",
        "nextPhraseID": "Jezebeth 2"
      }
    ],
    "message": "Awww... so your the one who has been interrupting my plans..."
  },
  {
    "id": "Jezebeth 2",
    "replies": [
      {
        "text": "N",
        "nextPhraseID": "Jezebeth 3"
      }
    ],
    "message": "The commander is my puppet."
  },
  {
    "id": "Jezebeth 3",
    "replies": [
      {
        "text": "But why?",
        "nextPhraseID": "Jezebeth4"
      },
      {
        "text": "Why would you do such an awful thing?",
        "nextPhraseID": "Jezebeth 4"
      }
    ],
    "message": "I bribed him into believing that he will receive riches beyond his wildest dreams if he were to have his troops leave the village of Ash."
  },
  {
    "id": "Jezebeth 4",
    "replies": [
      {
        "text": "N",
        "nextPhraseID": "Commander Q"
      }
    ],
    "message": "Just for the fun of it... I love hearing you pathetic humans scream in pain and burned by my fire mwahahahah!"
  },
  {
    "id": "Commander 1",
    "message": "I did what you asked NOW WHERE'S MY GOLD!?!?!?!"
  },
  {
    "id": "Jezebeth 5",
    "replies": [
      {
        "text": "N",
        "nextPhraseID": "Jezebeth 6"
      }
    ]
  },
  {
    "id": "Jezebeth 6",
    "replies": [
      {
        "text": "N",
        "nextPhraseID": "Commander 2"
      }
    ],
    "message": "You are of no use to me anymore."
  },
  {
    "id": "Commander 2",
    "replies": [
      {
        "text": "N",
        "nextPhraseID": "Jezebeth 7"
      }
    ],
    "message": "*Becomes consumed by dark fire and screams in agony and is then killed*"
  },
  {
    "id": "Jezebeth 7",
    "replies": [
      {
        "text": "N",
        "nextPhraseID": "Jezebeth 8"
      }
    ],
    "message": "Hahaha yes that is the scream I love."
  },
  {
    "id": "Jezebeth 8",
    "replies": [
      {
        "text": "For the shadow you will die!",
        "nextPhraseID": "F"
      },
      {
        "text": "Just shut up and die already!",
        "nextPhraseID": "F"
      },
      {
        "text": "Please don't hurt me!!!",
        "nextPhraseID": "F"
      }
    ],
    "message": "Now it's your turn to feel the burn mwahahahaha!!!!!",
    "rewards": [
      {
        "rewardID": "Scream Pain and Fire",
        "value": 4
      },
      {
        "rewardType": 1,
        "rewardID": "Jezebeth",
        "value": 1
      }
    ]
  }
]

Code: Select all

 [
  {
    "id": "Splinters strong",
    "name": "splinters strong",
    "isStacking": 1,
    "roundEffect": {
      "visualEffectID": -1,
      "increaseCurrentHP": {
        "min": -20,
        "max": -20
      }
    },
    "iconID": "actorconditions_1:56",
    "category": 2
  },
  {
    "id": "Dark Burn Weak",
    "name": "Dark Burn Weak",
    "roundEffect": {
      "visualEffectID": -1,
      "increaseCurrentHP": {
        "min": -10,
        "max": -10
      }
    },
    "abilityEffect": {
      "increaseAttackDamage": {
        "min": -10,
        "max": -10
      },
      "increaseAttackChance": -20
    },
    "iconID": "actorconditions_1:19",
    "category": 2
  },
  {
    "id": "Shadows Burn",
    "name": "Shadows Burn",
    "roundEffect": {
      "visualEffectID": -1,
      "increaseCurrentHP": {
        "min": -10,
        "max": -10
      }
    },
    "abilityEffect": {
      "increaseAttackChance": -10
    },
    "iconID": "actorconditions_1:19",
    "category": 2
  },
  {
    "id": "Dark Burn",
    "name": "Dark Burn",
    "roundEffect": {
      "visualEffectID": -1,
      "increaseCurrentHP": {
        "min": -15,
        "max": -15
      }
    },
    "abilityEffect": {
      "increaseAttackDamage": {
        "min": -15,
        "max": -15
      },
      "increaseAttackChance": -25
    },
    "iconID": "actorconditions_1:19",
    "category": 2
  },
  {
    "id": "Dark Burn Strong",
    "name": "Dark Burn Strong",
    "roundEffect": {
      "visualEffectID": -1,
      "increaseCurrentHP": {
        "min": -15,
        "max": -15
      }
    },
    "abilityEffect": {
      "increaseAttackDamage": {
        "min": -20,
        "max": -20
      },
      "increaseAttackChance": -30
    },
    "iconID": "actorconditions_1:19",
    "category": 2
  },
  {
    "id": "Splinters weak",
    "name": "splinters weak",
    "isStacking": 1,
    "roundEffect": {
      "visualEffectID": -1,
      "increaseCurrentHP": {
        "min": -10,
        "max": -10
      }
    },
    "iconID": "actorconditions_1:56",
    "category": 2
  },
  {
    "id": "Splinters normal",
    "name": "splinters normal",
    "isStacking": 1,
    "roundEffect": {
      "visualEffectID": -1,
      "increaseCurrentHP": {
        "min": -15,
        "max": -15
      }
    },
    "iconID": "actorconditions_1:56",
    "category": 2
  }
]
Last edited by Pyrizzle on Wed Jun 19, 2013 1:15 am, edited 1 time in total.
Reason: ADDED SPOILERS

Sorrow
Lvl:80 XP:9214038 Gold:1mil Hp:243 AC:301 Ad:28-49 Ch:21 Cm:2.0 Ecc:15 BC:148 Dr:3

skills:
WA:2. HH:2. CS:2. TH:2 QL:2 IF:2 REG:2 MF:5 DBS:1 2HSP:1 LAP:2 HAP:1 SREG:1
L/E
CHAR:1 ROLS:1 ELYR:1 GOLF:1 SHAF: 1
sdevaney
Site Admin
Posts: 1178
Joined: Fri Jan 28, 2011 10:17 pm
android_version: 14 - Android 14
Contact:

Re: scream pain and fire quest

Post by sdevaney »

Nice work, I should have time to take a look at this in the next couple of days.
User avatar
sorrow
Posts: 1898
Joined: Sun Apr 21, 2013 2:32 pm
android_version: 2.3 - Gingerbread
Location: the land of the devil dogs

Re: scream pain and fire quest

Post by sorrow »

Ok sd. And thanks again.

Sorrow
Lvl:80 XP:9214038 Gold:1mil Hp:243 AC:301 Ad:28-49 Ch:21 Cm:2.0 Ecc:15 BC:148 Dr:3

skills:
WA:2. HH:2. CS:2. TH:2 QL:2 IF:2 REG:2 MF:5 DBS:1 2HSP:1 LAP:2 HAP:1 SREG:1
L/E
CHAR:1 ROLS:1 ELYR:1 GOLF:1 SHAF: 1
User avatar
sorrow
Posts: 1898
Joined: Sun Apr 21, 2013 2:32 pm
android_version: 2.3 - Gingerbread
Location: the land of the devil dogs

Re: scream pain and fire quest

Post by sorrow »

Ok sd. And thanks again.
------------------------------------COMBINED POSTS--------------------------------------------
One more thing I created the Phoenix but that NPC doesn't have to be put in yet I'm still working on that portion of the quest called the Phoenix request. Once I get the thumbs up that this one is in ill then go back to that quest followed by the bone collector quest
Last edited by Pyrizzle on Wed Jun 19, 2013 1:16 am, edited 1 time in total.
Reason: DOUBLE POST

Sorrow
Lvl:80 XP:9214038 Gold:1mil Hp:243 AC:301 Ad:28-49 Ch:21 Cm:2.0 Ecc:15 BC:148 Dr:3

skills:
WA:2. HH:2. CS:2. TH:2 QL:2 IF:2 REG:2 MF:5 DBS:1 2HSP:1 LAP:2 HAP:1 SREG:1
L/E
CHAR:1 ROLS:1 ELYR:1 GOLF:1 SHAF: 1
User avatar
Meirerion
Posts: 210
Joined: Sun Jun 24, 2012 10:49 am
android_version: 2.3 - Gingerbread
Location: Under a keg.

Re: scream pain and fire quest

Post by Meirerion »

Nice, looks huge.

I'll try to have a look at it tomorrow or during the week now that I finished my exams ^^. I'll check the ones you sent me earlier aswell.

ps: it's cleaner to do it this way:

Code: Select all

...
(spoiler tag and then code tag)
~May Elythara's wisdom light your path
User avatar
sorrow
Posts: 1898
Joined: Sun Apr 21, 2013 2:32 pm
android_version: 2.3 - Gingerbread
Location: the land of the devil dogs

Re: scream pain and fire quest

Post by sorrow »

Oh ok well everything on page 20 is the updated stuff. Hope I did everything right. Thanks for everything.

Sorrow
Lvl:80 XP:9214038 Gold:1mil Hp:243 AC:301 Ad:28-49 Ch:21 Cm:2.0 Ecc:15 BC:148 Dr:3

skills:
WA:2. HH:2. CS:2. TH:2 QL:2 IF:2 REG:2 MF:5 DBS:1 2HSP:1 LAP:2 HAP:1 SREG:1
L/E
CHAR:1 ROLS:1 ELYR:1 GOLF:1 SHAF: 1
Post Reply