[F9] Map
Moderator: Cheaters
-
- Grammar King
- Posts: 2117
- Joined: June 22nd, 2008, 10:11 pm
- Title: Worst human for 4eva
- Location: Mostly USEast
Re: [F9] Map
If you're trying to create a new quest, it's call CreateQuestBJ. If you wanna edit one, find where they store the info. Most of the time it's in the .wts file, but sometimes it's in the .j file. Wherever it is, just change it there, save, and then add the file back.
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.
Learn how to extract and read RAW Codes here!(23:44:12) Bartimaeus: I was in pubic school until middle school...
Need help? Click here and ask your question!
-
- Senior Member
- Posts: 127
- Joined: March 27th, 2010, 2:32 pm
Re: [F9] Map
To be clear:
If the string is one-liner, it is stored in J file.
If its multi-line, it goes into .wts.
Technically you can replace trigstr_# with multi-line text, if you preserve right code structure.
If the string is one-liner, it is stored in J file.
If its multi-line, it goes into .wts.
Technically you can replace trigstr_# with multi-line text, if you preserve right code structure.
-
- Newcomer
- Posts: 21
- Joined: July 27th, 2010, 12:26 pm
Re: [F9] Map
Well I want to modify something in quests F9.... to modify it I need to open the .wts file with mpqmaster program using notepad and save it ?
-
- Forum Spammer
- Posts: 610
- Joined: March 30th, 2009, 9:02 pm
Re: [F9] Map
u might wanna look in the war3map.j file first...
just look for CreateQuestBJ and look at the text past the 2nd comma (,)
if it says something like trigstr_numberhere, then look in the wts file and change it there (i use notepad) then save
and if u need to, replace the wts file with the new one in the map
if it says something like "blah text text text blah", except that the blah text text text blah is the Quest info, just change the blah text text text blah
btw Yellow, im pretty sure u can have a multi-line quest info in the J file
proof is in a game called Warlock095
just look for CreateQuestBJ and look at the text past the 2nd comma (,)
if it says something like trigstr_numberhere, then look in the wts file and change it there (i use notepad) then save
and if u need to, replace the wts file with the new one in the map
if it says something like "blah text text text blah", except that the blah text text text blah is the Quest info, just change the blah text text text blah
btw Yellow, im pretty sure u can have a multi-line quest info in the J file
proof is in a game called Warlock095
-
- Newcomer
- Posts: 6
- Joined: April 20th, 2010, 3:33 am
- Title: Ablac
- Location: USA
Re: [F9] Map
Make a Trigger for the Quest (Search Quest) and use that trigger to add the info, at map start.
-
- Newcomer
- Posts: 13
- Joined: May 10th, 2010, 2:16 pm
Re: [F9] Map
I will explain better :
1. Open your world editor and the map
2. Open Trigger Editor
3. Create new category
4. create new trigger in that category
5. Click CTRL+ E and find the event time - elapsed game time is 5.00
6. change the 5.00 to 0.01 and press Ok
7. Click CTRL+R and find the action type -quest
8. Then find the action ''Create Quest''
9. it will show you this : Create a Required quest titled TITLE with description DESCRIPTION,using icon ...
10. click TITLE and then set the name to name how you want your quest to be called
11. click DESCRIPTION and put the description of the quest
12. you may chose icon also when you click the blue text thing below the first line of text.
13.Click ok ok and you are done !
I hope i helped you
1. Open your world editor and the map
2. Open Trigger Editor
3. Create new category
4. create new trigger in that category
5. Click CTRL+ E and find the event time - elapsed game time is 5.00
6. change the 5.00 to 0.01 and press Ok
7. Click CTRL+R and find the action type -quest
8. Then find the action ''Create Quest''
9. it will show you this : Create a Required quest titled TITLE with description DESCRIPTION,using icon ...
10. click TITLE and then set the name to name how you want your quest to be called
11. click DESCRIPTION and put the description of the quest
12. you may chose icon also when you click the blue text thing below the first line of text.
13.Click ok ok and you are done !
I hope i helped you

-
- Newcomer
- Posts: 21
- Joined: July 27th, 2010, 12:26 pm