• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

library

  1. Helheim

    [JASS] Patch 1.33: Library syntax errors

    After patch 1.33 came out each Library I'm trying to use gives me: "Unknown compile error - unknown compile error on line X (syntax error)". Even: library ABC endlibrary ! Does Blizztards completely ruin this, or I should just change some syntax? NB: My laptop with an older Reforged WE version...
  2. HerlySQR

    [Lua] Control the order of the scripts

    Hello, I create this thread to discuss a thing that bothers me a lot, you know that all the custom scripts are placed in a unique file war3map.lua, the problem is, we can't control the order in where they will be placed, and this matters since we have libraries that requires other libraries are...
  3. Luashine

    Logging library: How to exfiltrate game data?

    I'm primarily concerned about Lua. I want more input or suggestions, because Preload is too slow for the amount of logs I wanted to generate. DisplayTextToPlayer: there're only 16 lines on screen and it is shared with map messages. In singleplayer the lines are saved to journal (F12) but not in...
  4. HerlySQR

    Problem with bounty system

    I create this system to control almost everything about the bouties and can edit it with external triggers, and use it with another events more than when you kill a unit, is uncompleted and I wanna add more stuff. library BountyController initializer Init globals private hashtable...
  5. HerlySQR

    Do you have ideas to improve this system? 2

    Hello, I'm have another system, that is a Jump System based on the Paladon's Jump System, but this includes horizontal curvature, I know that there can be better systems, but I still wanna share this I hear what things I can improve. //Jump System based on the Paladon's Jump System //If you use...
  6. HerlySQR

    [JASS] Do you have ideas to improve this system?

    I made this system to emulate the intangibility of the Wind Walk ability to don't have the risk of end the spell when you cast an spell (since the "solution" of using Ghost (Visible) never work to me), but I'm new in this of using libraries and structs, so I'm here to ask you if there is a thing...
  7. HerlySQR

    [General] Question about libraries

    If I create a function in the custom script code, how can I use it in a library I created?, yes or yes it must be in another library or I miss something?
  8. Blood Raven

    Blood Raven's Milkshape Model Files Library

    Introduction ____________ I've been browsing my backup drives recently and came upon an archive, containing almost all of my .ms3d files that I've ever worked on. Since I won't be installing that software again, I thought it might be interesting to upload them here for everyone to browse and...
  9. Lake

    [Solved] Damage Detection [WURST]

    I'm getting some "interesting" results, when I make use of the GetEventDamage() together with the pretty cool damage libraries in Wurst. The problem seems to be that the DamageTypes library, sometimes makes extra damage calls, which are also being registered by the DamageDetection. It results...
  10. redscores

    [vJASS] Public Library Function not "defined"

    Hello, I am currently creating a resource system for my AoS map with vJASS. It is supposed to use a hashtable in a library to store custom "resources" (like mana and energy and such) with reference to the unit that "owns" this resource. This is the code for the system: library...
  11. JC Helas

    [vJASS] I Use Struct for Indexing

    I need your suggestion and thoughts if this kind of indexing is not bad. probably I have to privatize the struct because they might have the same name of the others. should I prefixed my structs? is there a way to use a private struct? library thunder initializer init/*By JC Helas*/ globals...
  12. fruitsandice

    [Solved] How to set up my a custom math in JASS?

    (Before I jump into this issue, let me talk to some my Personality Issue to you who read this thread. Unfortunately, I'm Non-English person and my English grammar looks like may be terrible. So please excuse my ridiculously sentence.) Hi. As you can see I genuinely using 'Slopes' and...
Top