SUCHE OPENNOS PARSER

04/09/2020 00:01 mauricelein#1
Hallo leute, wie im Titel oben suche ich nach einem Aktuellen Parser.
ich wäre euch sehr Dankbar, Wenn jemand mir einen zur verfügung stellen würde.

Mfg =)


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; }
04/09/2020 00:13 nibbio#2
Take a look here: [Only registered and activated users can see links. Click Here To Register...] :kappa:
04/09/2020 01:58 mauricelein#3
the Problem is, If I take this parser it always crashes after the Bcard when parsing what can it be ??
04/09/2020 02:40 InnoTx#4
Quote:
Originally Posted by mauricelein View Post
the Problem is, If I take this parser it always crashes after the Bcard when parsing what can it be ??
it could be an Error in the source im not sure... p_q
04/09/2020 02:42 mauricelein#5
Quote:
Originally Posted by InnoTx View Post
it could be an Error in the source im not sure... p_q
If it reappears I can take a picture or something of it and post it here

Here is the Code fore the Picture [Only registered and activated users can see links. Click Here To Register...]
04/09/2020 04:33 MANUEL PERES#6
Quote:
Originally Posted by mauricelein View Post
If it reappears I can take a picture or something of it and post it here

Here is the Code fore the Picture [Only registered and activated users can see links. Click Here To Register...]
My parse no have error the error have ImportFactory

See this would you be fine for you : [Only registered and activated users can see links. Click Here To Register...]
04/09/2020 04:52 mauricelein#7
Quote:
Originally Posted by MANUEL PERES View Post
My parse no have error the error have ImportFactory

See this would you be fine for you : [Only registered and activated users can see links. Click Here To Register...]
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 View Post
My parse no have error the error have ImportFactory

See this would you be fine for you : [Only registered and activated users can see links. Click Here To Register...]
If I change it, save it and create the folder again, these errors come out, what am I doing wrong?

[Only registered and activated users can see links. Click Here To Register...]

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. :) :handsdown:

++push++