Eros Posted January 26, 2023 Group: Members Topic Count: 76 Topics Per Day: 0.02 Content Count: 202 Reputation: 2 Joined: 07/09/12 Last Seen: June 7, 2023 Share Posted January 26, 2023 (edited) Dooming ordeal_a02 every 30 minutes. Edited January 26, 2023 by Eros Quote Link to comment Share on other sites More sharing options...
-1 KazumaSatou Posted January 27, 2023 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 157 Reputation: 37 Joined: 05/15/20 Last Seen: 13 hours ago Share Posted January 27, 2023 4 hours ago, Eros said: Dooming ordeal_a02 every 30 minutes. ordeal_a02,1,1,1 script DOOMMAP FAKE_NPC,{ OnMinute30: atcommand "@doommap"; end; } Try this one. Quote Link to comment Share on other sites More sharing options...
1 Emistry Posted January 27, 2023 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted January 27, 2023 - script sample -1,{ OnMinute00: OnMinute30: .@size = getmapunits(BL_PC, "ordeal_a02", .@gid); for (.@i = 0; .@i < .@size; .@i++) { if (unitexists(.@gid[.@i])) unitkill .@gid[.@i]; } end; } Quote Link to comment Share on other sites More sharing options...
0 Eros Posted January 29, 2023 Group: Members Topic Count: 76 Topics Per Day: 0.02 Content Count: 202 Reputation: 2 Joined: 07/09/12 Last Seen: June 7, 2023 Author Share Posted January 29, 2023 Thank you guys how about warping everyone on savepoint during 30 minutes? Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted January 29, 2023 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted January 29, 2023 1 hour ago, Eros said: Thank you guys how about warping everyone on savepoint during 30 minutes? - script sample -1,{ OnMinute00: OnMinute30: .@size = getmapunits(BL_PC, "ordeal_a02", .@name$); for (.@i = 0; .@i < .@size; .@i++) warp "SavePoint", 0, 0, convertpcinfo(.@name$[.@i], CPC_CHAR); end; } Quote Link to comment Share on other sites More sharing options...
Question
Eros
Dooming ordeal_a02 every 30 minutes.
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.