Search results

  1. Tom Jones

    Boolean expressions and GroupEnum...(...)

    I think Blizzard has fixed the bug with passing null as argument, because I can't get this to leak no matter how hard I try:scope TestFilters initializer Init globals private constant string COMMAND = "-test " private constant integer LENGTH = StringLength(COMMAND) private...
  2. Tom Jones

    Discussion The Heart Attack Grill

    Can I have a quadripple, a coke, and a nurse to go? Pretty please.
  3. Tom Jones

    System Extended Inventory System

    Extended Inventory System v1.5c Purpose: Easy extension of unit inventories to create bags, backpacks, etc. Screen shots: Requirements: Latest NewGen editor. Code: vJass. MUI. Should be leakless. library ExtendedInventorySystem...
  4. Tom Jones

    Extreme Sheep LED art.

    These guys have a little too much leisure time: D2FX9rviEhw Direct link.
  5. Tom Jones

    Snippet GetRandomId

    A snippet that'll return a random unit id. I ported it from a tower defence I've long given up on. I admit that it may be a little big for a snippet, but one can hardly call it a system. Code: vJass. library GetRandomId initializer Init...
  6. Tom Jones

    [wc3] tags.

    Can we pretty please get a button for the tags? With sugar on top.
  7. Tom Jones

    Prisons, a necessary institution?

    I do belive that we can all agree that if you commit a crime, you must be punished. The debate I would like to start is how we as a society punish said criminals. In modern societies, it is expected that criminal elements are robbed of their freedom and locked away in a correctional...
  8. Tom Jones

    Spell Dark Lightning Array

    Dark Lightning Array. MUI: Yep. Leaks: Not that I'm aware off. Code: vJass. //####################################################################################################### //#Dark Lightning Array - By Tom Jones...
  9. Tom Jones

    Orderid base.

    So this thread made me wonder: What base are orderids? Or are they even part of a base system? I can't come up with any results whatsoever, this is what I've used to test: function S2Hex takes string value, integer base returns integer local string map = "...
  10. Tom Jones

    Sci/Tech Neurobiologists discovers ever-lasting love.

    Original article. This research is quite interesting, because it could end in the development of a ever-lasting- or true love drug. Think about having a gay old time in a bar and somebody slips one of those into your drink :rolleyes:
  11. Tom Jones

    Bad Grammar

    I found this hilarious: Mj6QqCH7g0Q
  12. Tom Jones

    I'm glad to see...

    ... that even after several years everything still looks the same here :thup: I trust everybody is doing fine? If not there's an easy solution, repeat the following mantra three times each day when you wake up: "Today is gonna be a good day because I'll make it a good day." It's that...
  13. Tom Jones

    Sports Handball team has golden touch

    Denmark beat Croatia in the final of the European men's handball championship to win its first gold medal in an international final After what started out on a depressing note with a 26-27 loss to host nation Norway ten days prior, Denmark capped a seven-game undefeated streak in the EURO 2008...
  14. Tom Jones

    Snippet Set Unit Maximum HP and Mana

    Documentation (Can be found in the attached map as well): General: MUI: Depends on usesage. GUI/JASS: This one is GUI, a JASS version can be found at wc3campaigns by BladeDK Leaks: Nope. Requirements: The custom abilities Max Life Modifier (A000) and Max Mana Modifier (A001). The GUI...
  15. Tom Jones

    Struct extends to struct.

    Am I the only one that gets syntax errors when extending a struct to another struct? Even this gives me errors:struct bla integer i endstruct struct test extends bla endstruct Gives me an undeclared variable, f__arg_this. I use Jass NewGen Pack 1.4c. *Edit* It's not that I got a...
  16. Tom Jones

    Hey guys

    I've kinda got my education sorted out, kicked that hag of an girlfriend out of my life, so now I got some sparetime. What better way to spend it than with you guys? Missed me? :)
  17. Tom Jones

    Your personal top 5!

    The Helper Community's top 5: #1. Matrix Reloaded (9 points) #2. 300 (7 points) #3. Final Fantasy: Advent Children, Matrix, Braveheart (All 5 points) #4. The Lord of the Rings: The fellowship of the Ring, Pirates of the Caribbean: At World's End (All 4 points) #5. The fast and the furious...
  18. Tom Jones

    Freeware recommendations.

    What's your freeware recommendations when it comes to pop-up blockers and antivirus software?
  19. Tom Jones

    Spellpack Dark Drain & Dark Interference

    It's been awile since I've submitted anything, and since I needed to test my dynamic array system, I have optimized two spells from the archeive. It's should be leakfree and MUI. Both of them are made with jass. Dark Drain: Spell Type: Channel, unit target. Damage Type: N/A Drains the...
  20. Tom Jones

    JASS Advanced Class' Signups.

    Introduction: The purpose of the class is to teach you have to better yourself when your coding jass. This means that you should allready have a good understanding of jass, and be able to write effective code. Lesson structure: I believe in "Learning by doing", and this will be reflected...
Top