I made an NPC in the game. But I want to open a link I want to NPC. Do you have any scripts for it? For example, click on tab at the NPC will open google.com. To do this, put the sample image.
Deutsch:
Quote:
Ich machte einen NPC im Spiel. Aber ich möchte einen Link Ich möchte NPC öffnen. Haben Sie Skripte für sie? Zum Beispiel auf der Registerkarte klicken an der NPC öffnet google.com. Um dies zu tun, setzen Sie die Vorlage.
Post times this quest then I could edit like you.And then directly run on my test server to try again!Would of course help repays further very great dignity.Since the images have something to say but without the quest something useless!lg Siincex3
Post times this quest then I could edit like you.And then directly run on my test server to try again!Would of course help repays further very great dignity.Since the images have something to say but without the quest something useless!lg Siincex3
Test server already exists. I've tried a lot of things. But I could not.
I'd say, it's a kind of Clientside! You need a py script which starts an Web Process if you klick on this char!
With lua over the Server I don't think that it's possible!
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