Jump to content
  • 0

Hunter job change debug please help


cessyan21

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  04/06/18
  • Last Seen:  

guys please help whow can i fix this thank you

 

[Debug]: Source (NPC): exit#hnttest at job_hunte (89,139)
[Debug]: Function: changequest (2 parameters):
[Debug]: Data: number value=4011
[Debug]: Data: number value=4012
 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.02
  • Content Count:  242
  • Reputation:   37
  • Joined:  02/25/18
  • Last Seen:  

On 6/10/2018 at 7:15 PM, cessyan21 said:

guys please help whow can i fix this thank you

 

[Debug]: Source (NPC): exit#hnttest at job_hunte (89,139)
[Debug]: Function: changequest (2 parameters):
[Debug]: Data: number value=4011
[Debug]: Data: number value=4012
 

in the script file change

changequest 4011,4012;

with

if (isbegin_quest(4011) == 1)
	changequest 4011,4012;
else
	setquest 4012;

but I'm not a good coder and I'm not sure it works... let's see if someone more expert can correct me... I too have a similar error on another script but I have not yet had the time to try this solution.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...