Hi guys. So I've already tried out a lot and came across many errors, some of which I could solve myself and some of which I couldn't. One of the latter is this one:
PHP Code:
propItem.txt ID:0 last_read(ID:-1 name:=)
This all happens when I start up the World server, it doesn't crash though. When I try to login when I have the world server on debug, I get the following:
PHP Code:
**CProject::GetItemProp** returned nullptr
at a function which tries to put in vendor items. I mean, ofc it's an error because the loaded items are invalid.
I know what something is ****** in my propItem. However, how come it's trying to read at ID of -1?
Is something going on in the source? I really don't have a clue anymore.