Page 1 of 1

Strange error

PostPosted: Mon Jul 14, 2003 8:53 am
by Odin
i get this error when i try to run my gameserver:

Microsoft (R) Visual C# .NET-Compilerversion 7.10.3052.4
für Microsoft (R) .NET Framework, Version 1.1.4322
Copyright (C) Microsoft Corporation 2001-2002. Alle Rechte vorbehalten.

scripts\ScriptMgr.cs(391,6): error CS0117: 'DOL.Player' enthält keine Definition für 'SendSit'
scripts\ScriptMgr.cs(396,6): error CS0117: 'DOL.Player' enthält keine Definition für 'SendStand'
scripts\ScriptMgr.cs(559,8): error CS0117: 'DOL.Player' enthält keine Definition für 'SendMob'

DOLScripts.dll compiled with 3 errors and warnings

i have the latest source from cvs, there might be something wrong in ScriptMgr.cs , hope someone can fix this

thx Odin

PostPosted: Mon Jul 14, 2003 9:58 am
by Smallhorse
yes there is ... just delete the code for &sit, &stand, &mob from the scriptmgr.cs file ... it was removed :) sorry for any inconveniences.

See ya,
Small