Search results

  1. Jakkee

    Loot

    Not sure how to limit the number of resource spawns but you could use GatherPlus to lower the amount in each wood pile / stone
  2. Jakkee

    Approved AdvancedTester (RecoilTest/JumpTest)

    wrong section to post but the answer is: - In the Solution Explorer (Right had side) Right click your plugin -> Properties - Go to build tab - Change Platform target from Any (Or x86) to x64
  3. Jakkee

    Environment.TickCount returns negative numbers

    That would make sense as when trying to debug on local server I don't find anything wrong (Server not up for more than 1hour)
  4. Jakkee

    Fougerite Official

    Cracked server?
  5. Jakkee

    Magma Problem

    I think those plugins are very old and need an update. Are you using Fougerite or Magma server?
  6. Jakkee

    Approved LegitRaid

    DeCompile the DLL with a program such as DotPeek
  7. Jakkee

    Approved Rust Legacy Server + Fougerite [Deleted]

    Just my input on your resources: You should just do a resource update instead of posting a new resource with each update. If someone wanted an earlier update they could go to Version History and find the version they are after and download. Example: (You don't have to do this, I'd just...
  8. Jakkee

    Approved RemoveAll

    You want code on how to do it? or a plugin request?
  9. Jakkee

    Important How to Install C# plugins

    Go to plugins section and download Group++ then follow above on how to install
  10. Jakkee

    Rust Legacy Server Files Download Corrupt?

    hi? Theres a chat box on the main forums page if you want to chat to someone
  11. Jakkee

    Solved Plugin.GetPlugin()?

    Can't remember, Pretty sure it did. From memory I think was still Lua throwing an error.
  12. Jakkee

    Approved CountryBlackList

    Jakkee updated CountryBlackList with a new update entry: V 3.0.1 - Changes recommended by Dretax Read the rest of this update entry...
  13. Jakkee

    CountryBlackList - V 3.0.1 - Changes recommended by Dretax

    Changes recommended by Dretax
  14. Jakkee

    Approved CountryBlackList

    Jakkee updated CountryBlackList with a new update entry: V 3.0 - Threading, A few extra checks & Converted to C# Read the rest of this update entry...
  15. Jakkee

    CountryBlackList - V 3.0 - Threading, A few extra checks & Converted to C#

    Converted to C#. New command; /dlist <Player Name> - Removes a player from the whitelist
  16. Jakkee

    RustBuster

    Um, you want to download RustBuster or Magma? -Download RustBuster for Magma?: RustBuster is not realeased yet. -Download Magma?: Use Fougerite.
  17. Jakkee

    Maybe someone will be able to implement?

    There is no hook to stop this from happening, On_NPCHurt doesn't work. Same with Entity/PlayerHurt hooks. @DreTaX
  18. Jakkee

    Help

    what is the value of Exp2 and Settings.GetSetting("Settings", "Exp2")? EDIT: What is the value of EXP? if(this.Exp< Convert.ToInt32(this.Settings.GetSetting("Settings", "Exp2")))
  19. Jakkee

    Solved Name check of the subject

    what is your full code for On_Crafting?
  20. Jakkee

    Solved Name check of the subject

    Why not find out what name it is? player.Message(e.itemname);