Hi,
after trying to figure out what is wrong for a few day's, i now try my luck at this forum
The Problem is the following Error :
Code:
17:34:4c:Setup_Start acct='0000000000', char='0000', IP='0.0.0.0'
17:34:ERROR:(Rassensystem_Rassenwahl.scp,623)Undefined symbol 'd_charerstellung'
17:34:ERROR:(Rassensystem_Rassenwahl.scp,623)Invalid RES_DIALOG.
My Problem is, that i really don't understand why there is a problem opening the said dialog.
The Script is a combined race-/class-System. After picking your desired race and answering the right multiple-choice questions for creating this specific race, you of course get the Race-Flag and then a Gump for the selection of your desired class openes.. or in this case it should open.
Code:
if <argchk> = 3
tag.klasse = <hval <src.GetClass> | <def.rasse_mensch>>
color=colors_skin
body=c_man
sysmessage @180 test
update
if <def.klassensystem_moveaftercreate>
src.go <def.klassensystem_moveaftercreate_p>
else
src.go 2670,2165,0
endif
dialog d_charerstellung //<.........................here is the Line 623
return 0
else
dialog d_rassenwahl
endif
return 0
The Gump-Dialog itself works perfectly on my sphere-installation at home. I even tried to shorten the individual Gump-Dialog just in case if the Error was caused by too many pages. But this didn't change anything.
So, what Problem can there possibly be? As mentioned, opening the dialog on my sphere at home works without any problem. The Problem happens to occur only on our gameserver.
Perhaps somebody has an idea what might be the problem. (Perhaps some interference with other scripts, or a setting in the ini perhaps?)
thanks