Jump to content
  • 0

Need help regards Disguise Event


Yonko

Question


  • Group:  Members
  • Topic Count:  166
  • Topics Per Day:  0.04
  • Content Count:  789
  • Reputation:   50
  • Joined:  04/16/12
  • Last Seen:  

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!

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  182
  • Reputation:   22
  • Joined:  12/30/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  166
  • Topics Per Day:  0.04
  • Content Count:  789
  • Reputation:   50
  • Joined:  04/16/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1537
  • Reputation:   237
  • Joined:  08/03/12
  • Last Seen:  

did anyone have latest script for disguise event ? because the monster seems not including renewal?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  182
  • Reputation:   22
  • Joined:  12/30/12
  • Last Seen:  

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.

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

×
×
  • Create New...