Jump to content
  • 0

Need help regards Disguise Event


Question

Posted

Hi i'm using the Disguise Event inside the basic Git of rAthena. However it so annoying that the event won't ends how will i modify it that if 3 rounds have past and no one is participating the event. The Event itself will be end thanks!

5 answers to this question

Recommended Posts

Posted

I believe it's the .Rounds variable that controls how many rounds the event will run.
 

OnInit:
set .EventON,0;
set .Wait,0;
set .Winner,0;
set .ResetCounter,0;
set .Rounds,10;
set .Prize,512;
set .PrizeAmt,1;
set .Rule,1;
Posted

If you're using the version by Masao...

set $@Monster,1000+rand(1,323);

Just increase the range.

set .MonsterID,rand( 1001,2380 );
set $@Monster,1000+rand(1,995);

The one by gmocean has a blacklist so i'd recommend that.

Posted

i dont mean the rounds i mean is i want to stop the event if there are no participants

The event will end depending on the number of rounds.

Out-of-the box, i think the disguise event doesn't have functionality to check whether if players are around the Disguise NPC.

Maybe try to customize the event so that players would need to register first. Check if there is no player registered and just end the game.

Join the conversation

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

Guest
Answer this question...

×   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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...