Radian Posted April 2, 2018 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted April 2, 2018 7 hours ago, AnnieRuru said: @celeron0134 hola ~ its done ~ report any bug you can find ~ http://upaste.me/7e7849543c8aa9db2 For a big map like that, maybe adding a random warp close to the enemies EMP will be fun Quote Link to comment Share on other sites More sharing options...
0 AnnieRuru Posted April 2, 2018 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 April 2, 2018 (edited) @Radian you can always change to map from 'bat_a01' to 'bat_b01' or 'bat_c01' or whatever map that is suitable for battlegrounds I do not give support on how to change coordinate though ... members are expected to know how to change the map, registration npc location and the respawn coordinate themselves Edited April 2, 2018 by AnnieRuru Quote Link to comment Share on other sites More sharing options...
0 Radian Posted April 2, 2018 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Author Share Posted April 2, 2018 6 minutes ago, AnnieRuru said: @Radian you can always change to map from 'bat_a01' to 'bat_b01' or 'bat_c01' or whatever map that is suitable for battlegrounds I do not give support on how to change coordinate though ... members are expected to know how to change the map, registration npc location and the respawn coordinate themselves The map is perfect, its good for a big population server.. What I mean with the warps are every round there's a warp appear in the map and players can enter the warp and randomly warp them in the map. and a chance to be warp close to the enemies EMP. Quote Link to comment Share on other sites More sharing options...
0 AnnieRuru Posted April 3, 2018 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 April 3, 2018 (edited) @Radianisn't this simple enough ? bat_a01,151,338,5 script bg_emp_red_portal 45,2,2,{ if ( getcharid(4) != getvariableofnpc( .red, "bg_emp#control" ) ) { message strcharinfo(0), "This portal only works for Red team members"; end; } // warp "Random", 0,0; // I wonder why "Random" doesn't work ? warp strcharinfo(3), 0,0; end; } make a portal on the map and just warp it randomly, shouldn't be very hard to do Edited April 3, 2018 by AnnieRuru Quote Link to comment Share on other sites More sharing options...
0 Radian Posted April 4, 2018 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Author Share Posted April 4, 2018 On 4/3/2018 at 5:41 AM, AnnieRuru said: @Radianisn't this simple enough ? bat_a01,151,338,5 script bg_emp_red_portal 45,2,2,{ if ( getcharid(4) != getvariableofnpc( .red, "bg_emp#control" ) ) { message strcharinfo(0), "This portal only works for Red team members"; end; } // warp "Random", 0,0; // I wonder why "Random" doesn't work ? warp strcharinfo(3), 0,0; end; } make a portal on the map and just warp it randomly, shouldn't be very hard to do I was thinking of a different one, like making the warp show randomly in each round. Quote Link to comment Share on other sites More sharing options...
0 AnnieRuru Posted April 4, 2018 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 April 4, 2018 hmm ... the default value for .eventlasting is 20 minutes so you mean like ... at the last 5 min, (after 15 mins has passed), a warp suddenly appear on the map to help player end the game quickly something like this ? however I am sure adding a warp portal isn't too hard to do, unless you have ... more unique idea that you like to share ? Quote Link to comment Share on other sites More sharing options...
0 Radian Posted April 4, 2018 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Author Share Posted April 4, 2018 (edited) 25 minutes ago, AnnieRuru said: hmm ... the default value for .eventlasting is 20 minutes so you mean like ... at the last 5 min, (after 15 mins has passed), a warp suddenly appear on the map to help player end the game quickly something like this ? however I am sure adding a warp portal isn't too hard to do, unless you have ... more unique idea that you like to share ? Each round there's no specific time when the warp will show up, but in that 20 minutes warp will randomly appear, or not. Its not to end quickly but to give players a heads up. most of the things are already released. so I must make a very unique idea for it maybe soon.. Edited April 4, 2018 by Radian Quote Link to comment Share on other sites More sharing options...
Question
Radian
For a big map like that, maybe adding a random warp close to the enemies EMP will be fun
Link to comment
Share on other sites
6 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.