ApeCake
Member
Posts: 116
Threads: 20
Joined: Jun 2012
Reputation:
4
|
Mementos
I just can't get them to work. I looked at the wiki but
void AddQuest(string& asName, string& asNameAndTextEntry);Adds a quest to the player's journal.
asName - the internal name to be used
asNameAndTextEntry - entry in the .lang file. Must start with “Questfckg_QUOT_, end with _fckg_QUOTText”, and be in category “Journal”!
Doesn't work. Also some video made by Russ does not work. I don't get any errors in my .lang when I use Questfckg_QUOT_getladderQuest_fckg_QUOTText but it just doesn't show up ingame. Some help would be appreciated.
(This post was last modified: 07-02-2012, 06:35 PM by ApeCake.)
|
|
06-30-2012, 07:01 PM |
|
Cruzore
Senior Member
Posts: 301
Threads: 2
Joined: Jun 2012
Reputation:
37
|
RE: Mementos
paste your .lang file part of that.
Think, before you speak Google, before you post
|
|
06-30-2012, 07:35 PM |
|
ApeCake
Member
Posts: 116
Threads: 20
Joined: Jun 2012
Reputation:
4
|
RE: Mementos
<LANGUAGE>
<RESOURCES>
</RESOURCES>
<CATEGORY Name="Journal">
<Entry Name="Questfckg_QUOT_getladderQuest_fckg_QUOTText">Find a way to get back to the Main Hall.</Entry>
</CATEGORY>
</LANGUAGE>
|
|
06-30-2012, 07:38 PM |
|
Cruzore
Senior Member
Posts: 301
Threads: 2
Joined: Jun 2012
Reputation:
37
|
RE: Mementos
The script functions part of that is pretty much fu**ed up at that point, use this:
<Entry Name="Quest_getladder_Text">Find a way to get back to the Main Hall.</Entry>
Think, before you speak Google, before you post
|
|
06-30-2012, 07:40 PM |
|
ApeCake
Member
Posts: 116
Threads: 20
Joined: Jun 2012
Reputation:
4
|
RE: Mementos
That's what I was thinking... I'll try.
Seems to be working now. I think I actually screwed up my timer and I think that was the main reason. Anyways, enjoy the rep you're about to receive FastHunteR!
(This post was last modified: 06-30-2012, 08:00 PM by ApeCake.)
|
|
06-30-2012, 07:44 PM |
|