how to make a quest system or objectives?

Started by ScaredBonez on

Topic category: Help with modding (Java Edition)

Last seen on 18:28, 4. Apr 2021
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to make a quest system or objectives?

Can someone tell me how to make a quest system or some objectives, and tell me how to make it so that when the player gets said objectives or quests they show up in a GUI by pressing a certain button to see what has been completed and what is active and a way for the player to be rewarded in xp or items. I just need some sort of tutorial or something or can someone just tell me how to do it, I'm kind of new to modding but I know my way around mcreator a bit now due to watching about 8 tutorials on the things I needed to make before this. I looked as hard as i could and couldn't find any tutorials on this.

Last seen on 06:33, 1. May 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The advancement system…
Thu, 03/11/2021 - 14:10

The advancement system already built the gui for ya.Add advancements for quests.Consider using a little code to remove vanilla advancements.

Last seen on 18:28, 4. Apr 2021
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ok thanks, but how do i make…
Thu, 03/11/2021 - 16:20

ok thanks, but how do i make it so the player can get the quest from a npc/creature that i make or from something like opening a book, then make it show up in the quest GUI as it being active since they now have the quest?

 

Last seen on 19:10, 4. Aug 2023
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make that that gives you the…
Fri, 03/12/2021 - 09:56

Make that that gives you the first achivement and the others are hidden until you complete the first, I think that this is how it works.

Last seen on 18:28, 4. Apr 2021
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yeah, slight problem with…
Sat, 03/13/2021 - 12:36

yeah, slight problem with advancments for me, it doesn't show up, it says something like, "this isn't available." or something ingame when i click advancments tab, and when i try to get an advancement it crashes my game.

Last seen on 19:10, 4. Aug 2023
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well, that's weird, It has…
Sun, 03/14/2021 - 11:39

Well, that's weird, It has never happened to me.

Last seen on 18:28, 4. Apr 2021
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
advancements aren't working…
Sun, 03/14/2021 - 13:21

advancements aren't working for me it says "there doesn't seem to be anything here" and when i collect wood or make a crafting table which i heard could fix it not showing advancements, it crashes the game, i don't know what to do. Can someone help me fix this, and if not, can you tell me how to make a gui that i can use for quests instead of the advancements, because i know how to make a normal gui but i need to know how to make it so that the player can do quests with it and stuff. 

Last seen on 18:28, 4. Apr 2021
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
so, i found a work around…
Sun, 03/14/2021 - 13:34

so, i found a work around for it, if i set it so the player goes into the dimension to unlock the advancement tab it works, but it freezes when the player goes through, or at least it freezes for me, and they have to close Minecraft and then reopen it and load the world back up and they are in the dimension and the achievements work, i wish i knew of a better way around this but sadly i dont.

Last seen on 18:28, 4. Apr 2021
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if anyone knows anything…
Sun, 03/14/2021 - 13:35

if anyone knows anything that i can do to fix this please tell me

Last seen on 18:28, 4. Apr 2021
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
figured out, i think…
Sun, 03/14/2021 - 14:05

figured out, i think vannilla achievements is whats crashing my game, can someone tell me how to remove them

Last seen on 18:28, 4. Apr 2021
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
fixed it all, i had a…
Sun, 03/14/2021 - 14:30

fixed it all, i had a procedure that was trying to activate a acheivment apon the player using a item even though i didn't want it to for some reason.