Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server
You last visited: Today at 22:57

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

Advertisement



Need advanced quest scripter

Discussion on Need advanced quest scripter within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2008
Posts: 113
Received Thanks: 236
Need advanced quest scripter

I'm making a quest but i'm stuck.

I need an advanced quest scripter to have a look.

if you don't know how to use functions in a quest, don't reply.
sennah is offline  
Old 11/26/2010, 20:57   #2


 
elite*gold: 0
Join Date: Feb 2010
Posts: 7,221
Received Thanks: 6,758
Show us your quest.
#SoNiice is offline  
Old 11/26/2010, 21:22   #3
 
elite*gold: 0
Join Date: Apr 2008
Posts: 113
Received Thanks: 236
i can't show it to all, the quest is private.

i'm a quest writer for metin2united. and i can't release my quests.


but if you can help me with my problem, you will get the quest ofc.

but only advanced scripters are needed
sennah is offline  
Old 11/26/2010, 21:32   #4
 
Blutzunge's Avatar
 
elite*gold: 5
Join Date: Jul 2010
Posts: 654
Received Thanks: 144
send me the quest per pm and ill take a look at it,i cant promise that i can help,but i think i probably can
Blutzunge is offline  
Old 11/26/2010, 21:33   #5


 
elite*gold: 0
Join Date: Feb 2010
Posts: 7,221
Received Thanks: 6,758
You can look at my videos.


I'm good in questwriting. when you think i can this, write me a private message
#SoNiice is offline  
Old 11/26/2010, 21:59   #6
 
elite*gold: 0
Join Date: Apr 2008
Posts: 113
Received Thanks: 236
why don't you show me a quest off yours.

then i can decide if you are advanced enough.
sennah is offline  
Old 11/26/2010, 22:40   #7


 
elite*gold: 0
Join Date: Feb 2010
Posts: 7,221
Received Thanks: 6,758
Okay,
i will send one to you via pn..
#SoNiice is offline  
Old 11/26/2010, 23:44   #8
 
elite*gold: 0
Join Date: Apr 2008
Posts: 113
Received Thanks: 236
PHP Code:
                    say_title("King Powers")
                    
say("What monster you want to spawn?")
                    
local c select("Elite demon king""Epic ninetails""Epic Chief orc""Epic Giant turtle""Cancel")
                    if 
== 1 then
                        price 
300000000
                        mob 
1092
                    
elseif == 2 then
                        price 
200000000
                        mob 
1903
                    
elseif == 3 then
                        price 
200000000
                        mob 
693
                    
elseif == 4 then
                        price 
200000000
                        mob 
2192
                    
else
                        return
                    
end
                    say_title
("King Powers")
                    
say("")
                    
say("Price for this powers is:")
                    
say(price.." Gold.")
                    
say("")
                    
say("Do you want to use this?")
                    
local b select("Yes","No")
                    if 
== 2 then
                        
return
                    
end
                    kingpowers
.check_gold(price)
                    
kingpowers.pay_gold(price)
                    
mob.spawn(mobpc.get_local_x(), pc.get_local_y 111
this is the part that doesn't work, it goes all the way untill the mob needs to be spawned, but it doesn't work.

with advanced quest writing i mean, stuff like
PHP Code:
kingpowers.check_gold(price)
kingpowers.pay_gold(price
sennah is offline  
Old 11/27/2010, 00:11   #9


 
elite*gold: 0
Join Date: Feb 2010
Posts: 7,221
Received Thanks: 6,758
Try this:

PHP Code:
 say_title("King Powers")
                    
say("What monster you want to spawn?")
                    
local mob_list select(mob_name(1092), mob_name(1903), mob_name(693), mob_name(2192), "Cancel")
                    if 
mob_list == 5 then
                        
return
                    
end
                    local monster
= {
                        
1092,
                        
1903,
                        
693,
                        
2192,
                    }
                    
local price= {
                        
300000000,
                        
200000000,
                        
200000000,
                        
200000000,
                    }
                    
say_title("King Powers")
                    
say("")
                    
say("Price for this powers is:")
                    
say(price[mob_list].." Gold.")
                    
say("")
                    
say("Do you want to use this?")
                    
local b select("Yes","No")
                    if 
== 2 then
                        
return
                    
end
                    kingpowers
.check_gold(price[mob_list])
                    
kingpowers.pay_gold(price[mob_list])
                    
mob.spawn(monster[mob_list], pc.get_local_x(), pc.get_local_y 111
Show me via PN the full quest. Then it's easier to help you ..
#SoNiice is offline  
Old 11/28/2010, 00:34   #10
 
elite*gold: 0
Join Date: Nov 2010
Posts: 12
Received Thanks: 11
mob.spawn(monster[mob_list], pc.get_local_x(), pc.get_local_y , 1, 1, 1)


try this

mob.spawn(monster[mob_list], pc.get_local_x(), pc.get_local_y() , 1, 1, 1)

i think mob.spawn works only on active event!


Sorry for bad english
Poison-ESP is offline  
Reply


Similar Threads Similar Threads
[Release] Quest Template {Advanced}
03/17/2013 - EO PServer Guides & Releases - 24 Replies
Hello, This is a Advanced Quest Template lol. I made a Normal one, Ask me if you want. This is Like, Get this item by killing a monster and get EP or whatever... This made from Token Template. http://i430.photobucket.com/albums/qq23/MikeMadMa n_album/6487375.jpg http://i430.photobucket.com/albums/qq23/MikeMadMa n_album/6601919.jpg http://i430.photobucket.com/albums/qq23/MikeMadMa n_album/6602702.jpg http://i430.photobucket.com/albums/qq23/MikeMadMa n_album/6720882.jpg...
[SUCHE]Quest Scripter
08/31/2010 - Metin2 Private Server - 8 Replies
Hey Com ich suche nen netten Quest Scripter für meinen Server habe da 5-10 Quests! Wer mir helfen möchte schreibt mir PN oder schreibt es hier ^^
[Suche]Scripter (quest)
12/18/2009 - Metin2 Private Server - 8 Replies
hey, habe wieder ein großes Projekt am laufen. Also konzept wird erst per icq oder TS besprochen suche momentan nur einen Quest scripter, Homepage Scripter (html - PhP), Manager für alles. Es geht um ein Root server mehr info unter: 489304237 Mfg p.s bin villt heute nicht mehr zu erreichen aber morgen
Suche Quest scripter und Html erkenner für ROOT
12/16/2009 - Metin2 Private Server - 3 Replies
Hallo Liebe Com. Ich bin auf der Suche nach ein Paar DBkenner/Htmlkenner. Für einen root server.



All times are GMT +2. The time now is 22:57.


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.