Jump to content

Question

4 answers to this question

Recommended Posts

Posted (edited)
prontera,153,178,4 script GvGPvP Watcher 414,{

if (Weight0)

{

mes [ Event Watcher ];

mes Please store all your item first.;

close;

}

warp pvp_y_2-1,0,0;

end;

}

 

 

how bout this?

Edited by lirycjames
Posted (edited)
prontera,153,178,4 script GvGPvP Watcher 414,{
    if ( select ( "go to pvp", "spectator" ) == 1 )
        warp "pvp_y_2-1",0,0;
    else {
        pcblockchat getcharid(3), 1;
        pcblockattack getcharid(3), 1;
        setoption 0x40, 1;
        warp "pvp_y_2-1",0,0;
    }    
    end;
OnPCLogoutEvent:
    setoption 0x40, 0;
    end;
}
pvp_y_2-1    mapflag    pvp

pcblockattack_pcblockchat_20140107.patch

Edited by AnnieRuru
Posted
prontera,153,178,4 script GvGPvP Watcher 414,{
    if ( select ( "go to pvp", "spectator" ) == 1 )
        warp "pvp_y_2-1",0,0;
    else {
        pcblockchat getcharid(3), 1;
        pcblockattack getcharid(3), 1;
        setoption 0x40, 1;
        warp "pvp_y_2-1",0,0;
    }    
    end;
OnPCLogoutEvent:
    setoption 0x40, 0;
    end;
}
pvp_y_2-1    mapflag    pvp

attachicon.gifpcblockattack_pcblockchat_20140107.patch

 

how to add that patch?

 

thanks for the reply 

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...