lirycjames Posted January 4, 2014 Posted January 4, 2014 Help.. Ineed a script that will allow player to watch pvp or gvg event.. but watcher cannot attack,chat,or use skill.. can someone help me? thanks in advance )) Quote
lirycjames Posted January 6, 2014 Author Posted January 6, 2014 (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 January 6, 2014 by lirycjames Quote
AnnieRuru Posted January 6, 2014 Posted January 6, 2014 (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 January 6, 2014 by AnnieRuru Quote
lirycjames Posted January 7, 2014 Author Posted January 7, 2014 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 how to add that patch? thanks for the reply Quote
Question
lirycjames
Help..
Ineed a script that will allow player to watch pvp or gvg event..
but watcher cannot attack,chat,or use skill..
can someone help me?
thanks in advance
))
4 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.