• 🏆 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!

HIVE

Hetgrum
Hetgrum
I hope it helped. If you wanted to have custom spells, but couldn't make them, maybe I could write one or two for you. (I am so sorry I filed a report instead of a reply just now).
Daffa
Daffa
I actually can, just can't be bothered having to import them over and over again (I mean the trigger side). This is why I attempt to rely on what the editor offers as much as possible.
Hetgrum
Hetgrum
Have your spells in a text file outside the campaign and import them into the maps with
Code:
//! import "myScript.j"
. You will need to modify "jasshelper.conf". For example I have
Code:
[lookupfolders]
// Just type the folders where //! import would look for if relative paths where used, include the final \
// embed them in quotes
// example: "c:\"
// The order causes priority:
"D:\var\workspaces\plaguebringer\src\vjass"
"D:\var\workspaces\pitlord\src\vjass"
.
Top