Search results

  1. DreTaX

    Solved Rad zones and Animals stronger

    I forgot to tell Mike to add the Damage method in 1.0.8 (Maybe I didn't even list it on the git) So this is the following thing that you can add: RadiationCheck = [] class Test: TakeDamage = None def On_PluginInit(self): self.TakeDamage = Util.TryFindReturnType("TakeDamage")...
  2. DreTaX

    Fougerite Official

    Now we just have to add that new method that @MasterPeace requested and the two new events. Smooth!
  3. DreTaX

    Fougerite Official

    Yaay, Im in the examples.
  4. DreTaX

    Approved Wiper

    DreTaX updated Wiper with a new update entry: Fixes/Additions Read the rest of this update entry...
  5. DreTaX

    Wiper - Fixes/Additions

    Decay system is in, update your config. /wipeforced - Force runs a wipe
  6. DreTaX

    i have a problem in run fougerite server

    You have to get that yourself. Sent from my Samsung Galaxy S4
  7. DreTaX

    i have a problem in run fougerite server

    Download a server without Magma, and install Fougerite. Sent from my Samsung Galaxy S4
  8. DreTaX

    Approved iConomy

    Mmmmmmm Sent from my Samsung Galaxy S4
  9. DreTaX

    Approved iConomy

    What if u try to buy m4? Sent from my Samsung Galaxy S4
  10. DreTaX

    Archive stopped unexpectedly saved

    Do you buy the server from a hosting?
  11. DreTaX

    Archive stopped unexpectedly saved

    Are you hosting the server urself? Sent from my Samsung Galaxy S4
  12. DreTaX

    Important How To Setup Fougerite on Your Server

    Or the .NET Sent from my Samsung Galaxy S4
  13. DreTaX

    Archive stopped unexpectedly saved

    What do you mean? Sent from my Samsung Galaxy S4
  14. DreTaX

    New release imminent, and magic

    Mailed? Sent from my Samsung Galaxy S4
  15. DreTaX

    Checking if player is on his foundation (proper way)

    At the other thread I also posted 3 ways how to check if the attacker is a player.
  16. DreTaX

    Checking if player is on his foundation (proper way)

    I think you misunderstood It. continue = Stop right there, and continue for the next object. (get the next x variable) break = kill the for cycle, but continue the code below the for cycle. return = Stop the whole function and return.
  17. DreTaX

    spawn wood chest with items

    Make sure to install PyCharm http://fougerite.com/threads/setup-pycharm-for-python-plugins.198/