Jump to content
  • 0
LMF

[Help] Event Scripts need some help ~

Question

hm, there's another problem regarding to my poring event script again.

everythings run smoothly. but when the player hit the poring that time, it didn't give any points to the player.. in the map server it shows..

[Error]: npc_enable: Attempted to show a non-existing NPC 'Poring Event Claimer' (flag=1).

thanks to ARTHistic, i did used partial scripts from his poring punch event, just did some modification and changed to auto event.

sorry for the noobles xD

Edited by LMF
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

To use 'bc_map' in announce, the script needs an attached player (so it knows what map).

Which map do you want the announcement to appear on?

You can use 'mapannounce' instead, which works with no [wiki]RID[/wiki] attached.

mapannounce "pvp_n_1-2", "[Poring Event]: Poring Event has started.",bc_all,"0xECD672";

You will need to change all the 'announce' after OnTimer labels to 'mapannounce' because when an OnTimer label is triggered, there is no RID attached.

Link to comment
Share on other sites

  • 0

post updated with another problem.. is there anyone could help me solve this matter? ^.^

updated in the 1st post...

got fixed my self.. lol some typo ~

Edited by LMF
Link to comment
Share on other sites

  • 0

It seems that you have renamed the NPC from "Poring Event Claimer" to "Poring Prize Claimer".

To fix it you will need to rename the npc back to "Poring Event Claimer" again or rename all "Poring Event Claimer" to "Poring Prize Claimer" (press ctrl+h on your notepad).

  • Upvote 1
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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.