Jump to content
Sign in to follow this  
ZidSliverr

problems creating and running quest

Recommended Posts

Good afternoon, a while ago I read and learned to create missions with the forum guide of Angelix, after several tests and errors, it appears that appears in the NPC But now I have other errors / problems, I hope they can help me

1. The name of the search shows "Unknown search name".
2. When you kill the monster "Sleepy Nail" it is not added to the counter "0/5"
3. I receive the following errors on the screen

-TriggerProc: incorrect function notification or trigger does not have any action notice! ID = 54465

-CCharMission :: Killware: the mission management function [TriggerProcc] could not return!

>>> Here is the code inside MissionScript01NpcScript04.lua

>>> NpcScript01.lua >>>> "AddNpcMission (12000)"

	DefineMission( 12000, "Atrapando Caracoles", 12001 )
	
	MisBeginTalk( "<t>Ahooy Pirata!, Esos moluscos an sobrepoblado las bordes de Argent City nesesitamos reducir su numero, aunque el  Cocinero quiere sus capazones! en fin tu solo matalos!" )
	MisBeginCondition(NoMission, 12001)
	MisBeginAction(AddMission, 12001)
	MisBeginAction(AddTrigger, 120011, TE_KILL, 71, 5 )
	MisCancelAction(ClearMission, 12001)
	
	MisNeed(MIS_NEED_KILL, 71, 5, 10, 5)
	
	MisResultTalk( "<t>Menos mal que pudiste con eso sabandija, ahora te dare tu recompenza, ... no tendras algo de Ron?")
	MisHelpTalk( "<t>Estan en las puertas, te digo un secreto? El Gran rey Almeja(Great King Clam) anda cerca Grrrrrrr!.")
	MisResultCondition(HasMission, 12001)
	MisResultCondition(HasFlag, 12001, 14 )
    MisResultAction(TakeItem, 262, 1 )
	MisResultAction(AddExp, 1000, 1000 )
	MisResultAction(AddMoney, 100000, 100000 )
	MisResultAction(ClearMission, 12001 )	
	
	InitTrigger()
	TriggerCondition(1, IsMonster, 71)	
	TriggerAction(1, AddNextFlag, 12001, 10, 5)
	RegCurTrigger(120011)

 

 

 

 

 

123.png.f13492421a7c1da27139debe3bd5567a.png

Edited by ZidSliverr
Here I leave the code

Share this post


Link to post
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
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Sign in to follow this  

×
×
  • Create New...