Unwound

Moved

Total Downloads: 431 - First Release: Sep 21, 2015 - Last Update: Apr 14, 2017

5/5, 4 likes
  1. Well the removed Puts on the ConfigLoader should only display a standard info-print-out to console so something like this "[Info] [Unwound] Unwound loaded config." (white written text) everything else is no mistake of this function and as I said, I will not remove that from the offical release cause it's practically a message for the server owner that everything went fine with loading the config and the plugin is ready to use and I think that's important.
    The warning I could imagine you got (once after updating) would been from the ConfigUpdater (wich was just a version count up since 1.0.1), and I see you corrected a typo from me in there - shame on me I must have it in there since 1.0.1 release and never seen it ...
     
  2. I put in your new unmodded version, removing any I had before and still had the warning on each restart of the server no matter how many times the server was restarted the warning would always come up. It only went away after I removed the 2nd "Unwound loaded config" you had in the file
     
  3. Wait, what you mean with "2nd" (once you removed it, or do you always got two print-outs)?
    Maybe you could also send me your log (or even a screenshot of the print-outs you mean)?
     
  4. Needs updated for latest release
    Code:
    [10/16/2015 3:41:28 PM] [Oxide] 3:41 PM [Error] Error while compiling Unwound.cs(474,58): error CS1061: Type `BasePlayer' does not contain a definition for `DistanceTo' and no extension method `DistanceTo' of type `BasePlayer' could be found. Are you missing an assembly reference?
    [DOUBLEPOST=1445129780,1445007288][/DOUBLEPOST][10/18/2015 1:51:34 AM] [Oxide] 1:51 AM [Error] Unwound plugin failed to compile!
    [10/18/2015 1:51:34 AM] [Oxide] 1:51 AM [Error] Unwound.cs(474,58): error CS1061: Type `BasePlayer' does not contain a definition for `DistanceTo' and no extension method `DistanceTo' of type `BasePlayer' could be found. Are you missing an assembly reference?
    please fix this
     
  5. Errors on updating to latest version:
    [Oxide] 11:42 AM [Debug] Preparing compilation
    [Oxide] 11:42 AM [Warning] Waiting for another application to stop using script: Unwound
    [Oxide] 11:42 AM [Debug] Adding plugin to compilation: Unwound
    [Oxide] 11:42 AM [Debug] Probably done preparing compilation: Unwound
    [Oxide] 11:42 AM [Debug] Done preparing compilation: Unwound
    [Oxide] 11:42 AM [Error] Unwound plugin failed to compile!
    [Oxide] 11:42 AM [Error] Unwound.cs(516,58): error CS1061: Type `BasePlayer' does not contain a definition for `DistanceTo' and no extension method `DistanceTo' of type `BasePlayer' could be found. Are you missing an assembly reference?
    [Oxide] 11:42 AM [Debug] Preparing compilation
    [Oxide] 11:42 AM [Debug] Adding plugin to compilation: Unwound
    [Oxide] 11:42 AM [Debug] Probably done preparing compilation: Unwound
    [Oxide] 11:42 AM [Debug] Done preparing compilation: Unwound
    [Oxide] 11:42 AM [Error] Unwound plugin failed to compile!
    [Oxide] 11:42 AM [Error] Unwound.cs(516,58): error CS1061: Type `BasePlayer' does not contain a definition for `DistanceTo' and no extension method `DistanceTo' of type `BasePlayer' could be found. Are you missing an assembly reference?
     
  6. [Oxide] 5:48 PM [Error] Unwound.cs(516,58): error CS1061: Type `BasePlayer' does not contain a definition for `DistanceTo' and no extension method `DistanceTo' of type `BasePlayer' could be found. Are you missing an assembly reference?
     
  7. This has been broken for a while I wish the coder or someone would fix it
     
  8. I believe I fixed the problem with Unwound and updated the version from 1.0.5 to 1.0.6. it is attached, please try it and let me know.
     

    Attached Files:

  9. Still broken - please fix :)

    Will try your fix Quicken - thanks!

    Thanks!
    -SUE, RustieShack
     
  10. Sorry guys, was abscent for a while, will take a look into everything asap.
     
  11. mk_sky updated Unwound with a new update entry:

    1.0.6

     
  12. mk_sky updated Unwound with a new update entry:

    1.0.7

     
  13. mk_sky updated Unwound with a new update entry:

    1.0.8

     
  14. everything is updated and configured correctly but i cant seem to get the economics part of the plugin to deduct any money or even give an option when using unwound
     
  15. Have you set "Settings" -> "EnableEconomics" to true in the Config-File?
    Also did you set "EcoSettings" accordingly (you need a key for every available value behind "/aid"
    ).
    Maybe you could send me your config-file so I can check if I find something else.
     
    Last edited by a moderator: Nov 19, 2015
  16. set a key? no didnt do that part
     
  17. Well as by the overview the "EcoSettings" are build up like this (will post the standard-config):
    Code:
      "EcoSettings": {
      "250": 5,
      "500": 0
      },
    So therefore 250 and 500 are keys (you can add / remove / modify keys as you wish), so for example if you just want one key for instant unwounding with lets say 1000 cost it would have to look like this:
    Code:
      "EcoSettings": {
      "1000": 0
      },
    Therfore the key determines the money that is charged from the players account and the value behind the time in seconds it will take for the "medic" to arrive.
    Let's say for another example that the "medic" will arrive in 10 seconds if the player does not want to pay anything so he just runs "/aid" (see "Settings" -> "WaitTillMedic"), then you could say that you want to charge others 100 bucks for every second they want to wait less, your config would then look like this:
    Code:
      "EcoSettings": {
      "100": 9,
      "200": 8,
      "300": 7,
      "400": 6,
      "500": 5,
      "600": 4,
      "700": 3,
      "800": 2,
      "900": 1,
      "1000": 0
      },
    The availalbe chat-commands will then range from "/aid", "/aid 100", "/aid 200" up to "/aid 1000".

    You can add new keys via the server-console with 'unwound.set' (see overview for syntax) or change their time-value with this.
    However if you want to modify or remove a key you will have to edit the config-file with a text-editor of your choice, after editing the file you can either reload the whole plugin (I think 'oxide.reload Unwound') or let the plugin itself reload the config with 'unwound.load' (both in server-console).

    (It just came to me that I maybe should add a help-command where the players get to see what costs are available for them with the time-bonus ...)

    PS: What do you guys think, maybe I should switch the keys and values, so the player writes the seconds and not the cost behind "/aid" and then gets charged the required amount of bucks for the timer he wants to use, or something like that. Tell me your ideas / wishes on that feature please.
     
  18. any way to make it cost by default?
     
  19. You may want to adjust soon the permission and the info to it
    Oxide Core v2.0.1684


    Code:
    [12/28/2015 7:09:57 PM] [Oxide] 7:09 PM [Warning] Permission 'canuseunwound' (by plugin Unwound) is not prefixed with plugin name, should be 'unwound.canuseunwound'