goddameit Posted October 31, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted October 31, 2012 (edited) [media=] [/media]Script \ Design : GoddameitMap : TrojanWormRules :1. break stone +5 point to self team, -3 point to enemy.2. after broke, stone will respawn in 10 seconds.3. kill enemy will +1 point.4. which team's point is highest, is winner.Stone location:128,120 --> A127,46 --> BActive time:OnClock0100: OnClock0300: OnClock0500: OnClock0700: OnClock0900: OnClock1100: OnClock1300: OnClock1500: OnClock1700: OnClock1900: OnClock2100: OnClock2300: callsub OnActive; end; Set:1 min for register,30 seconds for join team (after this time, you still can join in),100 seconds for battle time.Reward:No.Script download :Custom Battle Ground_goddameit+TrojanWorm.txtMap download :endless_war ; endless_warNote:just a little creation, enjoy it.Note2:I just enjoy finishing this game, so don't approve any suggest, sorry.bug report only. Edited March 22, 2013 by goddameit 3 Quote Link to comment Share on other sites More sharing options...
PapaZola Posted October 31, 2012 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Share Posted October 31, 2012 its possible make gm active example (whisper)npc:battleground on/off Quote Link to comment Share on other sites More sharing options...
PHiLiP Posted October 31, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 24 Reputation: 1 Joined: 05/27/12 Last Seen: January 27, 2018 Share Posted October 31, 2012 try to add this OnWhisperGlobal: if ( @whispervar0$ != "ON" && @whispervar0$ != "OFF" ){ dispbottom "You have to type [ON] or [OFF] to enable or disable event"; end; } if ( @whispervar0$ == "ON" ){ callsub OnActive; end; } if ( @whispervar0$ == "OFF" ){ announce "Bg has been Cancelled.",bc_all; set .status,0; bg_destroy $@bg_id_a; bg_destroy $@bg_id_b; set $@bg_id_a,0; set $@bg_id_b,0; setarray .point[1],0,0; killmonsterall "endless_war"; bg_updatescore "endless_war",.point[1],.point[2]; deletearray .playerid[0],128; mapwarp "endless_war","prontera",150,180; callsub OnDisa; return; end; } end; Quote Link to comment Share on other sites More sharing options...
goddameit Posted October 31, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted October 31, 2012 try to add this OnWhisperGlobal: if ( @whispervar0$ != "ON" && @whispervar0$ != "OFF" ){ dispbottom "You have to type [ON] or [OFF] to enable or disable event"; end; } if ( @whispervar0$ == "ON" ){ callsub OnActive; end; } if ( @whispervar0$ == "OFF" ){ .... use callsub OnEndd; Quote Link to comment Share on other sites More sharing options...
PHiLiP Posted October 31, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 24 Reputation: 1 Joined: 05/27/12 Last Seen: January 27, 2018 Share Posted October 31, 2012 So it should be like this? if ( getgmlevel() >= 99 ) { OnWhisperGlobal: if ( @whispervar0$ != "ON" && @whispervar0$ != "OFF" ){ dispbottom "You have to type [ON] or [OFF] to enable or disable event"; end; } if ( @whispervar0$ == "ON" ){ callsub OnActive; end; } if ( @whispervar0$ == "OFF" ){ announce "Bg has been Cancelled.",bc_all; callsub OnEndd; end; } end; } Quote Link to comment Share on other sites More sharing options...
goddameit Posted October 31, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted October 31, 2012 So it should be like this? OnWhisperGlobal: if ( getgmlevel() >= 99 ) { if ( @whispervar0$ != "ON" && @whispervar0$ != "OFF" ){ dispbottom "You have to type [ON] or [OFF] to enable or disable event"; end; } if ( @whispervar0$ == "ON" ){ callsub OnActive; end; } if ( @whispervar0$ == "OFF" ){ announce "Bg has been Cancelled.",bc_all; callsub OnEndd; end; } end; } this Quote Link to comment Share on other sites More sharing options...
Thanna Posted October 31, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 271 Reputation: 7 Joined: 01/06/12 Last Seen: May 16, 2015 Share Posted October 31, 2012 @goddameit can you please make a customized version that can automatically give prize to the winner, I would love to use it on my server Quote Link to comment Share on other sites More sharing options...
goddameit Posted November 1, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted November 1, 2012 @goddameit can you please make a customized version that can automatically give prize to the winner, I would love to use it on my server you can try to do it by yourself and show me what did you done Quote Link to comment Share on other sites More sharing options...
Thanna Posted November 1, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 271 Reputation: 7 Joined: 01/06/12 Last Seen: May 16, 2015 Share Posted November 1, 2012 yes I'm trying to not tamper, just customized it a little but the credits are untouched and still yours, I'll post it here if I encounter problems, thanks for the script Quote Link to comment Share on other sites More sharing options...
uDe Posted November 4, 2012 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 400 Reputation: 5 Joined: 12/05/11 Last Seen: September 27, 2015 Share Posted November 4, 2012 Map link unavailable. Great script by the way Quote Link to comment Share on other sites More sharing options...
goddameit Posted November 4, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted November 4, 2012 Map link unavailable. Great script by the way still available Quote Link to comment Share on other sites More sharing options...
uDe Posted November 4, 2012 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 400 Reputation: 5 Joined: 12/05/11 Last Seen: September 27, 2015 Share Posted November 4, 2012 It's available just now. Anyway, thanks. Quote Link to comment Share on other sites More sharing options...
sijasperako Posted January 30, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 01/30/13 Last Seen: July 5, 2021 Share Posted January 30, 2013 Hi how to add prize giver for that? Quote Link to comment Share on other sites More sharing options...
Rain Posted February 7, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 95 Reputation: 1 Joined: 01/20/12 Last Seen: June 2, 2015 Share Posted February 7, 2013 how to use this i can't click the npc 1 Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted March 20, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted March 20, 2013 can use in latest svn ? Quote Link to comment Share on other sites More sharing options...
goddameit Posted March 21, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted March 21, 2013 can use in latest svn ? is there any big change on rA? Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted March 21, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted March 21, 2013 Since 17200 got mny change tht why i scared to try.. Quote Link to comment Share on other sites More sharing options...
goddameit Posted March 21, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted March 21, 2013 Since 17200 got mny change tht why i scared to try.. well, I don't see why you need to scared, if script fail at using it will not do anything (maybe give you a error warning) Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted March 21, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted March 21, 2013 ok sir. let me try 1st. can i change to bat_c03 ? which 1 should edit. because there are many coordinate there. help me sir. Quote Link to comment Share on other sites More sharing options...
goddameit Posted March 21, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted March 21, 2013 (edited) ok sir. let me try 1st. can i change to bat_c03 ? which 1 should edit. because there are many coordinate there. help me sir. research it and you will improve Edited March 21, 2013 by goddameit Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted March 22, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted March 22, 2013 sir, i got a problem. after i click. and i join.and then 2nd player cant click. besides that, we cannot warped to the endless_war map. Quote Link to comment Share on other sites More sharing options...
goddameit Posted March 22, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted March 22, 2013 sir, i got a problem. after i click. and i join.and then 2nd player cant click. besides that, we cannot warped to the endless_war map. if(!.playerid[1]) { //callsub OnEndd; initnpctimer; } Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted March 22, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted March 22, 2013 Where to put it? Quote Link to comment Share on other sites More sharing options...
goddameit Posted March 22, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted March 22, 2013 Where to put it? you can download this script again, already upload new fixed version. 1 Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted March 22, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted March 22, 2013 (edited) Where to put it? you can download this script again, already upload new fixed version. thx bro btw, all player can spam it, not restrict to 1st come 1st register. how ? Edited March 22, 2013 by mrlongshen 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.