LMF Posted November 26, 2011 Posted November 26, 2011 (edited) 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 November 27, 2011 by LMF Quote
0 Brian Posted November 26, 2011 Posted November 26, 2011 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. Quote
0 LMF Posted November 26, 2011 Author Posted November 26, 2011 (edited) thanks alot. it works. ^.^ best regards ~ LMF Ragnarok Online Edited November 26, 2011 by LMF Quote
0 LMF Posted November 27, 2011 Author Posted November 27, 2011 (edited) 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 November 27, 2011 by LMF Quote
0 xMiland Posted November 27, 2011 Posted November 27, 2011 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). 1 Quote
Question
LMF
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..
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 LMF4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.