Jump to content
  • 0

Event Watcher


lirycjames

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  08/20/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

at least show your pvp/gvg script ...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  08/20/13
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  08/20/13
  • Last Seen:  

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 

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