HristDead Posted March 3, 2013 Group: Members Topic Count: 66 Topics Per Day: 0.01 Content Count: 167 Reputation: 2 Joined: 08/01/12 Last Seen: October 9, 2019 Share Posted March 3, 2013 Hi. My script worked just fine in a client of 2010, but now I updated to a 2012(-04-10) client, and the show event no longer appears. Do they use other script commands to function now instead of showevent? My script: new_1-1,53,114,4 script Shion#nv1 727,{ if( quest_done == 1 ){ mes "[shion]"; mes "Dialogue."; close; }else{ if((countitem(569) > 9)){ mes "[shion]"; mes "Dialogue."; close; }else{ if (nov_get_item04 > 9 || nov_get_item05 > 9) { mes "[shion]"; mes "Dialogue"; next; mes "[shion]"; mes "Dialogue"; close2; warp "new_1-2",99,99; end; } else if (nov_1st_cos > 2) { mes "[shion]"; mes "^Dialogue"; next; mes "[shion]"; mes "I'm sure you can find him, good luck!"; close; } else if (nov_1st_cos == 1) { mes "[shion]"; mes "Dialogue"; close; } else { mes "[shion]"; mes "Dialogue."; next; switch(select("Where should I go?:About Ragnarok Online.:Who the crap are you?")) { case 1: mes "[shion]"; mes "Dialogue"; next; mes "[shion]"; mes "Dialogue"; getitem 569,10; getexp 1,0; set quest_done,1; showevent 0,0; close; case 2: mes "[shion]"; mes "Dialogue"; close; OnPCLoadMapEvent: if (quest_done != 1) { showevent 1,0; end; } } } } } } new_1-1 mapflag loadevent Quote Link to comment Share on other sites More sharing options...
goddameit Posted March 14, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted March 14, 2013 (edited) http://rathena.org/board/forum/19-client-patcher-support/ Edited March 14, 2013 by goddameit Quote Link to comment Share on other sites More sharing options...
Question
HristDead
Hi.
My script worked just fine in a client of 2010, but now I updated to a 2012(-04-10) client, and the show event no longer appears.
Do they use other script commands to function now instead of showevent?
My script:
new_1-1,53,114,4 script Shion#nv1 727,{
Link to comment
Share on other sites
1 answer 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.