|
You last visited: Today at 15:57
Advertisement
[Quest Release]Online teamlist
Discussion on [Quest Release]Online teamlist within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.
08/20/2010, 20:03
|
#1
|
elite*gold: 0
Join Date: Apr 2008
Posts: 113
Received Thanks: 236
|
[Quest Release]Online teamlist
this quest will pop up a questscroll with the status off the gm's (online/offline)
if you like it, thank it
Features:
-Shows a list with all the gm's
-online / offline status
Things that can be better:
Screenshot:
the alignment is off, since i changed the names into numbres
Installation:
Copy and paste the quest in a text editor.
Save it as: gmonline.quest
upload it into your serverfiles
add the quest into hongkong.list
run sh make.sh
execute /reload q in game
Items used:
Special note:
You have to include the following quest data with an item or npc to change the gm status.
change into online:
PHP Code:
local name = pc.get_name() game.set_event_flag(name, 1) setskin(NOWINDOW)
change into offline:
PHP Code:
local name = pc.get_name() game.set_event_flag(name, 0) setskin(NOWINDOW)
Quest file:
PHP Code:
quest gmonline begin state start begin when login begin set_state(information) end end state information begin when letter begin send_letter("Online GM list") end when button or info begin say("Name Status") say("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~") if game.get_event_flag("[SA]6")== 1 then say_reward("SA 6 online") else say("SA 6 offline") end if game.get_event_flag("[SGM]5")== 1 then say_reward("SGM 5 online") else say("SGM 5 offline") end if game.get_event_flag("[GM]4")== 1 then say_reward("GM 4 online") else say("GM 4 offline") end if game.get_event_flag("[GM]3")== 1 then say_reward("GM 3 online") else say("GM 3 offline") end if game.get_event_flag("[GM]2")== 1 then say_reward("GM 2 online") else say("GM 2 offline") end if game.get_event_flag("[GM]1")== 1 then say_reward("GM 1 online") else say("GM 1 offline") end end end end
|
|
|
08/20/2010, 20:07
|
#2
|
elite*gold: 20
Join Date: Jun 2009
Posts: 1,090
Received Thanks: 756
|
Wenns geht hammer muss mal einer testen habe grad keinen server
|
|
|
08/20/2010, 20:35
|
#3
|
elite*gold: 680
Join Date: Apr 2010
Posts: 1,187
Received Thanks: 891
|
Es geht hammer thx
|
|
|
08/20/2010, 21:08
|
#4
|
elite*gold: 0
Join Date: Dec 2009
Posts: 2,550
Received Thanks: 575
|
can you make a screenshot please
|
|
|
08/20/2010, 22:00
|
#5
|
elite*gold: 0
Join Date: Aug 2009
Posts: 297
Received Thanks: 26
|
Very nice, it works 100%!
Thank you
|
|
|
08/20/2010, 22:30
|
#6
|
elite*gold: 99
Join Date: Aug 2009
Posts: 4,295
Received Thanks: 5,091
|
Nettes Ding.
|
|
|
08/20/2010, 22:31
|
#7
|
elite*gold: 0
Join Date: Apr 2008
Posts: 113
Received Thanks: 236
|
#screenshot added
|
|
|
08/20/2010, 22:44
|
#8
|
elite*gold: 15
Join Date: Mar 2010
Posts: 4,270
Received Thanks: 2,499
|
Öhm ist das nur Test oder Checkt er ob ein GM on ist ?
Wen Checkt dan HAMMER THX
|
|
|
08/20/2010, 23:07
|
#9
|
elite*gold: 140
Join Date: Mar 2009
Posts: 1,345
Received Thanks: 194
|
Der checkt das auch, sonst wärs ja eigentlich sinnlos ^^
echt hammer spitze der quest, gleich mal einbauen
thx
|
|
|
08/20/2010, 23:11
|
#10
|
elite*gold: 540
Join Date: Apr 2009
Posts: 323
Received Thanks: 191
|
Funktioniert garnet -.-
Also Gmon.quest gemacht aber naja mein namen etc Hinzugefügt nur weis net was ich mit den
local name = pc.get_name()
game.set_event_flag(name, 1)
setskin(NOWINDOW)
anfangen soll kann wer helfen? :S
|
|
|
08/20/2010, 23:24
|
#11
|
elite*gold: 1
Join Date: Jan 2010
Posts: 2,571
Received Thanks: 1,141
|
Thats nice i have make it like you  But yours is better  Thank you
|
|
|
08/20/2010, 23:52
|
#12
|
elite*gold: 0
Join Date: Apr 2008
Posts: 113
Received Thanks: 236
|
np, if anyone have problem to create the npc or item that changes the status let me know
|
|
|
08/21/2010, 01:19
|
#13
|
elite*gold: 30
Join Date: Jul 2010
Posts: 1,627
Received Thanks: 1,450
|
Sorry, wenn ich frage, aber wo genau soll das hin?
PHP Code:
change into online:
PHP-Code:
local name = pc.get_name()
game.set_event_flag(name, 1)
setskin(NOWINDOW)
change into offline:
PHP-Code:
local name = pc.get_name()
game.set_event_flag(name, 0)
setskin(NOWINDOW)
Da blicke ich nicht ganz durch
english:
Sorry if I ask, but where exactly is the point?
PHP Code:
change into online:
PHP-Code:
local name = pc.get_name()
game.set_event_flag(name, 1)
setskin(NOWINDOW)
change into offline:
PHP-Code:
local name = pc.get_name()
game.set_event_flag(name, 0)
setskin(NOWINDOW)
Since I do not look all the way
|
|
|
08/21/2010, 01:26
|
#14
|
elite*gold: 0
Join Date: Apr 2008
Posts: 113
Received Thanks: 236
|
that code will change the status from the gm in the list.
|
|
|
08/21/2010, 01:36
|
#15
|
elite*gold: 82
Join Date: Jul 2009
Posts: 1,164
Received Thanks: 1,223
|
Quote:
Originally Posted by Woody°
Sorry, wenn ich frage, aber wo genau soll das hin?
PHP Code:
change into online:
PHP-Code:
local name = pc.get_name()
game.set_event_flag(name, 1)
setskin(NOWINDOW)
change into offline:
PHP-Code:
local name = pc.get_name()
game.set_event_flag(name, 0)
setskin(NOWINDOW)
Da blicke ich nicht ganz durch
english:
Sorry if I ask, but where exactly is the point?
PHP Code:
change into online:
PHP-Code:
local name = pc.get_name()
game.set_event_flag(name, 1)
setskin(NOWINDOW)
change into offline:
PHP-Code:
local name = pc.get_name()
game.set_event_flag(name, 0)
setskin(NOWINDOW)
Since I do not look all the way
|
das verstehe ich auch nicht bitte einer um erklärung
|
|
|
 |
|
Similar Threads
|
[RELEASE]GM Online Quest
08/04/2010 - Metin2 PServer Guides & Strategies - 28 Replies
Hey Com, ich hab mal
ne
kleine Quest geschrieben, die Alle 20min folgendes in den Chat schreibt:
>>BlaBlaBla ist online (wie aufm DE Server)
>>GameMaster fragen euch nie nach eueren Accountdaten
Quest:
quest nachricht begin
state start begin
|
[Release]Upp-Stuff Quest + Neue Bio Quest ->Testlauf
06/08/2010 - Metin2 PServer Guides & Strategies - 13 Replies
Hey und guten Morgen,
Ich hatte grade bissl langeweile und hab mir gedacht man könnte doch seine Waffen auch mit 100% Uppchance gg bessere Waffen tauschen oder? Das heißt:
Die Quest sieht so aus:
Ihr geht zu Baek-Go. Wenn ihr jetzt zum Beispiel einen Krähenstahlbogen+9 und 2x Gegenangriffstrategien habt könnt ihr Ihn gg einen Geisterbogen+0 eintauschen!
Die Quest funktioniert wunderbar und wurde auch schon getestet.
|
[Release] Hero OnLine Quest Helper v0.60.5
01/31/2010 - General Gaming Discussion - 5 Replies
I was board so i made a Quest helper to Hero OnLine. So here it is....
Functions of this program:
This program is made in a easy way for you to use. press on a Quest then press the on Show Button
Tested on:
* Windows XP
* Windows Vista Run as Administrator.
Print Screens:
|
Hero Online Hunting Bot + Quest DB and more
12/20/2006 - General Gaming Discussion - 27 Replies
Original by Inforcer007
Edited by Ic3Demon
Hunting Bot Download:
http://rapidshare.de/files/28719472/HeroOn...3Dem on.rar.html
|
All times are GMT +1. The time now is 15:57.
|
|