Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Problem with Quest System by Alatar


ulquial
 Share

Recommended Posts

First, when i make a Quest, it doesnt save.

Second, The quest doesn't work xD.

Made for example a quest that has to slay 3 NPC mobs, after killing 20, still never end .-.

There is the part of codes where the problem is ( i think): [http://pastebin.com/g4gvHwax](http://pastebin.com/g4gvHwax)

Thanks for the help in advance! ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)
Link to comment
Share on other sites

Which engine are you using? And if you made no other edits and only want the quest system, I believe Alatar supplied an engine with the quest system already in it. It's a nice base. Hope you get some better help ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png) Good luck
Link to comment
Share on other sites

There are a few things you might consider:

1\. You are using the right version that the quest system was made for (I think EO 2.0).

2\. The code doesnt conflict with other things you added (if you added).

3\. You put the code where it should be, not accidentally in other place.
Link to comment
Share on other sites

Not sure if this will fix any of your problems but you have a part of the code that is this:

```
Sub HandleRequestQuests(ByVal index As Long, ByRef Data() As Byte, ByVal StartAddr As Long, ByVal ExtraVar As Long)

End Sub

```
but in Alatar's tutorial it is this:

```
Sub HandleRequestQuests(ByVal Index As Long, ByRef Data() As Byte, ByVal StartAddr As Long, ByVal ExtraVar As Long)

SendQuests Index

End Sub

```
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...