Jump to content
  • 0

help Dragon Spawn.


Currently

Question


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  313
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  

pvp_n_3-4,47,164,4 script Dbz 111,{ 
close;


OnMinute00:
announce "Dragons arrived here at Dreamworks Town! Kill them & obtain a Dragon Ball! Collect all 7 then find King Dragon!",bc_all;
monster "lunar01"--ja--",1514,199;
monster "lunar01"--ja--",1514,1,strnpcinfo(0)+"::OnKilled";
end;


OnKilled:
announce ""+strcharinfo(0)+" killed the real dragon! All of the dragon balls is now in his hands!",bc_all;
message strcharinfo(0),"Talk to King Dragon at Quest Area!";
getitem 25120,1;
getitem 25121,1;
getitem 25122,1;
getitem 25123,1;
getitem 25124,1;
getitem 25125,1;
getitem 25126,1;


end;


}

Error: Unexpected line 7, (monster "lunar01"--ja--",1514,199;)

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

Check format :

*monster "<map name>",<x>,<y>,"<name to show>",<mob id>,<amount>{,"<event label>",<size>,<ai>};

Should be : 

monster "lunar01",0,0,"--ja--",1514,199;
monster "lunar01",0,0,"--ja--",1514,1,strnpcinfo(0)+"::OnKilled";
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

monster "lunar01","--ja--",1514,199;
monster "lunar01","--ja--",1514,1,strnpcinfo(0)+"::OnKilled";
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Oopsie, forgot the coordinates. Apologies.

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...