Mabuhay Posted October 21, 2019 Posted October 21, 2019 View File Last Man Standing - Yet another version UPDATE: version 1 = I removed all my modifications on this script version 2 = Has timers and will most likely be in-conflict with other event scripts i made. Here is my take on a LMS Event. Just a simple one. Runs hourly or Manually run by a GM Reward can be set Spoiler Enjoy. UPDATE 2.0: Changed to a new version that works like my other script events. Still runs hourly and manually run by a gm. Submitter Mabuhay Submitted 10/21/2019 Category Games, Events, Quests Video Content Author Mabuhay 1 Quote
CenturyGothic Posted November 19, 2019 Posted November 19, 2019 (edited) Hello @Mabuhay you have a typo on line 101, missing semi colon ( ; ) I'm also testing this script Is there a way to safely, end the event? Edited November 19, 2019 by Veilside Quote
Mabuhay Posted November 19, 2019 Author Posted November 19, 2019 11 minutes ago, Veilside said: Hello @Mabuhay you have a typo on line 101, missing semi colon ( ; ) I'm also testing this script Is there a way to safely, end the event? it is here. mapannounce strnpcinfo(4), "<Last Man Standing> Last Man Standing wins the event!", bc_blue just add ; mapannounce strnpcinfo(4), "<Last Man Standing> Last Man Standing wins the event!", bc_blue; For now, i will leave it as is. Maybe I will update this with the same pattern as my other event scripts previously posted. Quote
sprdosat Posted November 20, 2019 Posted November 20, 2019 Hi @Mabuhay, When the event ends, the player does not receive the prize. Quote
Mabuhay Posted November 21, 2019 Author Posted November 21, 2019 6 hours ago, sprdosat said: Hi @Mabuhay, When the event ends, the player does not receive the prize. Ohh im sorry, I see the error. .@size = getmapunits(BL_PC,"quiz_01",.@aid); change to .@size = getmapunits(BL_PC,"06guild_01",.@aid); Thanks! lms_v2.txt 1 Quote
Gidz Cross Posted February 19, 2020 Posted February 19, 2020 Hi @Mabuhay I love your scripts. can you update this for PK Servers? Dont get me wrong the script works like a charm. But my server is PK on mode (Except towns) so when they're in the map. They need to enable /ns or noshift command to attack players. Is there a way to fix this? Quote
greenieken Posted March 19, 2020 Posted March 19, 2020 @Mabuhay Hello! Can you help me add a limit for participants? Ex: 20 players maximum Quote
3TAJIOH Posted October 19, 2020 Posted October 19, 2020 (edited) How can I make guildmember can damage each other? Upd. Solution: setmapflag "guild_vs1-1",mf_pvp_noguild; setmapflag "guild_vs1-1",mf_pvp_noparty; Edited October 20, 2020 by 3TAJIOH Quote
rmon Posted July 23, 2021 Posted July 23, 2021 Tried adding pvpnopart and pvpnoguild but i still can't hit guildmember and partymember setarray .@mapflag, mf_nobranch, mf_nomemo, mf_nopenalty, mf_nosave, mf_noteleport, mf_nowarp, mf_nowarpto, mf_noicewall, mf_pvp_noguild, mf_pvp_noparty, mf_noreturn; Quote
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.