Help please (Quest) sf by Daroo

06/13/2012 17:01 aa00aa#1
Hello please Tut.
How to add new quest (sf by Daroo) ?
PLease Tut + command)

Thank you very much.
06/13/2012 17:13 ©by Noa#2
step 1.
Write a Quest.
step 2.
write the name of the quest in the questlist
step 3.
update the quest
"depending on the serverfiles"
Command: sh make.sh
or
Command: m2 qc
step 4.
"..."
Command:Reboot
or
enter the code ingame: reload q
08/09/2012 18:23 TearOfHeaven#3
Quote:
Originally Posted by ©by Noa View Post
step 1.
Write a Quest.
step 2.
write the name of the quest in the questlist
step 3.
update the quest
"depending on the serverfiles"
Command: sh make.sh
or
Command: m2 qc
step 4.
"..."
Command:Reboot
or
enter the code ingame: reload q
LOL !
he is saying, he need a command for daroo files... >.<
and that one you gave him will not work.


anyways...
EVERYONE who useing Daroo Serverfiles1678-RC-B4
need to use this command everytime you want to make a new quest or if you have translated the quest....
I'll give you a small TuT

Ok here we go :handsdown:
1* you need notepad++

2* go into your database, follow those folders here
/usr/home/game/share/locale/germany/quest

3*now you are in the folder with all your quests, now press "shift F4" and call the new folder "login.quest"

4* now you are in a new folder... here can you write your quest...
I'll give you on of my quests
Code:
quest login begin
	state start begin
		when login begin
			notice("_______________________________________________________________________")
			notice("Welcome to SERVERNAME "..pc.get_name())
			notice("Information about your character:")
			notice("Name:  "..pc.get_name ().."				Play time:  ".. pc.getplaytime () .." Minutes")
			notice("Level:  "..pc.get_level ().."										Experience:  "..pc.get_exp())
			notice("Yang:  "..pc.get_gold().."									Guild:  "..pc.get_guild())
			notice("_______________________________________________________________________")
			notice(""..pc.get_name ().." have fun on SERVERNAME - The way as you wish!")
			notice("Information to the server can be found on: http://www.SERVERNAME.com(/Forum)")
			notice("Our TS3 Server: 109.236.XX.XXX (without Port/PW)")
		end
	end
end
now press "Ctrl S" (save)<--- and the new quest folder is saved! CONGRATZ you have made your first quest! <3

5* we have now saved the quest, and closed our new quest window down.
now find the folder "quest_list"

6* go into quest_list and put your new quest name in there (from part 4*)
like this "login.quest" and press "Ctrl S" (save) and close the window

7* we are soon done! :D

8* now go open the window "FreiBSD 8.2 - Oracle VM VirtualBox"

9* and PRESS THIS COMMAND:
cd /usr/home/game/share/locale/germany/quest && python make.py

((((ATTENTION))))) if you have a english keyboard! then you press "Y" in the command it will be showed as "Z" ... NOW PRESS "Z" to make a "Y"

((((LIKE THIS))))
cd /usr/home/game/share/locale/germanz/quest && pzthon make.pz

10* Ok now the quest has been loaded ! now go ingame as GAME MASTER
press this in the chat /reload q

11* WOOOOOOP WOOOOOOOP try relog and see what happens in your chat then you login/teleport ! <3333

THIS WAS A TuT FOR BEGINNERS :D

enjoy your new login.quest <3