• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

vjass

  1. UmbraUnda

    Walkable Wall vJASS Trigger Transfer

    Hello, I'm trying to transfer the vJASS triggers for rotatable structures and walkable walls from @MassiveMaster 's Castle Defense map to my medieval map however I'm having no luck due to my lack of vJASS knowledge and general coding/triggering inexperience. I need advice on what exactly I...
  2. Anachron

    [Solved] Issue with statics and struct children

    Aim: Have two different children structs that have their own static objects. What happens: When trying to set the children statics it will overwrite for all other parent children. The code above prints "Test: 2 :: 2". I was looking for a way to make this "Test 1 :: 2" library Test initializer...
  3. Tiagomrorais

    Inventory System Rework[Solved]

    Hi, first i would like to apologize for my bad english since its not my nature language. Im starting a project for a simple RPG map, and since its going to be an RPG i made use of a simple save/load system, and of a Inventory System. After much time trying to figure it out i could finaly make...
  4. Waffle

    Command

    A system i use to handle text commands. features: built in -list command built in -help command does initial argument parsing for commands feeds off of 1 trigger, number of triggers run per command in system is O(1) has been in use in FortressSurvival map for .. ages. been a while since we...
  5. Waffle

    DelayedPrinter

    A little utility I use for when i need to print something to the screen but risk printing more than can fit. will result in output scrolling untill the last line is printed, depending on what you use it for it might do to tweak the constants at the top. posted here for feedback befoe...
  6. bear_369

    Play Music during Map Selection/Hosting map

    "Play Music during Map Selection/Hosting map" Submitted on: January 31, 2017 Introduction Hello there! In this tutorial, I'm going to show you how to play any music you wanted to play outside your map. There's some minor things you need to know before we're getting starting about this...
  7. SaintNicholas

    [Solved] How to turn this to struct

    scope Slash initializer init globals private constant integer ID = 'UNIS' private constant string EF = "Abilities\\Spells\\Other\\Stampede\\StampedeMissileDeath.mdl" private constant string EFW = "Abilities\\Weapons\\AvengerMissile\\AvengerMissile.mdl" private constant...
  8. Furry Nova

    [Solved] Is TRIGSTR Collecting Garbage?

    I've just been having a go at converting GUI into vJASS. Since there's a wait delay required I thought it be better using local run of temp variables instead of global ones to prevent the risk of outside trigger passing or bugs that access the same variables. After so many errors, I finally got...
  9. Spellbound

    [vJASS] Learning Structs

    Trying to fix my Burst Laser system by remaking it with structs. I can't get the lightning effects to destroy properly, so I'm not sure what I'm doing wrong. I'm using this mostly as a way to pre-set the variables instead of having to add a million things when calling StructName.create()...
  10. MyPad

    Damage Detection System

    This is a damage detection system that detects damage dealt. It has three events, a detection event, a finalization of damage event, and the actual dealing of damage event. The ability to modify damage via variable has been outsourced and simplified. The library will also adjust some abilities...
  11. userid907

    [vJASS] Logic Challenge or Impossible?

    Iam trying to make a feature on my system that use hashtable, but i stuck when i got a problem, is this possible but hard, or impossible?, i've been trying much hard to solve. here is : static method getDataFromUnit takes unit un returns integer return LoadInteger(ht,2,???)...
  12. TheGoldenGoblin

    [Solved] Damage Loop in vJass

    Hello. I remade a gui trigger in vjass to get back into vjass again after some time away. The spell is a straight lined beam which is supposed to deal damage to everyone for 100 damage withing 500 range of the beam. But my problem is that right now the damage event is running 25 times because...
  13. benidi

    [Solved] Cannot assign a struct array's index

    I found a system for a custom birth animation for structures in an old thread here on the Hive, but while it seems to work fine in the test map, it's broken when I import it. Jasshelper gives me the error "cannot assign a struct array's index" and picks this line: set Dummy[id] =...
  14. userid907

    [vJASS] Why my script not working?

    hello, hive. i here want to ask why my script not working, i've try to search the problem, and i change the script that i think is wrong, and when i test it the script still not working, after repeat it about 10 times, i give up because i'm new on vJass. and i've try to debug the script and only...
  15. Swan

    [Solved] Text Macros Not Working

    I've started working on updating an old RPG and some of the systems don't seem to be quite functional. I've got the map compiling and I've been able to make some simple changes but when getting to larger tasks like adding new abilities I've run into a bit of a wall. There are a few systems...
  16. Ruke

    vrJASS

    vrJASS Language What is vrJASS? A just-for-fun programming language which compiles down to JASS (Warcraft 3). It aims to improve and replace the beloved vJASS. What? x2 An update to vJASS which tries to solve its flaws. I want to try it! - I need a manual...
Top