Search results

  1. DreTaX

    [JS] Include libraries/functions

    Python makes you skills in every points, if you want to stick with JavaScript, use the Magma engine. (Place JS in Magma folder) I have been using Python for 8 years now, and will make you just a better programmer in any case. I never fail in python definitions, cause that's how python...
  2. DreTaX

    [JS] Include libraries/functions

    Hmm. I would go with Python Itself but your call. Also surprised that you want to write a homesystem, lol. Anyways. Looking in the Plugin class of Jint engine: https://github.com/Notulp/Fougerite/blob/master/JintPlugin/JintPlugin.cs Seems like it doesn't have that function. You could use the...
  3. DreTaX

    Important wpe Packet modification causes the server error

    I will do it. No worries Sent from my Samsung Galaxy S4
  4. DreTaX

    Important wpe Packet modification causes the server error

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

    Important wpe Packet modification causes the server error

    I will test this thing today in 2 hours when Im home. Needs to be investigated. Sent from my Samsung Galaxy S4
  6. DreTaX

    Important wpe Packet modification causes the server error

    So with this program you can crash a server? Sent from my Samsung Galaxy S4
  7. DreTaX

    Important wpe Packet modification causes the server error

    I think you misunderstand. He says that sending modified packets.will crash any servers, and he wants us to fix It. I guess I can ask Mike. Sent from my Samsung Galaxy S4
  8. DreTaX

    Approved Wiper

    DreTaX submitted a new resource: Wiper - Auto Wipe Objects. Read more about this resource...
  9. DreTaX

    Wiper 1.2.0B

    Description: Wiper was designed to wipe all the Player's objects, if the player has been inactive for more than the configured days. The Player InActivity Date gets updated on every Connection. The plugin also checks automatically for wipeable objects in every hour. Those players who have...
  10. DreTaX

    Approved HomeSystem3

    Why dont u use that then? Sent from my Samsung Galaxy S4
  11. DreTaX

    Approved DeathMSG

    Aa yea. Go to my github and get deathmsg from there. Sent from my Samsung Galaxy S4
  12. DreTaX

    Approved DonatorRank

    Nah. He upgraded from the old HomeSystem, he probably didn't update his config. @lee ashton could you update your homesystem config please? There are missing options in the ini.
  13. DreTaX

    Approved DonatorRank

    # coding=utf-8 import re string = "assfefeewwuwuhwu523r" string2 = "erhtrterééü62525wüögweöwegwere" name = re.match('^[\x00-\x7F]+$', string) name2 = re.match('^[\x00-\x7F]+$', string2) if not name: print "Contains non ascii" # Will not print. if not name2: print "Contains non ascii2"
  14. DreTaX

    Approved DonatorRank

    https://github.com/dretax/Python-Plugins/blob/master/ANA/ANA.py#L43 RegEx has a match method. You can do the same with that.
  15. DreTaX

    Approved DonatorRank

    Mono cannot read non ascii characters which causes It to error. With IllegalName or ANA, this can be avoided.
  16. DreTaX

    Approved DonatorRank

    Now thats a lot of modules. I will add u when im home
  17. DreTaX

    Approved DeathMSG

    @Jakkee Also, I noticed both FAC and Navmesh have problems, and cause the server to crash. I found whats the NavMesh Error was, but I will still need Snake to send the source of the FAC so I can fix that.
  18. DreTaX

    Approved HomeSystem

    DreTaX updated HomeSystem with a new update entry: Fixes Read the rest of this update entry...
  19. DreTaX

    HomeSystem - Fixes

    Code Fixes Method fixes/updates
  20. DreTaX

    Approved HomeSystem3

    DreTaX updated HomeSystem3 with a new update entry: Update Read the rest of this update entry...