Jump to content
  • 0

showevent no longer works since client update.


HristDead

Question


  • Group:  Members
  • Topic Count:  66
  • Topics Per Day:  0.01
  • Content Count:  167
  • Reputation:   2
  • Joined:  08/01/12
  • Last Seen:  

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

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

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