I'll get to it eventually most likely if nobody else claims it before I get to it.

Devil's Island
Complete game mode that provides more endgame content and more
Total Downloads: 1,167 - First Release: Oct 6, 2015 - Last Update: Jul 29, 2018
- 5/5, 20 likes
-
Wulf Community Admin
-
If you do... please take my version and go from there... I added a bunch of mods to it... but missed one i could not do (coding not that good yet) and that is to change the titles of the roles so that you can theme it as pirates or starship personnel..... anything you want. Someone asked me for that and I was going to but ran out of steam
-
-
Hi all,
Updated to remove the error CS1061: Type `ConsoleSystem.Arg'
DevilsIsland has polluted the global namespace by defining DevilsIsland.DevilsIslandState
plus a lot of others of the same nature are still present as a Warning in the console, but the mode works again now.
Hook.
p.s., I'll have a look at the code for the boss' name.Last edited by a moderator: Feb 12, 2017 -
Yeah I updated the IsAdmin (from the original version I modified from above post) but now I also get those warnings; however, it seems to still work.
-
XDefaultX updated Devil's Island with a new update entry:
0.7.1
-
Hero!
-
I believe you were the person who brought this to me, thanks for telling me about this.
This entire plugin needs a rework, everything is so unupdated. -
You're a genius, your RPG is great
-
Also, I do not have as much time as I used to, to update everything.
But that doesn't mean I'm going to stop working on it.
I'll be rewriting this entire plugin, with about the same functionality, but updated via the messages, and config.
To add more room with future updates. -
Wanted to try the plugin but I get this error:
Error while compiling: DevilsIsland.cs(661,24): error CS1501: No overload for method `Spawn' takes `1' arguments
seen replies to same error on previous page but figured it a bad idea to download a unknown modified cs file from 2016...
Thanks for any help... -
Wulf Community Admin
-
oh i am running the latest but i get that error...
-
Wulf Community Admin
-
Code:public void OrderheliStrike(string targetPartialName) { // Deduct the cost List<Item> collector = new List<Item>(); currentBoss.inventory.Take(collector, config.heliStrikePrice_ItemDef.itemid, config.heliStrikePrice_Quantity); // Call in the whirlibird Outlaw target; BaseEntity entity = GameManager.server.CreateEntity("assets/bundled/prefabs/npc/patrol_helicopter/PatrolHelicopter.prefab", new Vector3(), new Quaternion(), true); if (entity != null && Outlaws.TryResolveByPartialName(targetPartialName, out target)) { entity.GetComponent<PatrolHelicopterAI>().SetInitialDestination(target.GetEffectiveTarget().transform.position + new Vector3(0.0f, 10f, 0.0f), 0.25f); entity.Spawn(true); //<--- } }
-
I'm not sure what your asking for. The only thing it tells me is
Error while compiling: DevilsIsland.cs(661,24): error CS1501: No overload for method `Spawn' takes `1' arguments
today's oxide log file is 46K is that what you want? -
Wulf Community Admin
I vaguely recall that being changed quite a few months back.
-
[SERVER v1.0.24] Started as service
[SERVER v1.0.24] Running as service
[SERVER v1.0.24] Got Message: Ready
[SERVER v1.0.24] Got Message: Compile
[SERVER v1.0.24] Console: DevilsIsland.cs(400,21): error CS1061: Type `ConsoleSystem.Arg' does not contain a definition for `isAdmin' and no extension method `isAdmin' of type `ConsoleSystem.Arg' could be found. Are you missing an assembly reference?
G:\Users\rscott\756\Facepunch.Console.dll (Location of the symbol related to previous error)
DevilsIsland.cs(634,44): error CS1502: The best overloaded method match for `ItemManager.CreateByItemID(int, int, ulong)' has some invalid arguments
G:\Users\rscott\756\Assembly-CSharp.dll (Location of the symbol related to previous error)
DevilsIsland.cs(634,88): error CS1503: Argument `#3' cannot convert `bool' expression to type `ulong'
DevilsIsland.cs(661,24): error CS1501: No overload for method `Spawn' takes `1' arguments
G:\Users\rscott\756\Assembly-CSharp.dll (Location of the symbol related to previous error)
[SERVER v1.0.24] Connection closed.
[SERVER v1.0.24] Shutdown -
-
Wulf Community Admin