SYSERR: Aug 26 23:49:38 :: RunState: LUA_STATE: index -3070618 ref 3
SYSERR: Aug 26 23:49:38 :: WriteRunningStateToSyserr: LUA_ERROR: quest drop_event.hex click
SYSERR: Aug 26 23:49:43 :: RunState: LUA_ERROR: [string "drop_event"]:5: attempt to perform arithmetic on local `limit' (a nil value) WITH ERRORCODE 1
quest drop_event begin
state start begin
when login with game.get_event_flag("drop_event") > 0 begin
local level = pc.get_level()
if game.get_event_flag("drop_event") == 1 then
pc.setqf("rate",50-math.floor(level/4))
set_state(moon)
elseif game.get_event_flag("drop_event") == 2 then
pc.setqf("rate",70-math.floor(level/4))
set_state(hex)
end
end
when enter begin
clear_letter()
end
end
state moon begin
when login with game.get_event_flag("drop_event") == 0 begin
set_state(start)
end
when letter begin
q.set_icon("scroll_open_blue.tga")
send_letter("*Moonlight Treasures")
end
when button or info begin
addimage(20, 12, "moonlight.tga")
say("")
say("")
say("")
say_title("")
----"1234567890123456789012345678901234567890123456789 01234567890"|
say("Hello young hero!")
say("")
say("Today the moon is shining in its brightest form. And that's")
say("because it is full moon today.")
say("")
say("On this special day, you can obtain Moonlight Boxes from")
say("every monster you hunt.")
say("")
say_reward("Enjoy the full moon and the treasure it holds for you!")
say("")
end
when kill begin
if game.get_event_flag("drop_event") == 1 then
local level = pc.get_level()
local rate = pc.getqf("rate")
local limit = tonumber(get_mob_level[npc.get_race()])
if level < limit+11 then
local drop = number(1,rate)
if drop == 1 then
pc.setqf("rate",rate+3)
game.drop_item_with_ownership(50011)
end
end
else
set_state(start)
end
end
end
state hex begin
when login with game.get_event_flag("drop_event") == 0 begin
set_state(start)
end
when letter begin
q.set_icon("scroll_open_blue.tga")
send_letter("*Hexagonal Box")
end
when button or info begin
addimage(20, 12, "hexagonal.tga")
say("")
say("")
say("")
say_title("")
----"1234567890123456789012345678901234567890123456789 01234567890"|
say("One of the traditions in Chinese New year is the gifting")
say("and the wishes of good fortune. In Chinese culture, the")
say("six sides of the Hexagonal Box represent these wishes.")
say("")
say_reward("Collect Hexagonal Boxes from any monster! Hexagonal")
say_reward("boxes contain a random upgrade material.")
say("")
end
when kill begin
if game.get_event_flag("drop_event") == 2 then
local level = pc.get_level()
local rate = pc.getqf("rate")
local limit = tonumber(get_mob_level[npc.get_race()])
if level < limit+11 then
local drop = number(1,rate)
if drop == 1 then
pc.setqf("rate",rate+2)
game.drop_item_with_ownership(50037)
end
end
else
set_state(start)
end
end
end
end
Syserr error 10/06/2012 - Metin2 Private Server - 0 Replies SYSERR: Oct 6 16:35:32 :: GetPoint: Point type overflow (type 255)
SYSERR: Oct 6 16:35:32 :: GetPoint: Point type overflow (type 255)
SYSERR: Oct 6 16:35:47 :: GetPoint: Point type overflow (type 255)
SYSERR: Oct 6 16:36:09 :: GetPoint: Point type overflow (type 255)
SYSERR: Oct 6 16:36:21 :: GetPoint: Point type overflow (type 255)
SYSERR: Oct 6 16:36:21 :: GetPoint: Point type overflow (type 255)
SYSERR: Oct 6 16:36:21 :: GetPoint: Point type overflow (type 255)
SYSERR: Oct 6 16:36:26...
syserr Error Please Help 02/06/2012 - Metin2 Private Server - 0 Replies Ch1 occasionally gives this error and closes.
Why is this? How can I fix this?
SYSERR: Feb 6 13:39:51 :: Process: SEQUENCE 431c0c00 mismatch 0xaf != 0x0 header 254
SYSERR: Feb 6 13:39:51 :: Process: SEQUENCE_LOG -------------
Xtreme Metin2 "????" Error [Verdächtige Syserr] 09/12/2011 - Metin2 Private Server - 5 Replies Hay..
Bei XtremeMt2 kommt immer so nen Fragezeichen fehler..
Kennt bestimmt jeder was ich mein ;)
Und in der Syserr stand das:
0 16:59:07276 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/hit/percent_damage1.mse) Error
0910 16:59:07276 :: CInstanceBase::RegisterEffect(eEftType=264, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/hit/percent_damage1.mse, isCache=1) - Error
0910 16:59:07278 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir...