Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server
You last visited: Today at 12:26

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

Advertisement



Syserr problem - game 40k

Discussion on Syserr problem - game 40k within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2009
Posts: 110
Received Thanks: 4
Syserr problem - game 40k

Hello,

I'm aware of 40k game problems, and i've got some.
My syserr is this : SYSERR: Jun 21 02:56:01 :: RunState: LUA_ERROR: [string "horse_summon"]:1: attempt to index global `PetSystem' (a nil value)
SYSERR: Jun 21 02:56:01 :: WriteRunningStateToSyserr: LUA_ERROR: quest horse_summon.start click
SYSERR: Jun 21 02:56:43 :: pid_init:
Start of pid: 3921

I dont know if this is the problem for shutdowning the server; but i wanna solve this out.
But,when my server is down,closed by an error, this is showing in ssh : [string "IsScriptTrue"]:1:attempt to compare nil with number

I`m looking forward for some answers and solutions.
Thank you very much !
drobee is offline  
Old 06/21/2015, 06:36   #2
 
.He3o Copy™'s Avatar
 
elite*gold: 1
Join Date: Apr 2013
Posts: 273
Received Thanks: 236
post ur horse_summon quest pls
.He3o Copy™ is offline  
Old 06/21/2015, 10:15   #3
 
elite*gold: 0
Join Date: Oct 2009
Posts: 110
Received Thanks: 4
Hi,

Here is my horse_summon :

quest horse_summon begin
state start begin
function get_horse_summon_prob_pct() local skill_level=pc.get_skill_level(131) if skill_level==1 then return 15 elseif skill_level==2 then return 20 elseif skill_level==3 then return 30 elseif skill_level==4 then return 40 elseif skill_level==5 then return 50 elseif skill_level==6 then return 60 elseif skill_level==7 then return 70 elseif skill_level==8 then return 80 elseif skill_level==9 then return 90 elseif skill_level>=10 then return 100 end return 10 end

when 20349.chat."Imaginea calului pierduta. " with horse.get_grade()==1 and pc.countitem("50051")<1 begin
say_title("Grajdar: ")
say("Dupa cum vad, ")
say("şi-ai pierdut Imaginea Calului. ")
local b=select("Vreau alta noua ", "Nu ma intereseaza ")
if 1==b then
if pc.money>=10000 then
pc.changemoney(-10000)
say_title("Grajdar: ")
say("Aici este noua ta imagine de cal. ")
say("Sper sa nu o mai pierzi. ")
pc.give_item2("50051", 1)
else
say_title("Grajdar: ")
say("Nu ai destui Yang. ")
end
elseif 2==b then
else
say("UNKNOWN BUTTON ["..b.."]")
end
end
when 20349.chat."Cartea Arme si Cai pierduta. " with horse.get_grade()==2 and pc.countitem("50052")<1 begin
say_title("Grajdar: ")
say("Dupa cum vad, ")
say("şi-ai pierdut Cartea Arme si Cai. ")
local b=select("Vreau alta noua ", "Nu ma intereseaza ")
if 1==b then
if pc.money>=50000 then
pc.changemoney(-50000)
say_title("Grajdar: ")
say("Aici este noua ta Carte Arme si Cai. ")
say("Sper sa nu o mai pierzi. ")
pc.give_item2("50052", 1)
else
say_title("Grajdar: ")
say("Nu ai destui Yang. ")
end
elseif 2==b then
else
say("UNKNOWN BUTTON ["..b.."]")
end
end
when 20349.chat."Cartea Armata si Cai pierduta. " with horse.get_grade()==3 and pc.countitem("50053")<1 begin
say_title("Grajdar: ")
say("Dupa cum vad,")
say("şi-ai pierdut Cartea Armata si Cai.")
local b=select("Vreau alta noua ", "Nu ma intereseaza ")
if 1==b then
if pc.money>=100000 then
pc.changemoney(-100000)
say_title("Grajdar: ")
say("Aici este noua ta Carte Armata si Cai. ")
say("Sper sa nu o mai pierzi. ")
pc.give_item2("50053", 1)
else
say_title("Grajdar: ")
say("Nu ai destui Yang. ")
end
elseif 2==b then
else
say("UNKNOWN BUTTON ["..b.."]")
end
end
when 50051.use with horse.get_grade()==0 begin
say_title("Grajdar: ")
say("Nu deşii un cal! ")
end
when 50051.use with horse.get_grade()==1 begin
if pc.getsp()>=100 then
if number(1, 100)<=horse_summon.get_horse_summon_prob_pct() then

horse.summon()
else
chat("[Me2L]:Armasarul nu a putut fi strigat.")
end
pc.change_sp(-100)
else
say_title("Informaşie: ")
say("Nu ai destule MP. Îşi trebuie minim 100 MP")
say("pentru a chema calul. ")
end
end
when 50051.use with horse.get_grade()==2 begin
say_title("Informaşie: ")
say("Ai folosit imaginea de chemare a calului gresita. ")
end
when 50051.use with horse.get_grade()==3 begin
say_title("Informaşie: ")
say("Ai folosit imaginea de chemare a calului gresita. ")
end
when 50052.use with horse.get_grade()==0 begin
say_title("Informaşie: ")
say("Ai folosit imaginea de chemare a calului gresita. ")
end
when 50052.use with horse.get_grade()==1 begin
say_title("Informaşie: ")
say("Ai folosit imaginea de chemare a calului gresita. ")
end
when 50052.use with horse.get_grade()==2 begin
if pc.getsp()>=200 then
if number(1, 100)<=horse_summon.get_horse_summon_prob_pct() then
horse.summon()
else
chat("[Me2L]:Armasarul nu a putut fi strigat.")
end
pc.change_sp(-200)
else
say_title("Informaşie: ")
say("Nu ai destule MP. Îşi trebuie minim 200 MP")
say("pentru a chema calul. ")
end
end
when 50052.use with horse.get_grade()==3 begin
say_title("Informaşie: ")
say("Ai folosit imaginea de chemare a calului gresita. ")
end
when 50053.use with horse.get_grade()==0 begin
say_title("Informaşie: ")
say("Ai folosit imaginea de chemare a calului gresita. ")
end
when 50053.use with horse.get_grade()==1 begin
say_title("Informaşie: ")
say("Ai folosit imaginea de chemare a calului gresita. ")
end
when 50053.use with horse.get_grade()==2 begin
say_title("Informaşie: ")
say("Ai folosit imaginea de chemare a calului gresita. ")
end
when 50053.use with horse.get_grade()==3 begin
if pc.getsp()>=300 then
if number(1, 100)<=horse_summon.get_horse_summon_prob_pct() then

horse.summon()
else
chat("[Me2Ap]:Armasarul nu a putut fi strigat.")
end
pc.change_sp(-300)
else
say_title("Informaşie: ")
say("Nu ai destule MP. Îşi trebuie minim 300 MP")
say("pentru a chema calul. ")
end
end
end
state __COMPLETE__ begin
when enter begin
q.done()
end
end
end
drobee is offline  
Reply


Similar Threads Similar Threads
Error syserr game 34k
06/04/2014 - Metin2 Private Server - 0 Replies
Hi. Somebody stops my server and do not know how .. I have game 34k and this is in all core: SYSERR: Jun 4 00:33:06 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down. SYSERR: Jun 4 00:33:08 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 1 SYSERR: Jun 4 00:33:08 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 4 SYSERR: Jun 4 00:33:08 :: ForAttrRegionFreeAngle:...
SYSERR | 40250 GAME
02/18/2014 - Metin2 Private Server - 1 Replies
SYSERR: Feb 18 20:00:05.3323 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down. SYSERR: Feb 18 20:00:05.971938 :: pid_deinit: I'm getting this error. what is the solution?
Syserr game
11/03/2013 - Metin2 Private Server - 10 Replies
my server is down, when choosing my character ..logout This is the error: http://www.youtube.com/watch?v=2QsC1il7AjE
Syserr game 34083
09/04/2013 - Metin2 Private Server - 0 Replies
hy I have a problem look at this: SYSERR: Sep 4 19:01:07 :: Process: SEQUENCE 29066400 mismatch 0xaf != 0x64 header 254 SYSERR: Sep 4 19:01:07 :: Process: SEQUENCE_LOG ------------- Do you know how can i fix it?
[ SYSERR ]2010 Files / DB - GAME
05/07/2011 - Metin2 Private Server - 3 Replies
Ahoi liebe Community heute habe ich mal wieder unglaubliche Probleme. Wofür ich leider selbst zu doof bin um sie zu lösen weil es noch soo früh ist und soo ya :/ Ich hoffe ihr könnt mir helfen ;O Also die SYSERRs sehen wie folgt aus. db SYSERR: May 7 07:16:06 :: Start: TABLE_POSTFIX not configured use default



All times are GMT +2. The time now is 12:26.


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.