cardeal

Initiate
ServUO Version
Publish 58
Ultima Expansion
None
Is that a way to make them drop in any other champspawn like they drop in Felucca?
 
look in BaseChampion.cs line 34

C#:
public virtual bool RestrictedToFelucca => true;
Changing it to false should do it.
 
look in BaseChampion.cs line 34

C#:
public virtual bool RestrictedToFelucca => true;
Changing it to false should do it.
I thought the same but it is not working.. nothing happens when changed from true to false.. any other suggestion?
 
Try comment lines 85 and 86 with // :

C#:
//if (Map == null || (RestrictedToFelucca && Map.Rules != MapRules.FeluccaRules))
                //return;
 

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back