daShiru Posted April 28, 2020 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 52 Reputation: 2 Joined: 07/26/17 Last Seen: October 1, 2020 Share Posted April 28, 2020 pa request nmn po ng Barricades para sa Training Grounds. On and Off Thank You, Quote Link to comment Share on other sites More sharing options...
shatowolf Posted April 28, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 259 Reputation: 35 Joined: 11/19/11 Last Seen: April 9 Share Posted April 28, 2020 - script Barricade 78,{ OnInit: bindatcmd "gate", strnpcinfo(0)+"::Oncommand", 99,99; setcell "new_5-1",68,113,68,110,cell_walkable,0; //non walkable monster "new_5-1",68,113,""+getmonsterinfo(1905,0)+"",1905,1; monster "new_5-1",68,112,""+getmonsterinfo(1905,0)+"",1905,1; monster "new_5-1",68,111,""+getmonsterinfo(1905,0)+"",1905,1; monster "new_5-1",68,110,""+getmonsterinfo(1905,0)+"",1905,1; end; Oncommand: if(compare(.@atcmd_parameters$, "open" )) goto L_open; else if(compare( .@atcmd_parameters$, "close")) goto L_close; else{ dispbottom "type - '@gate open' to open the gate"; dispbottom "type - '@gate close' to close the gate"; } end; L_close: setcell "new_5-1",68,113,68,110,cell_walkable,0; //non walkable monster "new_5-1",68,113,""+getmonsterinfo(1905,0)+"",1905,1; monster "new_5-1",68,112,""+getmonsterinfo(1905,0)+"",1905,1; monster "new_5-1",68,111,""+getmonsterinfo(1905,0)+"",1905,1; monster "new_5-1",68,110,""+getmonsterinfo(1905,0)+"",1905,1; end; L_open: announce "The Gate is now OPEN. Good Luck Adventurer.", bc_all; setcell "new_5-1",68,113,68,110,cell_walkable,1; //non walkable atcommand "@killmonster2"; end; } yo mate. 2 Quote Link to comment Share on other sites More sharing options...
daShiru Posted April 29, 2020 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 52 Reputation: 2 Joined: 07/26/17 Last Seen: October 1, 2020 Author Share Posted April 29, 2020 @shatowolf You're the best bro! Quote Link to comment Share on other sites More sharing options...
Sallycantdance Posted January 8, 2021 Group: Members Topic Count: 225 Topics Per Day: 0.14 Content Count: 798 Reputation: 12 Joined: 12/04/20 Last Seen: 10 hours ago Share Posted January 8, 2021 thanks for this Quote Link to comment Share on other sites More sharing options...
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.