[All in one Questions]->loky

06/14/2013 08:53 raventh1984#1
Hi elitepvpers,

Well since i made several topics why not put it at one Place.

So atm i have 2 Questions/Problems and i cant seem to figure it out tough.

1. The server is running for an couple of days now no crashes or anything.
what i did notice was did.

GetItemProp range_error min:0, max:224944, index:-1

Answer

I know it has something to do with the Spec_Item.txt the only problem is i didnt changed an thing in the file.

2. RemoveUser(): *pUser->m_pKey is '
Never had this error since i am running flyff servers.
Could anyone explain to me what it means?
Answer

New Question
I have added an new ticket and when clicking on this ticket gives me the following error

So i found this

The strange part is that i took the expample from the Coral Island ticket and just modified it.

All other tickets are working as they should do.

With kind regards,

Loky.
06/14/2013 12:38 xTwiLightx#2
1st
Quote:
GetItemProp range_error min:0, max:224944, index:-1
Guessing there is tried to use an item, which has no define in defineItem.h (thats why it says index: -1) - you have to find out where you are using an item which you maybe forgot to define or defined wrong, ....

2nd
Quote:
RemoveUser(): *pUser->m_pKey is '
This Error results when your (LoginServer?) Port is scanned by portscanners - the Server trys to start an instance, but there is no input, so it results in this error.
06/14/2013 13:26 raventh1984#3
Ok thank you for that wonderfull explination.

can i prevent that port scanners are scanning that port?
06/14/2013 16:32 xTwiLightx#4
You cant protect against portscanners, as long as your port is open. ;)
06/17/2013 16:43 raventh1984#5
New Question added.

I have added an new ticket and when clicking on this ticket gives me the following error

So i found this

The strange part is that i took the expample from the Coral Island ticket and just modified it.

All other tickets are working as they should do.