Jump to content

not get kicked out of guilds mod?


mario123

Recommended Posts

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

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

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

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

  • Recently Browsing   0 members

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