pall
Member
I'm trying to install the
Lokai's Custom Race-Class System
( http://www.runuo.com/community/threads/runuo-2-0-rc1-lokais-custom-race-class-system.70967/ )
but following the instructions i have this problem:
i try to change with UtcNow but the problem persist.
Any can help me?
Lokai's Custom Race-Class System
( http://www.runuo.com/community/threads/runuo-2-0-rc1-lokais-custom-race-class-system.70967/ )
but following the instructions i have this problem:
Code:
Errors:
+ Custom Systems/lokais race-class system/NewMobile.cs:
CS0029: Line 158: Cannot implicitly convert type `System.DateTime' to `long'
+ Custom Systems/lokais race-class system/NewSkills/Brewing.cs:
CS0029: Line 33: Cannot implicitly convert type `System.DateTime' to `long'
CS0029: Line 54: Cannot implicitly convert type `System.DateTime' to `long'
+ Custom Systems/lokais race-class system/NewSkills/DivineHealth.cs:
CS0029: Line 33: Cannot implicitly convert type `System.DateTime' to `long'
CS0029: Line 54: Cannot implicitly convert type `System.DateTime' to `long'
+ Custom Systems/lokais race-class system/NewSkills/Forestry.cs:
CS0029: Line 33: Cannot implicitly convert type `System.DateTime' to `long'
CS0029: Line 54: Cannot implicitly convert type `System.DateTime' to `long'
+ Custom Systems/lokais race-class system/NewSkills/Gardening.cs:
CS0029: Line 33: Cannot implicitly convert type `System.DateTime' to `long'
CS0029: Line 54: Cannot implicitly convert type `System.DateTime' to `long'
+ Custom Systems/lokais race-class system/NewSkills/GoldCrafting.cs:
CS0029: Line 33: Cannot implicitly convert type `System.DateTime' to `long'
CS0029: Line 54: Cannot implicitly convert type `System.DateTime' to `long'
+ Custom Systems/lokais race-class system/NewSkills/HealingArts.cs:
CS0029: Line 33: Cannot implicitly convert type `System.DateTime' to `long'
CS0029: Line 54: Cannot implicitly convert type `System.DateTime' to `long'
+ Custom Systems/lokais race-class system/NewSkills/Herblaw.cs:
CS0029: Line 33: Cannot implicitly convert type `System.DateTime' to `long'
CS0029: Line 54: Cannot implicitly convert type `System.DateTime' to `long'
+ Custom Systems/lokais race-class system/NewSkills/Hypnotism.cs:
CS0029: Line 36: Cannot implicitly convert type `System.DateTime' to `long'
+ Custom Systems/lokais race-class system/NewSkills/LayOnHands.cs:
CS0029: Line 33: Cannot implicitly convert type `System.DateTime' to `long'
CS0029: Line 54: Cannot implicitly convert type `System.DateTime' to `long'
+ Custom Systems/lokais race-class system/NewSkills/Levitation.cs:
CS0029: Line 33: Cannot implicitly convert type `System.DateTime' to `long'
CS0029: Line 54: Cannot implicitly convert type `System.DateTime' to `long'
+ Custom Systems/lokais race-class system/NewSkills/MakeDisappear.cs:
CS0029: Line 33: Cannot implicitly convert type `System.DateTime' to `long'
CS0029: Line 54: Cannot implicitly convert type `System.DateTime' to `long'
+ Custom Systems/lokais race-class system/NewSkills/Negotiation.cs:
CS0029: Line 33: Cannot implicitly convert type `System.DateTime' to `long'
CS0029: Line 54: Cannot implicitly convert type `System.DateTime' to `long'
+ Custom Systems/lokais race-class system/NewSkills/PickPocket.cs:
CS0029: Line 33: Cannot implicitly convert type `System.DateTime' to `long'
CS0029: Line 54: Cannot implicitly convert type `System.DateTime' to `long'
+ Custom Systems/lokais race-class system/NewSkills/RemoveDisease.cs:
CS0029: Line 33: Cannot implicitly convert type `System.DateTime' to `long'
CS0029: Line 54: Cannot implicitly convert type `System.DateTime' to `long'
+ Custom Systems/lokais race-class system/NewSkills/SilverSmithing.cs:
CS0029: Line 33: Cannot implicitly convert type `System.DateTime' to `long'
CS0029: Line 54: Cannot implicitly convert type `System.DateTime' to `long'
+ Custom Systems/lokais race-class system/NewSkills/SleightOfHand.cs:
CS0029: Line 33: Cannot implicitly convert type `System.DateTime' to `long'
CS0029: Line 54: Cannot implicitly convert type `System.DateTime' to `long'
+ Custom Systems/lokais race-class system/NewSkills/WoodCarving.cs:
CS0029: Line 33: Cannot implicitly convert type `System.DateTime' to `long'
CS0029: Line 54: Cannot implicitly convert type `System.DateTime' to `long'
+ custom/AdvancedPlayerGate.cs:
CS0019: Line 776: Operator `==' cannot be applied to operands of type `Server.Race' and `Server.Custom.Race'
+ custom/mobiles/BaseCreature.cs:
CS0103: Line 6379: The name `ds' does not exist in the current context
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
i try to change with UtcNow but the problem persist.
Any can help me?