Search results

  1. DreTaX

    Important Setup PyCharm for Python plugins

    I have been testing with @balu92 and I think we did a pretty great progress on the testing, we could eliminate & find several bugs. Unfortunately, he didn't give the release out here yet, since there wasn't any MC updates from mike. If you want It you can grab it (The module dll) from my...
  2. DreTaX

    Fougerite Documentation

    Actually the other wiki looks better.
  3. DreTaX

    Fougerite Documentation

    +1 Sent from my Samsung Galaxy S4
  4. DreTaX

    Important Setup PyCharm for Python plugins

    Watch It. Don't use undefined. IronPython.Runtime.UnboundNameException: global name 'undefined' is not defined
  5. DreTaX

    Fougerite Documentation

    Possible. Should I do it people?
  6. DreTaX

    Important Decay Handling

    When i get home i.will try to remove the npcs via Py
  7. DreTaX

    I NEED SLEEPING BAG EXPLOIT FIX

    Streamline heehe. Nice guys thats for sure. Sent from my Samsung Galaxy S4
  8. DreTaX

    Approved Fougerite MC [Deleted]

    I will update DeathMSG once the next Fougerite build is out which contains the fix.
  9. DreTaX

    Important Setup PyCharm for Python plugins

    Who wants to work with ironpy, watch It cause if something contains a number, It's wise to use the str(number) method, or It will throw an error. Also, here is a complete plugin, which may help you as an example of the structure.
  10. DreTaX

    Approved Fougerite MC [Deleted]

    Blame baluerinoooo xd He fixed it in a wrong way.
  11. DreTaX

    Approved Fougerite MC [Deleted]

    Watafak.
  12. DreTaX

    Approved Fougerite MC [Deleted]

    Use my DeathMSG to avoid that.
  13. DreTaX

    Solved I am a novice...

    Are you using an IDE?
  14. DreTaX

    Always day and Item condition

    http://www.w3schools.com/js/js_loop_while.asp Sent from my Samsung Galaxy S4
  15. DreTaX

    Solved I am a novice...

    Every function has a parameter or i could say varianble: function onCommand(Player, Cmd, args).....The player is given by Fougerite when the event runs Sent from my Samsung Galaxy S4
  16. DreTaX

    I NEED SLEEPING BAG EXPLOIT FIX

    I still dunno why are u using Magma. Sent from my Samsung Galaxy S4
  17. DreTaX

    Solved Get Fougerite.Version?

    Hmmmmmmmmmmmmm
  18. DreTaX

    Solved Get Fougerite.Version?

    I really do want, but I'm busy with python, and the installer, and yeah.......................................... I'm too lazy to do it alone, and Idk what should i write it in.
  19. DreTaX

    Approved Moderator Function [Deleted]

    DreTaX updated Moderator Function with a new update entry: Python Support Read the rest of this update entry...
  20. DreTaX

    Important Setup PyCharm for Python plugins

    Mike asked me to notify you guys about some stuffs, which I found out: When doing python plugins: Make sure your method name doesn't have the same name as ur class name Because the old py thinks ur doing constructer from outside.