imago3d Posted October 17, 2007 Share Posted October 17, 2007 The person(s) who were developing this are gone, but so far this seems to be the only thing that doesn't work. It works to a point. It had one quest in the DB already (MYSQL), and it worked. I made a copy of that quest and assigned it to another NPC and it would talk to me and then when I talked to them again it would say Hacking Attempt and now the first NPC's quest is looped. >.< It's been making me crazy. If anyone can lend some insight or any tip that might be helpful please do. I've been at this for about a week. [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/73672-quest-system-for-phprpg/ Share on other sites More sharing options...
Azu Posted October 22, 2007 Share Posted October 22, 2007 It seems the problem is that you've already completed the quest. // is the quest already completed? if($quest_status['status'] == 'complete') { include("templates/$config[template]/simple_header.tpl"); echo 'Hacking attempt!'; include("templates/$config[template]/simple_footer.tpl"); exit; } Quote Link to comment https://forums.phpfreaks.com/topic/73672-quest-system-for-phprpg/#findComment-375812 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.