PDA

View Full Version : Durotar Map help


muradin
05-28-2007, 5:13 PM
I'm making a map like durotar from WoW. I need got some problems with it.
1. How do you make heroes go past level 10.
2. I want to make like a bank. So when your inventory is full any Item you try to pick up afterwards will automatically go to the bank. And I want the bank to be able to have more than six inventory spots (if thats possible).
3. Is it possible to make an enemy drop an item, I just want them to drop 1 item and not have that be 100% chance.
4. Is it possible to make the yellow exclamation marks appear above units heads for quests? figured out
5. Is it possible to make giant trees?
6. Can somebody find me the orgrimmar map from the bonus campaign where your rexxar. I want to edit that.
7. If I do get the orgrimmar map what triggers do you use for game cache?
Thank you.

Blacker
05-28-2007, 5:54 PM
1.In Terrain Editor go to Advanced -> Gameplay Constants and find Max.Hero Level or something like that...
2.I think you can't,but I'm not 100% sure in that...
3.That's trigger,like example:

Events:
Unit Dies

Conditions:
(Dying Unit) is A Hero Equal to True (it's not important)

Actions:
Item-Create item of type (example) Boots of Speed at (Position of (Dying Unit)

And that's it...

4.Again Trigger:

Events:
Map Initialization([U]I'm not sure in this event,but if wont work,try event "Every 1.00 seconds of Game Time

Conditions:
NONE

Actions:
Special Effect-Create Special Effect on Unit using....\\\\...Then,copy this to shown path:

Abilities\Spells\Other\TalkToMe\TalkToMe.mdl
What's next...

5.Open Object Editor,go to Doodads panel and just change it's scaling value (you can modify big number of options,it's you choice...)

6.There's only one solution,MAYBE...Search through http://www.blizzard.com/

7.I'm noob for that,Game Cache is my enemy :P

I'm hopefull that you understood my English translation and I'm hopeful it helps.

btw,welcome to Warboards. :)

Basan
05-28-2007, 6:12 PM
Why, hello there, Muradin! And welcome to WB's. So, you're LotR fan, eh? ;)

6th - And the answer for this question is that you must look inside your game *.mpq files with WinMPQ or other similar and extract'em from there. Just be aware that you must have your game patched to at least the 1.19 version (if I recall it right) to have all the extra episodes from the Rexxar RPG like campaign in your game file archives (aka the *.mpq file format). :)

muradin
05-28-2007, 8:53 PM
Thanks for the help. And yes I like the lotr but i see nothing to say that I do. Durotar is a region in WoW.

muradin
05-28-2007, 9:25 PM
Why, hello there, Muradin! And welcome to WB's. So, you're LotR fan, eh? ;)

6th - And the answer for this question is that you must look inside your game *.mpq files with WinMPQ or other similar and extract'em from there. Just be aware that you must have your game patched to at least the 1.19 version (if I recall it right) to have all the extra episodes from the Rexxar RPG like campaign in your game file archives (aka the *.mpq file format). :)
Anyway you could get them for me? When I try to open the patches (if thats what your supposed to do) it brings up an error report.

Blacker
05-28-2007, 11:57 PM
If you want patch,which works,PM or E-Mail me.

I had problem with that,too...

Basan
05-29-2007, 6:44 AM
Anyway you could get them for me? When I try to open the patches (if thats what your supposed to do) it brings up an error report.

You must open the *.mpq files inside the WC3-TFT folder directory to find those maps. I suppose that they are the *.mpq's resulting from the game patches (read not war3.mpq and war3x.mpq). ;)
And it was your nick' that alluded me to LotR.

If you want patch,which works,PM or E-Mail me.

I had problem with that,too...

No, it ain't a patching problem from what I can tell... :P

Blacker
05-29-2007, 8:38 AM
If you want to know,it's crack problem ! ;)

And I personally got solution :rolleyes:
Can you remember when I posted my problem.It was the SAME as muradin's.

Please,start believing me... :P

WarInSerbia
05-29-2007, 8:54 AM
Welcome to warboards Muradin.We realy need some more muscle for the maping.Hope you can help me with my maps.

So for you'r questions:
1.Blacker said.
2.There is a ability hero pack or something like that,that lets you keep more items.Unfortunatly the extra items won't show on you'r inventory.You can also edit it in he object editor.
6.Look in www.wowwiki.com (http://www.wowwiki.com) .
7.Game cache is a real pain.It works on normal heroes.If you change one thing on them it won't work.

Why are you making a map similiar to the blizzards?We already got it.Why not making a map like that but it Lordoron or Kalimndor?

Candy6132
05-29-2007, 9:30 AM
For 3rd point I've made good sollution, because many times I made spots with enemy monsters and I wanted to make them drop items after death.
This is the sollution:
1. Firstible create variable "Items" of type "Item type" and choose array function to this.
2. Now make Trigger:
Events: Map Iniciation
Conditions:
Actions:
Set: Items[1]=Small Healing Pottion*
Set: Items[2]=something else (or again last item to gain it's rate of drop)
...and so on...
3. Now make another Trigger:
Events: Unit owned by Somebody dies
Conditions: Type of Triggering unit equal to Inferno*
Actions: Create Item of Type (Item[Math: Random number between 1 and 20**]) at position of Triggering Unit

* - For example
** - If you have saved for example 10 types of items it's not necessairly to type there 10, but more to make rate - it won't drop always.

A little complicated, but I hope u understood. ;-)

WarInSerbia
05-29-2007, 9:43 AM
And I found you a map of ogrimar,durotar and the barens.
You can find them all in wowwiki.There you have every info about everyone,even rexar,thral and others.

Blacker
05-29-2007, 11:01 AM
muradin,I don't see any point of giving "item-drop" tut,I know that,like 99% of WB members.But,it's still helpfull for "new fresh corpses"! ;)

muradin
05-29-2007, 9:47 PM
Welcome to warboards Muradin.We realy need some more muscle for the maping.Hope you can help me with my maps.

So for you'r questions:
1.Blacker said.
2.There is a ability hero pack or something like that,that lets you keep more items.Unfortunatly the extra items won't show on you'r inventory.You can also edit it in he object editor.
6.Look in www.wowwiki.com (http://www.wowwiki.com) .
7.Game cache is a real pain.It works on normal heroes.If you change one thing on them it won't work.

Why are you making a map similiar to the blizzards?We already got it.Why not making a map like that but it Lordoron or Kalimndor?
Did blizzard make a map like durotar? I wouldn't know. But I recently made an orc on WoW. and I want to make something like the begging of what happens in WoW.

Candy: I want to have scorpids to be ables to drop a stinger like in WoW. And only a stinger. Just have it be like a 75% chance.

Blacker: I do know how to make units drop items I just want what I listed above.

And Basan: My mpq files always bring up RoC. It might be because my game is patched up only to 1.7. And muradin is a dwarf who got killed when arthas claimed frostmourne.

Basan
05-30-2007, 7:42 AM
If you want to know,it's crack problem ! ;)

And I personally got solution :rolleyes:
Can you remember when I posted my problem.It was the SAME as muradin's.

Please,start believing me... :P

We don't want people to talk about illegal stuff like that (as it already states in the site's FAQ (http://www.warboards.org/faq.php?faq=faq_rules#faq_faq_rules_badtopics)). There are PM's for a reason ya know?
I don't wanna hear it again. Next time I hear similar, infractions will start flowin' as well. I trust that this was clear enough for all.

Did blizzard make a map like durotar? I wouldn't know. But I recently made an orc on WoW. and I want to make something like the begging of what happens in WoW.

Yes, they did. It's in Rexxar's bonus campaign that came with TFT patchings. ;)

And Basan: My mpq files always bring up RoC. It might be because my game is patched up only to 1.7. And muradin is a dwarf who got killed when arthas claimed frostmourne.

That's probably because you haven't the TFT expansion. And my game initially came in that version too. All I had to do is to dl' the latest full patch from their page (http://www.blizzard.com/support/?id=mwr0642p) and then run it. That, or connect to B.Net to play a few games on line and it'll start updating it automatically.
And imho, it's worth getting TFT as well. :)

Guess I was wrong (about the Muradin origin). Mistaken it with Minardil (http://en.wikipedia.org/wiki/Characters_from_The_Lord_of_the_Rings#M).

Blacker
05-30-2007, 7:54 AM
We don't want people to talk about illegal stuff like that (as it already states in the site's FAQ (http://www.warboards.org/faq.php?faq=faq_rules#faq_faq_rules_badtopics)). There are PM's for a reason ya know?
I don't wanna hear it again. Next time I hear similar, infractions will start flowin' as well. I trust that this was clear enough for all.

Ok then,sorry...I forgot that thingy :shiftyr:
And:I belive you when you talking about infractions :D

muradin
05-30-2007, 7:02 PM
We don't want people to talk about illegal stuff like that (as it already states in the site's FAQ (http://www.warboards.org/faq.php?faq=faq_rules#faq_faq_rules_badtopics)). There are PM's for a reason ya know?
I don't wanna hear it again. Next time I hear similar, infractions will start flowin' as well. I trust that this was clear enough for all.



Yes, they did. It's in Rexxar's bonus campaign that came with TFT patchings. ;)



That's probably because you haven't the TFT expansion. And my game initially came in that version too. All I had to do is to dl' the latest full patch from their page (http://www.blizzard.com/support/?id=mwr0642p) and then run it. That, or connect to B.Net to play a few games on line and it'll start updating it automatically.
And imho, it's worth getting TFT as well. :)

Guess I was wrong (about the Muradin origin). Mistaken it with Minardil (http://en.wikipedia.org/wiki/Characters_from_The_Lord_of_the_Rings#M).
As I said. It won't let me patch up my game. And I haven't beaten the rexxar campaign. All I know is that they have an orgirimmar map. My computer is to strong for battle.net. And I do have the Frozen Throne Installed.

Basan
05-30-2007, 7:14 PM
How so? :confused: I want details on what is preventing you to patch the game.

And if the patch page from Blizz' that I've linked in earlier post doesn't work either, which I find a bit odd/suspicious, then you don't have a legit copy of WC3-TFT or somebody else already used your CD-Key(s).

muradin
05-31-2007, 7:46 AM
How so? :confused: I want details on what is preventing you to patch the game.

And if the patch page from Blizz' that I've linked in earlier post doesn't work either, which I find a bit odd/suspicious, then you don't have a legit copy of WC3-TFT or somebody else already used your CD-Key(s).

Blizzard PrePatch v2.70 compiled on Jul 7 2003
This program patches Warcraft 3

Log created at 7:40 am on 05/31/2007

Registry error loading key 'Warcraft III\InstallPath'
The system cannot find the file specified.


RESULT: Prepatch failed.
My friend gave me RoC. Now I borrowed the frozen throne so I could beat the Campaigns. As he said it has explained a lot. But in between times when I couldn't do a level in the campaign, I came up with this Idea to do a map like wow. I realized that would take a whole bunch of triggers. So I switched to make a durotar map. And it would have a selection of a few heroes and you would go around doing quests and fighting monsters.

EvilEggCracker
05-31-2007, 8:05 AM
Eastern Kingdoms > All

Forget Durotar! Elewyn is where it's at!