Damion52 Member Aug 23, 2014 #1 Hello, I was wondering if anyone out there had altered dispel field to dispel both moongates which are linked, instead of only dispelling the moongate at the location where the dispel field is cast.
Hello, I was wondering if anyone out there had altered dispel field to dispel both moongates which are linked, instead of only dispelling the moongate at the location where the dispel field is cast.
Enroq Member Aug 24, 2014 #2 Go into DispelField.cs and add this ontop of item.Delete(); Code: if(((Moongate)item).PairedGate != null) ((Moongate)item).PairedGate.Delete();
Go into DispelField.cs and add this ontop of item.Delete(); Code: if(((Moongate)item).PairedGate != null) ((Moongate)item).PairedGate.Delete();
OP Damion52 Member Aug 24, 2014 #3 Do you have an altered moongate script which defines PairedGate? Would you mind posting it? Last edited: Aug 24, 2014
Enroq Member Aug 24, 2014 #4 https://github.com/UOAberration/hubroot/tree/master/Scripts/Spells/Magery https://github.com/UOAberration/hubroot/blob/master/Scripts/Items/Skill Items/Magical/Moongate.cs
https://github.com/UOAberration/hubroot/tree/master/Scripts/Spells/Magery https://github.com/UOAberration/hubroot/blob/master/Scripts/Items/Skill Items/Magical/Moongate.cs