[Problem]Devils Catacomb

11/20/2012 01:09 iVeLuZ#1
Ja nabend, da ich seid Tagen versuche einen Bug zu fixxen/fehler beheben und nun einfach nich mehr weiter weiß, wollte ich hier ma rum fragen, wer eine Idee hätte was man da machen könnte.
Zum Bug:

Der Run klappt Perfekt, aber nachdem ich Azrael getötet habe, portet es mich ja ganz normal aus dem DC, 3 Sekunden später bekomme ich kick & der Login schmiert ab.

Habe es erst auf Hamachi (Test-Server) getestet und anschließend noch auf dem Root, aber kommt bei beidenen der Fehler/Bug.

Wäre echt sehr froh, wenn mir jemand dabei helfen könnte. :(

Info: Benutze die Quest von Nova und die Regen von Horny.
11/20/2012 01:12 .Ryung#2
schau doch mal in der Quest nach wo du hingeportet wirst nachdem du Azrael gekillt hast und dann behebst du denn Bug einfach oder mache deine "Client-Syserr.txt" mal hochladen vielleicht liegt es am Clienten
11/20/2012 01:17 iVeLuZ#3
Habe den Port schon geändert & sogar gelöscht , aber bringt nichts in der Client-Sysrr steht folgendes:

Quote:
1120 00:58:37573 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010). Automatic conversion will be attempted.
1120 00:58:37704 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010). Automatic conversion will be attempted.
1120 00:58:37773 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010). Automatic conversion will be attempted.
11/20/2012 01:20 .Ryung#4
hm... wieso Port ändern ? brauchst du doch garnicht nur die Koordinaten die in der Quest ganz unten glaube ich stehen weil laut deiner Syserr im Clienten liegt es nicht am Clienten sondern wohl er an der Quest das dort die falschen Koordinaten drinstehen zum rausteleportieren
11/20/2012 01:24 iVeLuZ#5
Ich werde ja nachdem porten in Tempel geportet , ganz normal, dann kann ich noch 2-4 Sekunden normal schreiben usw. aber dann bekomm ich ja erst kick.

Und am ende der Quest steht:

Quote:
when glory_message.timer begin
local text = "Azrael wurde besiegt. Endlich herrscht[ENTER]Frieden in der Devil's Catacomb. Du wirst nun[ENTER]an die Oberfläche teleportiert."
say_in_map(pc.get_map_index(), text)
timer("dc_end", 20)
end


when dc_end.timer begin
local nextTime=get_time()+time_min_to_sec(1)
d.setqf("__NEXT_TIME__", nextTime)
d.exit_all()
end

end

state _FUNC_ begin

function getLevelByCord()

if pc.get_local_x() > 30 and pc.get_local_y() > 45 and pc.get_local_x() < 450 and pc.get_local_y() < 450 then
return 1

elseif pc.get_local_x() > 540 and pc.get_local_y() > 39 and pc.get_local_x() < 1000 and pc.get_local_y() < 462 then
return 2

elseif pc.get_local_x() > 1048 and pc.get_local_y() > 35 and pc.get_local_x() < 1455 and pc.get_local_y() < 458 then
return 3

elseif pc.get_local_x() > 31 and pc.get_local_y() > 541 and pc.get_local_x() < 564 and pc.get_local_y() < 1058 then
return 4

elseif pc.get_local_x() > 650 and pc.get_local_y() > 540 and pc.get_local_x() < 1050 and pc.get_local_y() < 955 then
return 5

elseif pc.get_local_x() > 1175 and pc.get_local_y() > 576 and pc.get_local_x() < 1420 and pc.get_local_y() < 810 then
return 6

else
return 0
end

end

function isInCatacomb()

if pc.get_map_index() >= (special.dc_map_index * 10000) and pc.get_map_index() < (special.dc_map_index_2 * 10000) and pc.in_dungeon() then
return true
else
return false
end

end

function get3FloorStonePositions()

local positions =
{
{1365, 352}, {1349, 150}, {1133, 167}, {1151, 364},
{1234, 136}, {1255, 371}, {1132, 245},
}

for i = 1, 6 do

local j = number(i, 7)

if i != j then

local t = positions[i];
positions[i] = positions[j];
positions[j] = t;

end

end

return positions

end

function getTimeLeft()

local secondsLeft = (d.getf("time") - get_time())
local minutesLeft = math.ceil(secondsLeft / 60)

d.notice("Du hast noch "..minutesLeft.." Minute(n) Zeit.")

end

end
end
11/20/2012 15:37 .Zemer#6
Habe das gleiche Problem auch...
Wäre nett wenn mal einer da weiterhelfen könnte...
Danke schonmal
11/20/2012 21:45 iVeLuZ#7
Hat keiner ne Idee?
12/10/2012 22:27 x3RealMadrid#8
haste irg was an den client verändert?
selbst gemachter
oder benutzter dann heißt es das im client fehler drin ist :D
01/12/2013 23:33 Sinafett#9
Mhh dieses Problem habe ich auch, und ich habe bis jetzt noch keine Lösung....
Ich setzte mich heute Nacht nochmal dran, mal sehen ob ich den Fehler finde :P