Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: Sin86 on January 11, 2018, 06:01:38 pm

Title: Blizz ABS Quest Markers?
Post by: Sin86 on January 11, 2018, 06:01:38 pm
Hi, I do not know if this exists but I was wondering if there is a way you can make a quest marker system for games using Blizz ABS. Kind of like what Skyrim and Witcher have. Closest I could get was Heretic's Magic Compass and as much as I want to use it, it doesn't seem to be compatible with Blizz ABS as I think Blizz ABS has a "looping map script" within. Heretic did mention that his script is not compatible with looping maps and I did try it out once only to get an error.

Something like this could be really good to use along Blizz ABS and KK20's Organized Quest System as these are awesome scripts.
Title: Re: Blizz ABS Quest Markers?
Post by: KK20 on January 11, 2018, 07:29:51 pm
It has nothing to do with looping maps. BlizzABS does not "naturally" come with such a feature either.

You need to change the subclassing in Heretic's script to make it compatible with BlizzABS. Locate
class Game_Player < Game_Character

and change to just
class Game_Player

And make sure Heretic's script is below BlizzABS.

If you want events to have notifications over their heads (like indicating that you can talk to them to start a quest), then try http://forum.chaos-project.com/index.php/topic,9670.0.html