mario123 Posted April 25, 2010 Share Posted April 25, 2010 is it posable to make it so you cant get kicked out of guilds?i like being able to fight myself but everytime i do i get kicking out of all the guilds even if im the master of the guild...(witch makes no sence...) anyways is there mod that does this? or can someone make one Link to comment Share on other sites More sharing options...
Shuraalex Posted April 25, 2010 Share Posted April 25, 2010 I agree with mario123 , it gets annoying when you accidently steal something from the guild even though your the ARCHMAGE himself.. you still get kicked out, which makes no sence, your the one who's deciding to kick out people in the first place anyway.. Link to comment Share on other sites More sharing options...
mario123 Posted April 26, 2010 Author Share Posted April 26, 2010 so is it not posable? no one has replyed Link to comment Share on other sites More sharing options...
razorpony Posted April 26, 2010 Share Posted April 26, 2010 Looks possible. To do this for the mages guild you'd change the MGExpulsion01Script to check your faction rank. So instead of this: if ( GetStage MGExpulsion01 < 30 ) If GetPCFactionMurder MagesGuild == 1 SetPCExpelled MagesGuild 1 SetPCFactionMurder MagesGuild 0 player.removeitem MagesGuildKey 1 SetStage MGExpulsion01 30 endif endif It would look like this: if ( GetStage MGExpulsion01 < 30 ) if ( player.getfactionrank magesguild <= 8 ) If GetPCFactionMurder MagesGuild == 1 SetPCExpelled MagesGuild 1 SetPCFactionMurder MagesGuild 0 player.removeitem MagesGuildKey 1 SetStage MGExpulsion01 30 endif endif endif So the expulsion script will only run of your rank is less than or equal to 8. Archmage is 9. This would have to be changed in the script for every faction. -Razorpony Link to comment Share on other sites More sharing options...
mario123 Posted April 26, 2010 Author Share Posted April 26, 2010 ohh you know what your doing can you make this a file to download? cus i have no idea how edit it myself Link to comment Share on other sites More sharing options...
razorpony Posted April 26, 2010 Share Posted April 26, 2010 To be honest, I've got other things I'm working on so I doubt I'll get to this. Someone should be able to hook you up though. It's not the scriptwriting that's difficult so much as the playtesting. I'd need to advance my character to the top of every single guild and then try to kill a guildmate to make sure it all works as promised. If time goes by and no one else steps up maybe I'll take a crack at it. -Razorpony Link to comment Share on other sites More sharing options...
mario123 Posted April 26, 2010 Author Share Posted April 26, 2010 cool ty edit: i could play test it Link to comment Share on other sites More sharing options...
Recommended Posts