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!
I copied the object data from my main project so far (just simple custom heroes in a tavern cuz I'm new lol) onto a map in reforged. All ability Icons are matched to their original hero, but work like the abilities I put in. For example, HUNTRESS a hero based off of Dark Ranger has trueshot...
Hello all. I'm trying to include external script to the map but it throws some unexpected error:
I'm using following code:
//! luaimport "c:\Game\x.lua"
What could be wrong ?
Or it should be included using another statement ?
Attached map here...
before i start i want to say that i'm a spanish and my english is not good, so please be patient with me. i have this problem with my custom model whenever i'm using it in my custom map, it crashes my world editor if not it appears to be invisible when it works. i have uploaded the file, please...
With the announcement of the beta of the World Editor for reforged this project can finally start rolling.
Here is the official discord for the project where some of the project design has been done server: Discord - Free voice and text chat for gamers
some pics of concepts of maps...
I feel like my map is lagging too much even when there's so little enemies. I think it may be cause of damage detection system but I'm not sure. I already did what Bribe (damage detection system creator) asked me to do but it seemed to not working out at all.
I think it comes from other...
I'm trying to run the following code:
function SpawnerActions()
print "I am a test string."
CreateNUnitsAtLoc(1, "hfoo", Player(0), GetRectCenter(GetPlayableMapRect()), bj_UNIT_FACING )
end
onTriggerInit(function ()
Spawner = CreateTrigger()...
I can't seem to be able to remove Jasshelper. I want to use lua and i think JH is giving me trouble.
However simply deleting the folder only results in it re-downloading.
Anything i should know?
Hello,
I'm coding in GUI with editor 1.31. I just noticied that when I edit an integer variable, my globals of type integer array are not visible, and thus selectable, so I can't use them.
In the example below, I used Easy Item Stack n' Split by Dangerb0y and thus I should see a...
So as the title says i am missing ability section for units.
Any ideas how to fix it. I tried restarting my computer, re-downloading JassNewGen, opening other maps and opening normal world editor to see if it has the same problem which it does.
The checkbox for custom import path was removed, now i cannot change the pathing of my imports. It happened when I imported a whole folder of models/textures. Is there a way to reverse this? I have tried restarting the editor and everything besides actually reinstalling the game. If anyone knows...
So i have a problem. I have been making maps as a hobby for quite some time now but recently had to move on to a new pc and had to install Wc III from battle net instead of installing it from CD. But when installing it that way it didnt seem to put any files on the C: drive and instead just...
I'm trying to create a quest where you have to get a certain amount of wood and then "bring" it to someone, so I want the quest to be completed once you enter a region and have the certain amount of wood, but I can't figure out how to create a condition that checks the amount of wood you have...
Hello,
Players on Battlenet experience desync with my map (generaly they are 4-8 players).
I also reproduced it on Battlenet games with other live players.
However I don't have other players to monopolize to test over and over. I need a way to reproduce and test myself, alone. I discovered...
Hello, i need help with figuring out how to create a specific spell in the world editor.
This spell is an ultimate for a Hero/Champion i'm currently working on that would basically function as
Summons a set amount of units, and then summons additional units from each corpse nearby
Iv'e tried...
Hey everyone, I work on this map for a very long time and I never had any problem with it. But it appears that since the last update on warcraft 3 (I'm not 100% sure), when I try to open my map in the world editor, the editor crashes at Loading Triggers and more exactly at 490/550 I think.
I...
Hello,
It has been 3 hours I am trying to make triggered orders, with some temporary abilities I give to the units.
And I have the feeling that when I change the value of "Text - Order String - Use/Turn On" in the editor, Warcraft III just doesn't care, and keep the original value, so if I...
Hello,
The question may be dummy, but I still would like to know the answer:
In WE (GUI), reals are saved with 2 decimals (1.123456 is saved as "1.12"). Is it possible to change the number of decimals, to increase precision ? For example with 4 it would save "1.1234" instead :)
Sincerely...
Hello,
I am used to develop in GUI/Jass through the basic WE. But I would like to use frameworks coded in vJass, and thus start using world editor extensions.
However I am a bit lost between the tools I found here (many JNGP versions, JassCraft) and some others (SharpCraft...). Some versions...
(first time asking a thing here, sorry if i'm not asking correctly)
as i just found out, the world editor can only have so many things counted as heroes before removing all ones below a certain threshold upon pressing the "ok" button to finish editing the "what counts as a hero" list... and i...
Can anyone know a solution to this? After I back up my file and try to open my map in world editor (new patch), all my units'name become like this
What the hell? And even though I changed my map name to something else, try restarting the pc, etc. it's not working or changing anything at...
So, as the new Editor (1.31) allows to change any object field value with triggers, I was wondering which event should I use to make a base spell whose damage increases with its level and an attribute value? For example, a Carrion Swarm spell:
Damage: 100 x Spell Lvl + 1 x Intelligence
With...
Hey guys!
I want to ask the Linux part of this community something. I used to create custom maps/spells and be an active member of this community, however eventually I lost interest due to lack of more time.
But since seeing these new updates (however broken they are) makes me want to come...
As stated on WineHQ, to get Warcraft III 1.31 working it is to be run with this option -graphicsapi Direct3D9, but the same solution doesn't seem to fix World Editor.
When I start it up, terrain editor doesn't render its minimap, model viewer and terrain view, while every other editor properly...
Everytime i close the game or world editor, the program will not responding and only can be closed by manually kill it within task manager.
Anyone knows what the problem is?
Hi guys,
I have a problem in world editor. When I make a map and my units encounter enemies, enemy´s units start to run away, when they start loosing. They run away for few meters, then they turn back, got one hit and they start running again.
Do you have any idea how could I solve this...
Hi everyone. I wanted to ask, how to increase max level past 10,000, because this is the maximum game constants allow. Is there any mod for world editor or any other way to do this? Thanks.
I know Blizzard no longer provides the old MPQ files anymore.
I downloaded the data files with a cascviewer, and found the map folders but no map files.
For example, Humanx02 has a bunch of files in the folder but does not contain the 'w3x' file.
Any information would be great
Thanks
Im a c++ developer and am trying to help a friend work on a wc3 custom map.
I am new to jass but I saw that the 1.30.2 update made vjass and jasshelper included in the world editor.
from what I have read as of the 1.30.2 update TESH and other helpers no longer work on the world editor.
My...
Hi, I have been working on this map for a while now. I have been testing this on almost daily basis and there's an issue that I cannot solve so I need help if possible.
My map is a co-op heroes survival map where people do objective and survive waves of enemies. I always notice that there is a...
Nobody seems to ask or care about it now. Would be nice if one could do it without hacky methods, which not exactly protect, but delay the inevitable.
EDIT: It is a suggestion thread.
Guys I created a model through Milkshape 3D and tried animating in in MDLVIS, everything seems fine. 1 stand animation from 100-3000 key frames. The problem is whenever I open the model in Magos Model Editor and World Editor it always twitches a few areas for some reason. I am new to animating...
Hello.
I wanted to ask a couple things.
1) Is it still worth using JNGP if I don't use Jass, after all the updates to the world editor?
2) How can I see the number of objects on my map?
I know the new limit is 30000, but that still sounds a bit low.
Is there a way to increase it even further on...
So ive been working on a map for a long time now and theres this issue ive been having since i changed my PC.
My Model Editor just wont work as it was supposed to. Every time i try to convert an image into a .blp I would get an "unkown error occured" pop-up. I tried everything - converting the...
Hello everyone. I wanted to ask - is there a way to get SharpCraft WEX working with 1.30b version? And, if not, is there another way to get a list of functions and TESH? Or well, I can do without TESH, but the function list is basically necessary for JASS triggers.
Hello there,
my question is:
I have already have a map with 10 players, I want to delete 2 players totally from the game, I know how to remove the "slot" but can I see all the trigger where these 2 players are in? so I can remove them from this too?
Hello friends, so I want to create a custom gold mine, which workers will mine 25 gold per trip from it, while keeping the 10 gold per trip standard mine, similar to Starcraft's rich mineral patches and I need some help.
So I copied the mine into another unit. And I also copied the abilities...
So, I've been playing quite a bit of Starcraft lately and I noticed that armor in SC is a direct form of damage reduction. (1 armor = 1 less damage take from attacks).
I want to implement the same system in Warcraft 3, I think its better as the 6/11/15% damage reduction armor does now, in some...
Hi, I've been working on this campaign of mine for a bit now and while I do have a few backups, my current one has a lot of new things in it that the previous versions don't and for some reason it isn't opening.
Just moments ago I was able to save it, but then I noticed something peculiar with...
crash
not enough memory
not opening
won't open
wont open
worldeditorworldeditor crash
worldeditor not opening
worldeditor won't open
worldeditor wont open
So I restart my pc, and open the world editor, it turns out that all of custom models are disabled and unusable for some reasons. Not only that but my custom loading screen is unusable as well. Additionally, sometimes I couldn't save my map so I have to try to save it twice or more to make it...
I am creating a Hero and i have the desire to be a Melee Unit that deals Area Damage but i do not know what to do because i am new to the world editor. Can someone help me?
I have been updating my map quite a few versions already, but this happened out of nowhere. At first it was all working nicely until I hosted online on ent. Everyone desynced and crashes. When that happened, I decided to play the map on single player, but it seemed all units cannot move, and...
Hello everyone. I have been using the WE of Warcraft III for years to make typical maps with the RTS game mode, customizing the models, effects, skins and stats of the characters and abilities but I have never deepened my knowledge about detonators in general or similar things and for this...
Hello, is there a way to make all units owned by a certain player invulnerable? Or do I have to make them all invulnerable one by one? Thanks for answers.
So how to do that, in events im pretty sure i do every 2 to whatever seconds and in the triggers do animation play, but whenever i do that, the unit becomes a statue. How to loop animations?
Greetings hivers, I'm having a few problems with lag on my map, it only happens when there are a lot of units on the screen, vague but awfully true.
In my opinion I don't think it's only one issue I can fix but an amalgamation of things. Still would like to know what is a professional's idea...
Howdy, new user here! :3
I've had this problem for all of my WCIII experience since the launch, nor I can find anything relevant to it in the forums or on the net in general. I've always wanted to have the Editor use the default ladder changes for maps, like the heroes having 290 movementspeed...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.