Register for your free account! | Forgot your password?

You last visited: Today at 03:58

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release]Valentine Day Event

Discussion on [Release]Valentine Day Event within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Reply
 
Old   #1
 
djrapa's Avatar
 
elite*gold: 0
Join Date: Mar 2009
Posts: 49
Received Thanks: 25
[Release]Valentine Day Event

This it.
Code:
quest valentin begin
    state start begin
      when kill with game.get_event_flag("valentin") == 1 and not npc.is_pc() begin
        local s = number(1, 200)
        local m = pc.get_sex()
        if s <= 3 then
            if m == 0 then           
              pc.give_item2(50024,1)--50024 rose to gift
              syschat("Has encontrado un regalo de San Valentín.")
            elseif m == 1 then
              pc.give_item2(50025,1)--50024 chocolate to gift
              syschat("Has encontrado un regalo de San Valentín.")            
            end
        end
        if s >= 4 and s<=6 then
            if m == 0 then           
              pc.give_item2(50031,1)--50031 yellow rose, to him
              syschat("Has recibido un regalo de San Valentín.")
            elseif m == 1 then
              pc.give_item2(50032,1)--50032 candy, to her
              syschat("Has recibido un regalo de San Valentín.")            
            end
        end
      end
      when login with game.get_event_flag("valentin") == 1 begin
          notice("<3_____Evento Días San Valentín_____<3")
      end      
    end
end
to start it very easy
/e valentin 1


Greetings
Mogly
djrapa is offline  
Thanks
11 Users
Old 02/12/2011, 10:57   #2
 
elite*gold: 0
Join Date: Apr 2010
Posts: 6
Received Thanks: 15
Good Job ! It's work ! No errors :X !

Watch at my EN Version !

Code:
quest valentin begin
    state start begin
      when kill with game.get_event_flag("valentin") == 1 and not npc.is_pc() begin
        local s = number(1, 200)
        local m = pc.get_sex()
        if s <= 3 then
            if m == 0 then           
              pc.give_item2(50024,1)--50024 rose to gift
              syschat("You have found a Valentine's Day gift.")
            elseif m == 1 then
              pc.give_item2(50025,1)--50024 chocolate to gift
              syschat("You have found a Valentine's Day gift.")            
            end
        end
        if s >= 4 and s<=6 then
            if m == 0 then           
              pc.give_item2(50031,1)--50031 yellow rose, to him
              syschat("Has received a Valentine's Day gift.")
            elseif m == 1 then
              pc.give_item2(50032,1)--50032 candy, to her
              syschat("Has received a Valentine's Day gift.")            
            end
        end
      end
      when login with game.get_event_flag("valentin") == 1 begin
          notice("Event: Valentine's Day <3 | Duration : 3 day's ")
      end      
    end
end
rapkid21 is offline  
Thanks
7 Users
Old 02/12/2011, 11:36   #3
 
CanbiZ's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 1,237
Received Thanks: 351
Nice Work!
CanbiZ is offline  
Thanks
1 User
Old 02/12/2011, 12:18   #4
 
elite*gold: 0
Join Date: Jul 2010
Posts: 1,655
Received Thanks: 820
Nice xP
.SticK^^ is offline  
Old 02/12/2011, 12:57   #5
 
elite*gold: 0
Join Date: Jun 2010
Posts: 2,297
Received Thanks: 2,254
Nic Quest & Nice Work.


Das hier ist die Deutsche / German Quest.!

Code:
----------------------------------------------
--Datei: Valentinstag.quest
--"By djrapa Translation by NewEra"
----------------------------------------------
quest valentin begin
    state start begin
      when kill with game.get_event_flag("valentin") == 1 and not npc.is_pc() begin
        local s = number(1, 200)
        local m = pc.get_sex()
        if s <= 3 then
            if m == 0 then           
              pc.give_item2(50024,1)--50024 rose to gift
              syschat("Du hast ein Valentinstag Geschenk gefunden.")
            elseif m == 1 then
              pc.give_item2(50025,1)--50024 chocolate to gift
              syschat("Du hast ein Valentinstag Geschenk gefunden.")            
            end
        end
        if s >= 4 and s<=6 then
            if m == 0 then           
              pc.give_item2(50031,1)--50031 yellow rose, to him
              syschat("Hat ein Valentinstags Geschenk erhalten.")
            elseif m == 1 then
              pc.give_item2(50032,1)--50032 candy, to her
              syschat("Hat ein Valentinstags Geschenk erhalten.")            
            end
        end
      end
      when login with game.get_event_flag("valentin") == 1 begin
          notice("Event: Valentinstag | Dauer : 3 Tage ")
      end      
    end
end
.NewEra :3 is offline  
Thanks
6 Users
Old 02/12/2011, 13:47   #6
 
elite*gold: 0
Join Date: Apr 2010
Posts: 6
Received Thanks: 15
good job newera :3 !
rapkid21 is offline  
Old 02/12/2011, 16:05   #7
 
elite*gold: 0
Join Date: Feb 2010
Posts: 11
Received Thanks: 2
You can type
/e valentine_drop 1
general good job
grom49 is offline  
Old 02/13/2011, 00:16   #8
 
Fengari's Avatar
 
elite*gold: 20
Join Date: Apr 2009
Posts: 826
Received Thanks: 167
Quote:
Originally Posted by .NewEra :3 View Post
Das hier ist die Deutsche / German Quest.!

Code:
----------------------------------------------
--Datei: Valentinstag.quest
--By NewEra :3
----------------------------------------------
quest valentin begin
    state start begin
      when kill with game.get_event_flag("valentin") == 1 and not npc.is_pc() begin
        local s = number(1, 200)
        local m = pc.get_sex()
        if s <= 3 then
            if m == 0 then           
              pc.give_item2(50024,1)--50024 rose to gift
              syschat("Du hast ein Valentinstag Geschenk gefunden.")
            elseif m == 1 then
              pc.give_item2(50025,1)--50024 chocolate to gift
              syschat("Du hast ein Valentinstag Geschenk gefunden.")            
            end
        end
        if s >= 4 and s<=6 then
            if m == 0 then           
              pc.give_item2(50031,1)--50031 yellow rose, to him
              syschat("Hat ein Valentinstags Geschenk erhalten.")
            elseif m == 1 then
              pc.give_item2(50032,1)--50032 candy, to her
              syschat("Hat ein Valentinstags Geschenk erhalten.")            
            end
        end
      end
      when login with game.get_event_flag("valentin") == 1 begin
          notice("Event: Valentinstag | Dauer : 3 Tage ")
      end      
    end
end
Dankeschön werde mir die Quest mal genauer anschauen
Fengari is offline  
Old 02/13/2011, 00:43   #9
 
Atahnaru's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 483
Received Thanks: 154
Ist aber nicht schön am Valentistag die Spieler zum Töten von armen, werlosen Tieren zu moteviren^^

Ne Quest wo man was beckommen kann wenn man sich küsst wär geil
Code:
quest valentin begin
    state start begin
      when pc.emote_kiss() with game.get_event_flag("valentin") == 1 begin
... :p
Atahnaru is offline  
Old 02/13/2011, 00:43   #10
 
elite*gold: 10
Join Date: Jun 2009
Posts: 785
Received Thanks: 687
Quote:
Originally Posted by .NewEra :3 View Post
Das hier ist die Deutsche / German Quest.!

Code:
----------------------------------------------
--Datei: Valentinstag.quest
--By NewEra :3
----------------------------------------------
quest valentin begin
    state start begin
      when kill with game.get_event_flag("valentin") == 1 and not npc.is_pc() begin
        local s = number(1, 200)
        local m = pc.get_sex()
        if s <= 3 then
            if m == 0 then           
              pc.give_item2(50024,1)--50024 rose to gift
              syschat("Du hast ein Valentinstag Geschenk gefunden.")
            elseif m == 1 then
              pc.give_item2(50025,1)--50024 chocolate to gift
              syschat("Du hast ein Valentinstag Geschenk gefunden.")            
            end
        end
        if s >= 4 and s<=6 then
            if m == 0 then           
              pc.give_item2(50031,1)--50031 yellow rose, to him
              syschat("Hat ein Valentinstags Geschenk erhalten.")
            elseif m == 1 then
              pc.give_item2(50032,1)--50032 candy, to her
              syschat("Hat ein Valentinstags Geschenk erhalten.")            
            end
        end
      end
      when login with game.get_event_flag("valentin") == 1 begin
          notice("Event: Valentinstag | Dauer : 3 Tage ")
      end      
    end
end
Warum gibst du jetzt es als deine aus?
Da muss stehen
"By djrapa Translation by NewEra"
BaTushi16 is offline  
Thanks
1 User
Old 02/13/2011, 04:45   #11
 
elite*gold: 0
Join Date: Jun 2010
Posts: 2,297
Received Thanks: 2,254
Nein hab nur irgendeine Quest datei und hab oben einfach nur irgendwas hinschreiben müssel..
Warte ich änder es mal.
.NewEra :3 is offline  
Old 02/13/2011, 05:50   #12
 
elite*gold: 0
Join Date: Feb 2011
Posts: 258
Received Thanks: 233
Du MUSST da garnichts hinschreiben ôo
Kann man auch einfach wegmachen, wird sowieso für die Quest editiert. Zudem
mach mal lieber Doppelpost weg ;O
.SoNiice' is offline  
Old 02/13/2011, 10:34   #13

 
pureshit's Avatar
 
elite*gold: 10
The Black Market: 142/0/0
Join Date: Dec 2008
Posts: 1,374
Received Thanks: 217
Quote:
Originally Posted by StyleBozz View Post
Bende Senin Götünü Sikiyim orosbu Cocugu.

#Reported
Exzessive Beleidigung

#reported !


b2t: Schönes Event
pureshit is offline  
Old 02/13/2011, 17:34   #14
 
elite*gold: 0
Join Date: Feb 2011
Posts: 1
Received Thanks: 0
Wo Code schreiben
Pff :S
Weand is offline  
Old 02/14/2011, 00:15   #15
 
.Rebel's Avatar
 
elite*gold: 60
Join Date: May 2010
Posts: 766
Received Thanks: 1,025
of corse that quest will not work but if you want have that items for valentine days just made this

common_drop_item
PHP Code:

1 250 1.0    Àå¹Ì    2000                1 250 1.0    Àå¹Ì    2000
1 250 1.0    ÃÊÄݸ´    2000                1 250 1.0    »çÅÁ    2000 
.Rebel is offline  
Thanks
1 User
Reply

Tags
valentine day


Similar Threads Similar Threads
GKS VALENTINE EVENT MISSION AND BOSS POWERED BY +MARXTIANZ+
02/01/2011 - Facebook - 4 Replies
REQUIRED FILES Fiddler2 Mission ver. Marx http://www.ziddu.com/download/13622612/ene_153.swf .html Boss ver. Marx http://www.ziddu.com/download/13622612/ene_153.swf .html Steps:
Valentine Event loophole
02/17/2010 - Kal Online - 10 Replies
Valentine Gift Box re-spawn time is to short, may be only 3 sec. That is easy to farm ~ 300k geon per hour or ~ 7kk per day per spot.... Assumption (based on packet send): 1. Walk/run to gift box time = 1 sec. 2. Gift box opening time (without cool-down) = 1 sec. 3. Drop pickup time = 1 sec. 4. Gift box re-spawn time = 3 sec. 5. Total = 1 + 2 + 3 + 4 = 6 sec. 6. 1 hour / 6 sec = 3600 / 6 = 600 boxes per hour 7. 500 geon drop * 600 boxes = 300k geon per hour
Hilfreiche sachen für Valentine Event
02/13/2009 - WoW Guides & Templates - 4 Replies
Einfach Kuchen/Blumen/Gedichte bekommen Blumen: Chepi - NPC - World of Warcraft Kuchen: Felika - NPC - World of Warcraft Gedichte: Tawny Grisette - NPC - World of Warcraft Mit nur 5 pfeilen den erfolg bekommen /targetfriend /cast Silver Shafted Arrow
Valentine event: Get rare picnic table.
02/14/2008 - WoW Exploits, Hacks, Tools & Macros - 12 Replies
The valentine event has started. With this you can give npc's a Love Token, and recive a Gift of Adoration with a small chance of containing a Romantic Picnic Basket. The trouble is you get a one hour debuff, so you can only hand out Love Tokens once an hour. However, you can hop on an alt and get the Gift of Adoration, then mail the package to your main if you get the picnic basket on the alt. The package itself isn't soulbound, but the items inside are! This can be done with as many...
[Valentine Event - Stage 1]
03/02/2006 - General Gaming Discussion - 2 Replies
Hallo erstmal,das ist dann glaub ich mein erster post hier im Forum ^^ Naja,auf jeden Fall kann man beim ersten Valentine Stage nachdem beim ersten Abschnitt die 3 Blazer gespawnt sind auf den,der mittig an der Mauer steht,springen und mit ein bischen Übung vom Kopf des Blazers auf die Mauer weiterspringen. Man sollte jedoch vorher den Blazer näher an die Wand schlagen. Weis nich ob das was bringt ober ob ihr das schon kennt aber ich finds lustig wenn man von oben auf die ganzen Vieher...



All times are GMT +2. The time now is 03:58.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.