Quote:
Originally Posted by MANUEL PERES
My parse no have error the error have ImportFactory
See this would you be fine for you : 
|
Thanke you, i have a question ,to OPENNOS.DAL.EF
How to change it ? Wen i Seache it show my the source
NpcMonster.Data
Item.cs
ItemInstanceDtO.cs
NpcMonsterDTO [
IS Change]
ImportFactory [
IS Change]
ImportNpcMonsters() in import factory [
IS Change]
Opennos.DAL.EF
CHANGE:
Code:
public short DarkResistance {get; set; }
public short FireResistance {get; set; }
public short LightResistance {get; set; }
public short WaterResistance {get; set; }
BY :
Code:
public int DarkResistance {get; set; }
public int FireResistance {get; set; }
public int LightResistance {get; set; }
public int WaterResistance {get; set; }
I am supposed to change it in OPENNOS.DAL.EF I don't quite understand the last one
Quote:
Originally Posted by MANUEL PERES
My parse no have error the error have ImportFactory
See this would you be fine for you : 
|
If I change it, save it and create the folder again, these errors come out, what am I doing wrong?
I have it Change to
Opennos.Data -> NpcMonsterDTO
ImportFactory
ImportFactory ImportNpcMonsters()
how to Searche
Opennos.DAL.EF
found it
ItemInstanceDTO.cs &
ItemDTO.cs Right?
But if I change it, why are all the errors and why?
OPENNOS.DAL.EF (
ItemInstanceMapper.cs)
output.DarkResistance =
input.DarkResistance;
output.FireResistance =
input.FireResistance;
output.LightResistance =
input.LightResistance;
output.WaterResistance =
input.WaterResistance;
Alles neu erstellen: 13 erfolgreich,
14 fehlerhaft, 0 übersprungen
All new Created 13 Usefull,
14 Error, 0 Skippet
Thanks for your help.
++push++