lirycjames Posted January 4, 2014 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 08/20/13 Last Seen: January 13, 2017 Share 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 Link to comment Share on other sites More sharing options...
AnnieRuru Posted January 6, 2014 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted January 6, 2014 at least show your pvp/gvg script ... Quote Link to comment Share on other sites More sharing options...
lirycjames Posted January 6, 2014 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 08/20/13 Last Seen: January 13, 2017 Author Share 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 Link to comment Share on other sites More sharing options...
AnnieRuru Posted January 6, 2014 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share 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 Link to comment Share on other sites More sharing options...
lirycjames Posted January 7, 2014 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 08/20/13 Last Seen: January 13, 2017 Author Share 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 Link to comment Share on other sites More sharing options...
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
))
Link to comment
Share on other sites
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.