Yonko Posted April 3, 2015 Posted April 3, 2015 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! Quote
Boom Posted April 3, 2015 Posted April 3, 2015 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; Quote
Yonko Posted April 3, 2015 Author Posted April 3, 2015 i dont mean the rounds i mean is i want to stop the event if there are no participants Quote
Chaos92 Posted April 3, 2015 Posted April 3, 2015 did anyone have latest script for disguise event ? because the monster seems not including renewal? Quote
Skorm Posted April 3, 2015 Posted April 3, 2015 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. Quote
Boom Posted April 3, 2015 Posted April 3, 2015 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. Quote
Question
Yonko
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.