Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server
You last visited: Today at 03:34

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

Advertisement



Problem - Horse level

Discussion on Problem - Horse level within the Metin2 Private Server forum part of the Metin2 category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: May 2012
Posts: 6
Received Thanks: 0
Exclamation Problem - Horse level

Hello,
what happens is that when I do the mission horse to level 2, it is level 2, but then left the account and turn again and is now at 1.

Bye.

Quest:
Quote:
say("")
----"123456789012345678901234567890123456789012345 6789 01234567890"|
say("It seems that your horse has developed further! But in my")
say("opinion you are still dealing with your horse like an")
say("amateur. That's why you should train your skills.")
say("")
say("Riding is the art of dealing with a horse. Get on your")
say("horse and get confident with it.")
say("")
if is_test_server() then
pc.setqf("next_time", get_time()+10)
else
pc.setqf("next_time", get_time()+6*60*60)
end
if pc.get_empire()==1 then
if is_test_server() then
local s=select("1 val(1) 25.00%","2 val(1) 25.00%","3 val(1) 25.00%","4 val(1) 25.00%")
if 1==s then
setstate(training1_easy1)
elseif 2==s then
setstate(training1_easy2)
elseif 3==s then
setstate(training1_easy3)
elseif 4==s then
setstate(training1_easy4)
end
else
local s=number(1, 4)
if 1>=s then -- 25.00% (1/4)
setstate(training1_easy1)
elseif 2>=s then -- 25.00% (1/4)
setstate(training1_easy2)
elseif 3>=s then -- 25.00% (1/4)
setstate(training1_easy3)
elseif 4>=s then -- 25.00% (1/4)
setstate(training1_easy4)
end
end
elseif pc.get_empire()==2 then
if is_test_server() then
local s=select("1 val(1) 25.00%","2 val(1) 25.00%","3 val(1) 25.00%","4 val(1) 25.00%")
if 1==s then
setstate(training2_easy1)
elseif 2==s then
setstate(training2_easy2)
elseif 3==s then
setstate(training2_easy3)
elseif 4==s then
setstate(training2_easy4)
end
else
local s=number(1, 4)
if 1>=s then -- 25.00% (1/4)
setstate(training2_easy1)
elseif 2>=s then -- 25.00% (1/4)
setstate(training2_easy2)
elseif 3>=s then -- 25.00% (1/4)
setstate(training2_easy3)
elseif 4>=s then -- 25.00% (1/4)
setstate(training2_easy4)
end
end
elseif pc.get_empire()==3 then
if is_test_server() then
local s=select("1 val(1) 25.00%","2 val(1) 25.00%","3 val(1) 25.00%","4 val(1) 25.00%")
if 1==s then
setstate(training3_easy1)
elseif 2==s then
setstate(training3_easy2)
elseif 3==s then
setstate(training3_easy3)
elseif 4==s then
setstate(training3_easy4)
end
else
local s=number(1, 4)
if 1>=s then -- 25.00% (1/4)
setstate(training3_easy1)
elseif 2>=s then -- 25.00% (1/4)
setstate(training3_easy2)
elseif 3>=s then -- 25.00% (1/4)
setstate(training3_easy3)
elseif 4>=s then -- 25.00% (1/4)
setstate(training3_easy4)
end
end
end
else
say("The quest status is strange")
end
end
end
state need_item50050 begin
when letter begin
setskin(NOWINDOW)
makequestbutton("Find a horse medal!")
q.set_title("Find a horse medal!")
q.start()
end
when button or info begin
say_title("Find a horse medal!")
say("")
----"123456789012345678901234567890123456789012345 6789 01234567890"|
say("In order to finish your riding training you need a Horse")
say("Medal.")
say("")
say_item_vnum(50050)
say("The easiest way to get it is in the Ape Dungeons.")
say("")
setstate(start)
q.done()
end

end
state failure begin
when letter begin
setskin(NOWINDOW)
makequestbutton("Equestrian training failed")
q.set_title("Equestrian training failed")
q.start()
end
when button or info begin
say_title("Equestrian training failed")
say("")
----"123456789012345678901234567890123456789012345 6789 01234567890"|
say("Your equestrian training has failed. Either you jumped down")
say("the horse or you went through a portal")
say("")
setstate(start)
end
end
state report begin
when letter begin
local v=find_npc_by_vnum(20349)
if 0==v then
else
target.vid("__TARGET__", v, "Stable Boy")
end
end
when letter begin
setskin(NOWINDOW)
makequestbutton("Return to the Stable Boy")
q.set_title("Return to the Stable Boy")
q.start()
end
when button or info begin
say("Return to the Stable Boy")
say("")
----"123456789012345678901234567890123456789012345 6789 01234567890"|
say("Return to the Stable Boy so your results can be engraved")
say("in the horse medal.")
say("")
say_reward("To end the training you can use a portal.")
say("")
end
when __TARGET__.target.click begin
target.delete("__TARGET__")
say_title("Stable Boy:")
say("")
----"123456789012345678901234567890123456789012345 6789 01234567890"|
say("Did you manage everything? We will continue with the")
say("training tomorrow.")
say("")
say("I will now certify your results in your horse medal")
say("")
setstate(reward)
end
end
state reward begin
when letter begin
setskin(NOWINDOW)
makequestbutton("Results for the novice horse")
q.set_title("Results for the novice horse")
q.start()
end
when button or info begin
say_title("Results for the novice horse:")
say("")
if horse.get_level()>=11 then
say("Now you can't upgrade your horse.")
say("")
elseif (horse.get_level()>=1 and horse.get_level()<=10) then
local s=number(1, 6)
if s > 4 then
say("Unfortunately failed!")
say("")
say("Go to the Stable Boy to try it again.")
say("")
pc.setqf("next_time", 0)
else
say("Training succeeded!")
if pc.countitem("50050")>=1 then
char_log(0, "PONY_ADVANCE", "BEGIN")
pc.removeitem("50050", 1)
char_log(0, "PONY_ADVANCE", "DEC 50050 1")
horse.unride()
horse.advance()
horse.ride()
char_log(0, "PONY_ADVANCE", "INC horse_advance 1")
char_log(0, "PONY_ADVANCE", "END")
say("")
say_reward("Your horse reached the level: "..(horse.get_level()).." ")
say("")
if horse.get_level()==10 then
----"123456789012345678901234567890123456789012345 6789 01234567890"|
say("You can upgrade your horse to an Armed Horse at the Stable.")

pc.setqf("next_time", 0)
else
say("You should train further until your horse reaches level 10.")
say("")
say_reward("You can try completing a pony quest every 6 hours.")
end
else
say("I can't see your results, You don't have any horse medal.")
end
say("")
end
end
setstate(start)
q.done()
end
end
state __COMPLETE__ begin
when enter begin
q.done()
end
end
end
amptteixeira1 is offline  
Old 08/25/2013, 17:23   #2
 
elite*gold: 0
Join Date: Jan 2012
Posts: 23
Received Thanks: 0
Have some problem,

HELP :$
danhakhavro is offline  
Old 08/25/2013, 18:06   #3
wild wild son




 
Nick's Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 5,828
Received Thanks: 3,369
I think, it would be more understandable, if you show us your quest which is incorrect.
You have to set questflags (in your quest) for saving the completed missions.
Nick is offline  
Old 08/25/2013, 19:28   #4
 
elite*gold: 0
Join Date: Jan 2012
Posts: 23
Received Thanks: 0
This here my quest:


the all quest is too large and not for the mess here,

Thanks for attention,

bump

Bump
danhakhavro is offline  
Closed Thread

Tags
horse, level, metin2, problem


Similar Threads Similar Threads
[Quest] Horse Level Up
04/18/2013 - Metin2 Private Server - 0 Replies
Hi All :) I'm looking for quest horse level up ( horse From level 2 to 10 ) :confused: in metin2. fr, de, co.uk, ru, ae (metin2 original) :rolleyes: uppp
metin2. fr,de,co.uk,ru Quest Horse Level up
04/15/2013 - Metin2 Private Server - 0 Replies
Hi epvp I'm Went metin2. fr,de,co.uk,ru quest for horse level up :confused:
How Add to (20349) Up Level Horse Per 1kk
02/10/2012 - Metin2 Private Server - 1 Replies
How Add to (20349) Up Level Horse Per 1kk
how add to Stable boy up level horse ? how add to Stable boy up level horse ?
09/11/2011 - Metin2 Private Server - 4 Replies
how add to Stable boy up level horse ? per 1.000.000 gold ??
Longjuyt2 horse level /ski xxx code
04/10/2010 - Metin2 Private Server - 51 Replies
Pls longjuyt2 /ski xxx code :)



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


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.