Vincent Posted October 15, 2013 Group: Members Topic Count: 130 Topics Per Day: 0.03 Content Count: 528 Reputation: 18 Joined: 09/11/12 Last Seen: March 5, 2020 Share Posted October 15, 2013 Hello, atm if WoE off the unconquerd castel have an Emperium and can be taken. If remember a config serverside that this can be turn off. But i cant find it. Where is the option that castel only during WoE have an Emperium if they are unquoncerd? Quote Link to comment Share on other sites More sharing options...
Boom Posted October 15, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 182 Reputation: 22 Joined: 12/30/12 Last Seen: February 20, 2017 Share Posted October 15, 2013 (edited) To turn off WoE, use these two script commands: WoE FE AgitEnd; WoE SE AgitEnd2; I recommend using Toasty's WoE Controller for automated WoEs for which there are only specific castles that are open (not all castles; @agitstart/@agitstart2). Edited October 15, 2013 by Boom Quote Link to comment Share on other sites More sharing options...
Vincent Posted October 15, 2013 Group: Members Topic Count: 130 Topics Per Day: 0.03 Content Count: 528 Reputation: 18 Joined: 09/11/12 Last Seen: March 5, 2020 Author Share Posted October 15, 2013 Nope the problem is not the WoE times. If WoE is not activ and a castel is not conquerd by a guild the Emperium is still at the Emp room. If a player break the emp it is hidden till WoE is activ. Quote Link to comment Share on other sites More sharing options...
Boom Posted October 15, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 182 Reputation: 22 Joined: 12/30/12 Last Seen: February 20, 2017 Share Posted October 15, 2013 Nope the problem is not the WoE times. If WoE is not activ and a castel is not conquerd by a guild the Emperium is still at the Emp room. If a player break the emp it is hidden till WoE is activ. This is the specific code on agit_main.txt for your concern, I think: // War of Emperium has ended. OnAgitEnd: if (strnpcinfo(0) == "Gld_Agit_Manager") end; GvgOff strnpcinfo(2); // If the castle has no owner at the end of WoE, do not kill Emperium. if (GetCastleData(strnpcinfo(2),1)) { KillMonster strnpcinfo(2),"Agit#"+strnpcinfo(2)+"::OnAgitBreak"; } end; The emperium will not be killed. It's an official behavior unless you modify it. Hope this answers your question where it is... Quote Link to comment Share on other sites More sharing options...
Vincent Posted October 16, 2013 Group: Members Topic Count: 130 Topics Per Day: 0.03 Content Count: 528 Reputation: 18 Joined: 09/11/12 Last Seen: March 5, 2020 Author Share Posted October 16, 2013 thanks yea this is was i saw in the past. Quote Link to comment Share on other sites More sharing options...
Question
Vincent
Hello,
atm if WoE off the unconquerd castel have an Emperium and can be taken. If remember a config serverside that this can be turn off.
But i cant find it. Where is the option that castel only during WoE have an Emperium if they are unquoncerd?
Link to comment
Share on other sites
4 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.