- Joined
- Apr 16, 2016
- Messages
- 29
Can someone link me the fixed version or a no-comment walk?
(15 ratings)
The RotDFIX version (the one uploaded by Ralle) doesn't really fix the Catacomb side quest from chapter one. And that's why I can't tell you anything besides that, as I again got my progress cleaned ;|
There is no such thing as reviving threads dedicated for resources.Necro-Posted because of this
Try this if something else doesn't work.If you can't play map4 I think the campaign just needs to be opened in world editor and then save it if you are using the campaign file uploaded here. Might have something to do with different version that the campaign was made with.
Anyways, if you had the chance to choose the dragon before the crash, the game cache knows your choice so you can just start from level 4.Those are three choices I have to choose from, but I'm still thinking on which one to do.
It worked on 1.27 when I played it. You could try to save the maps on the latest patch. Be sure to shorten the filename to avoid the exit to the campaign menu bug during map transition.The game immediately crashes right before the prologue ends. Can someone help of a way to play this? I just finished the prequel and I need to play this to find closure to the story.
I have the original version of the game and it is up to date. Is this related to the issue?
I'm playing on version 1.30.2 and the game crashes with this message during or after the prologue. Can you help me?It worked on 1.27 when I played it. You could try to save the maps on the latest patch. Be sure to shorten the filename to avoid the exit to the campaign menu bug during map transition.
Also see my post here for other issues related to this campaign: Nature's Call - Return of the Dragon
I see. And there is no way to go back to the earlier version 1.27 to play this campaign other than downloading a pirated 1.27 version?I'm afraid the patch broke it. It's a JASS problem:
View attachment 312866
I tried saving a map on the latest patch and that's the error I got.
Same on 1.29.2.
I'm afraid the patch broke it. It's a JASS problem:
View attachment 312866
I tried saving a map on the latest patch and that's the error I got.
Same on 1.29.2.
local group selection
wherever it pops up in that trigger, it's a 5 minute fix at most.You need Warcraft III CDs if you've bought the game like that before this post 1.27 shenanigans. I mean, instead of pirating. And you can then install the 1.27 patch:I see. And there is no way to go back to the earlier version 1.27 to play this campaign other than downloading a pirated 1.27 version?
I don't know JASS. If you can fix it (do what needs to be done and test it, see if it works) then do tell us how to do it or upload a fixed version here so we can replace or add it alongside the original. But, all maps have to be tested that they don't have that or any other error.EDIT: Actually... that's weird, that local is declared twice? That would've never compiled even in older versions... is there something wrong with WE's Jasshelper version?
Deleting one of those two variable declarations should still fix it if they're both actually present in the code I guess.
I'd love to help, but I'm not on my pc until the holidays end.I don't know JASS. If you can fix it (do what needs to be done and test it, see if it works) then do tell us how to do it or upload a fixed version here so we can replace or add it alongside the original. But, all maps have to be tested that they don't have that or any other error.
I'd love to help, but I'm not on my pc until the holidays end.![]()
I don't remember having come across such an error.chapter 3 contains a bug that triggers losing the mission for no damn reason at all. Tried reloading times and times again, and it always happen. Look to the uploaded file.
I gave up on it. It's one bug after the other, sadly.I don't remember having come across such an error.
Do a backup of the campaign file you're currently playing on and then replace the non-backup one with each of these and see if the map doesn't bug anymore:
Nature's Call - Return of the Dragon
Well, maybe you don't like it that much. I tried all I could to play it and finally succeeded.I gave up on it. It's one bug after the other, sadly.
local group selection --> //local group selection
exitwhen i > 15 --> exitwhen i > GetBJMaxPlayerSlots()-1
local effect lightning --> local effect lightning2
set lightning = GetLastCreatedEffectBJ() --> set lightning2 = GetLastCreatedEffectBJ()
call DestroyEffectBJ( lightning ) --> call DestroyEffectBJ( lightning2 )
exitwhen i > 15 --> exitwhen i > GetBJMaxPlayerSlots()-1
// disabled "Airstrike" trigger (contains usage of old "return bug")
// enabled "Airstrike Copy" trigger
// Removed plus signs for some real arguments, otherwise wasn't compiling, weird
"+3.0" --> "3.0" // etc.
call DestroyMultiboard(...)
-->
call MultiboardDisplay(..., false) // otherwise the game would crash the next time the interface is shown after cinematic, this is something new in Warcraft 1.30, this 100% didn't happen before.
call DestroyMultiboard(...)
Awesome!This is playable with the current Warcraft 1.30.4 version. I tested all maps, got to Chapter 10, everything works.
Ok, totally forgot about that. Uploaded here, too.Awesome!
Hey, please upload the file in your post so it will be here on the site (forever hehehe).
Thank you very much! Just updated the map thread description and referred to your post.Ok, totally forgot about that. Uploaded here, too.
Great! I can finally play this campaign, i've been trying for years but never could get past the 3° mission glitch on the end cinematic. Thank you very much BizzaroFukuro.
I'm on mission 5 right now and i gotta say, the dungeon maps (the one where you are underground) can be really frustating, and not in a fun kind of way. The big level 10 golems can be a really pain in the ass for the two puny level 3/4 inteligent based heroes. The only way i find to kill them is by kiting the bastards straight to some mines.
Other than that, i'm having fun with the campaign so far (there are a lot of bugs but nothing game breaking). The voice actors do a really good job so kudos to them!
Edit: So, i finished the campaign recently and i hate to say it, but the game gets considerably easy in the latter missions (not going to say why for spoilers reasons) and so as a result, less fun and honestly, a bit of a hassle to play.
Of course, it's not fair to criticize a custom campaign that old, but that's how i feel about it gameplay wise.It still does some very interesting things for its time so i recommend this campaign for the novelty concept alone!
Depends on what game version you're using. If you have a newer patch you might want to try the edited version in the description.why it's going back to the main campaign menu after i go outside of the submap?
Probably because of the campaign name . If the length of the campaign name is higher than 13 then the transition will not work. Try renaming the campaign to something shorter and see if that works.why it's going back to the main campaign menu after i go outside of the submap?
Hi Maltazar,
could you please provide me a a save file to play in the campaign after mission 5 or a way to advance? I have done again mission 5 and I'm stuck at the end. I reach Northrend and then I crash...
hey can you tell me what do i exactly do step by step for this campaign to work? and where do i download it from, i have 1.26 and 1.27 wc3It worked on 1.27 when I played it. You could try to save the maps on the latest patch. Be sure to shorten the filename to avoid the exit to the campaign menu bug during map transition.
Also see my post here for other issues related to this campaign: Nature's Call - Return of the Dragon
hey can you tell me what do i exactly do step by step for this campaign to work? and where do i download it from, i have 1.26 and 1.27 wc3
but what are people talking about that the campaign is unplayable and bugged and crashing especially on the egg event?
I donțt remember where I got the other version to joggle with. Read posts on the thread, maybe there's an answer.but what are people talking about that the campaign is unplayable and bugged and crashing especially on the egg event?
Nature's Call - Return of the Dragonthis map doesn't work for me...when i go create the custom map it closes and gives me an error ...srr dev but can't help it
Then you cannot play this. Reforged or game version 1.32+ does not support custom campaigns anymore.i use the WC3 Reforged latest version if that matters ( forgot to check the map req )