Jump to content

Quests, Games: Last Man Standing - Yet another version


Recommended Posts


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  446
  • Reputation:   229
  • Joined:  03/20/12
  • Last Seen:  

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.

 


 

  • Upvote 1
Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  37
  • Reputation:   0
  • Joined:  09/26/19
  • Last Seen:  

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 by Veilside
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  446
  • Reputation:   229
  • Joined:  03/20/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  75
  • Reputation:   5
  • Joined:  08/28/13
  • Last Seen:  

Hi @Mabuhay,  When the event ends, the player does not receive the prize.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  446
  • Reputation:   229
  • Joined:  03/20/12
  • Last Seen:  

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

  • Like 1
Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

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?

Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   1
  • Joined:  05/02/12
  • Last Seen:  

@Mabuhay Hello! Can you help me add a limit for participants? Ex: 20 players maximum

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  02/16/20
  • Last Seen:  

thx

Link to comment
Share on other sites

  • 6 months later...

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  73
  • Reputation:   1
  • Joined:  11/27/18
  • Last Seen:  

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 by 3TAJIOH
Link to comment
Share on other sites

  • 9 months later...

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  79
  • Reputation:   2
  • Joined:  04/27/16
  • Last Seen:  

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;

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...