An npc gets its own speech lines firstly declared inside the respective Lua script.
They will be defined by the textquest_***.txt files.
If you want to add new lines, go for the Lua files first, if you want to change them, get directly into the text files and use the regular search engine.
An npc gets its own speech lines firstly declared inside the respective Lua script.
They will be defined by the textquest_***.txt files.
If you want to add new lines, go for the Lua files first, if you want to change them, get directly into the text files and use the regular search engine.
it's called Ask the Experts so u can tell me to use the regular search engine ? are you drunk
Text file doesn't have anything for that there is not in Silkroad Quest any code for Daily MSG when you done it so i'm asking if anyone here is good enough at lua to tell me what to type in my script for that
Text file doesn't have anything for that there is not in Silkroad Quest any code for Daily MSG when you done it so i'm asking if anyone here is good enough at lua to tell me what to type in my script for that
You can adjusting the "Good bye" string on that specific NPC as a "come back again in 24 hours!".
The lua parameter you are looking for (which you could've easily obtained by literally just doing a quest and comprehending the structure of that quest entry): BASIC_MENUSTRING_ACHIEVED / BASIC_MENUSTRING_ACHIEVED_NOW
Set it as e.g. SN_TALK_QNO_TEN_DAILYITEM_CH_120_06 and put that one down to the regular text files regarding quest stuff.
If you want people to remind about a daily quest via the server notice (blue background, regular announcement text) right on the spot, if the daily quest is available, then you might use a filter instead.
Check people's quest history of that specific quest > finished quest date + 24 hours > send the package "Reminding: Daily quest available!"
Or send a regular reminder (easier to code) as a repetitive 1-hour-spammer, which everyone will see (like those "We are Joymax. We enforce anti-bot policy and scamming people with it"-notices).
You can adjusting the "Good bye" string on that specific NPC as a "come back again in 24 hours!".
The lua parameter you are looking for (which you could've easily obtained by literally just doing a quest and comprehending the structure of that quest entry): BASIC_MENUSTRING_ACHIEVED / BASIC_MENUSTRING_ACHIEVED_NOW
Set it as e.g. SN_TALK_QNO_TEN_DAILYITEM_CH_120_06 and put that one down to the regular text files regarding quest stuff.
If you want people to remind about a daily quest via the server notice (blue background, regular announcement text) right on the spot, if the daily quest is available, then you might use a filter instead.
Check people's quest history of that specific quest > finished quest date + 24 hours > send the package "Reminding: Daily quest available!"
Or send a regular reminder (easier to code) as a repetitive 1-hour-spammer, which everyone will see (like those "We are Joymax. We enforce anti-bot policy and scamming people with it"-notices).
you more than right but what I mean is after the Quest is ACHIEVED
if a dump player trying to take the quest again thinking it a repeatable quest the NPC will show no text or words then ok and blink so he will think the quest is broken cuz he is more than a dump XD
you more than right but what I mean is after the Quest is ACHIEVED
if a dump player trying to take the quest again thinking it a repeatable quest the NPC will show no text or words then ok and blink so he will think the quest is broken cuz he is more than a dump XD
so I want to handle that Thank in advance
Well, that "dump" player should start to read, I would recommend :P
There is no other option that someone trying to reobtain that quest might see a "You already have had this quest done today, come back tomorrow"-message, afaik.
The best bet is either showing that said "good bye" message or a filter handling server broadcast stuff and sending quest-status updates to respective players.
Well, that "dump" player should start to read, I would recommend :P
There is no other option that someone trying to reobtain that quest might see a "You already have had this quest done today, come back tomorrow"-message, afaik.
The best bet is either showing that said "good bye" message or a filter handling server broadcast stuff and sending quest-status updates to respective players.
well, I have my own filter I could do that but is there is op for quests !!
[C#][TUTORIAL] Text-to-Speech und Speech-to-Text(Spracherkennung) 04/20/2012 - Coding Tutorials - 5 Replies Hallo und herzlich willkommen zu meinem 1. Tutorial.
Hier werde ich euch zeigen, wie ihr in C# gesprochenen Text in einen schriftlichen Text umwandelt und wie ihr Text vom "vorlesen" lassen könnt.
1.: Was brauchen wir?
2.: "Speech-to-Text"
2.1: Auf die Speech Assembly verweisen
2.2: Code
3.: "Text-to-Speech"
3.1 Code
Abschluss
Compile all quest without quest's files list // Kompilieren Sie alle Quest ohne Quest 07/17/2011 - Metin2 PServer Guides & Strategies - 3 Replies ENGLISH
Hello dear community, this is a very simple guide but at the same time useful.
How to compile ALL quest in the folder "quest" without the files list in the file "locale_list"?
Easy!
Open the file "make" and replace the content of the file with this:
for f in *.quest; do ./qc $f; done
Oki. Now set the 0777 permission to the file.
Finally open a SSH client and sign in. Write the command:
cd /game_file_folder
[Howto] Korean Speech 02/10/2009 - WoW Guides & Templates - 1 Replies So, you may ask me: "Asdrubael, why the fuck should i change the wow voices to KOREAN!?"
The answer is quite simple:
We all know everything the NPCs, characters, et cetera say.
Depending on how long you have already been playing wow, you may be tired of those voices everyone knows.
Wont you try something new? :D
Korean voices sound much better (my opinion)
Horde/Alliance speech PServer 01/24/2008 - WoW Private Server - 2 Replies Hi there..
is there any tool to speak with opposite faction and to understand them..?
i can hardly remeber there was sucha thing once for live server as an addon.. but it was claimed illegal by blizzard.. so im just looking for something like it for Private server...
and im not looking for saying some phrases...
thx in advance