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
  1. Wulf

    Wulf Community Admin

    I'll get to it eventually most likely if nobody else claims it before I get to it.
     
  2. 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
     
  3. You can take it waiting for someone to claim it ? Because this plugin is awesome, you are awesome, so awesome + awesome = very amazing awesome
     
  4. 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
  5. 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.
     
  6. XDefaultX updated Devil's Island with a new update entry:

    0.7.1

     
  7. I'll be doing my best to update this.
    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.
     
  8. You're a genius, your RPG is great
     
  9. Thank you! I will be making a way to contribute to me shortly.
    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.
     
  10. 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...
     
  11. Wulf

    Wulf Community Admin

    Random versions are never supported and are not allowed here. Please update to the latest.
     
  12. oh i am running the latest but i get that error...
     
  13. Wulf

    Wulf Community Admin

    Could you profile the full oxide/log please?
     
  14. It's about this
    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); //<---
                }
            }
    
     
  15. 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?
     
  16. Wulf

    Wulf Community Admin

    Sounds like it wasn't tested before uploading then, as pretty sure that true isn't and can't be there. ;) I vaguely recall that being changed quite a few months back.
     
  17. [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
     
  18. It can't, this thing needs to be reworked from the core.
     
  19. Wulf

    Wulf Community Admin

    It can, it's just a compile error. If it doesn't compile, it doesn't load, so wouldn't work. Same with the other compile errors above. A quick find/replace would fix all of those, not sure why you posted and update that doesn't compile. :p