Need Help Fix Error OR TUT fix error

03/13/2015 16:27 nicenickman#1
Error Massage


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

Me use Client FlyffV19
Resource And Resdata: Virtous
Thank for all

03/13/2015 19:13 Grening#2
OP Error:
Go to Versioncommon.h (Worldserver)
and change
Code:
#define__INFINITE_0227
to
Code:
//#define__INFINITE_0227
03/13/2015 19:34 Exrib0.#3
LUA - Event Error :

LuaBase.cpp :

Change:

PHP Code:
int CLuaBase::_ERRORlua_StatepLuaState )
{
    
Error"LUA - %s"lua_tostring(pLuaState, -1) );

    return 
0;

to:

PHP Code:
int CLuaBase::_ERRORlua_StatepLuaState )
{
    
//Error( "LUA - %s", lua_tostring(pLuaState, -1) );

    
return 0;

03/13/2015 22:56 Evese#4
/
03/14/2015 11:42 - DK#5
Account Server.ini -> You have change the Ips to 127.0.0.1 ?
03/14/2015 11:59 nicenickman#6
Quote:
Originally Posted by Armageddon' View Post
Account Server.ini -> You have change the Ips to 127.0.0.1 ?
127.0.0.1 now

03/14/2015 12:01 - DK#7
Same Cache Port ? -> Neuz and Cache :o ?
03/14/2015 12:31 nicenickman#8
Quote:
Originally Posted by Armageddon' View Post
Same Cache Port ? -> Neuz and Cache :o ?
yes same cache And Neuz port 5400:handsdown:
03/14/2015 13:24 Evese#9
Still not working?
03/14/2015 15:25 nicenickman#10
Quote:
Originally Posted by Evese View Post
Still not working?
Yes Still Not working:confused:
03/14/2015 15:31 Evese#11
Quote:
2015/ 3/13 22:13:24 OP: 8944470, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2015/ 3/13 22:13:26 OP: 1771, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2015/ 3/13 22:13:26 LUA - Event - ID:1, Title:Level Up Event, State:1

2015/ 3/13 22:13:26 LUA - Event - ID:2, Title:Level-UP Event Rewards!!, State:1
Is this everything what is standing in the error.txt? If something is missing please post it. Have you deleted the event and tried it again?
03/14/2015 15:54 - DK#12
I want see your Client Errors :3 ..
03/14/2015 16:11 nicenickman#13
WorldDialog_2015-03-14_22-09-05.log


How to fix??

Quote:
Originally Posted by Evese View Post
Is this everything what is standing in the error.txt? If something is missing please post it. Have you deleted the event and tried it again?

No i does do sir

Quote:
Originally Posted by Armageddon' View Post
I want see your Client Errors :3 ..
Me use Client : US Server
[Only registered and activated users can see links. Click Here To Register...]

Not Work? sir
03/14/2015 16:56 Schulzie#14
Read Your Errors:

[2015-03-14 22:09:05] (INFO) InitWorldDialog(86): [ START - DLL LOG ]
[2015-03-14 22:09:05] (ERROR) FLDefinedsToString::load(86): [ DUPLICATE DEFINE : (QUEST_COOKER02) (5009) ]
[2015-03-14 22:09:05] (ERROR) FLDefinedsToString::load(86): [ [ DUPLICATE DEFINE : (MAX_3RD_LEGEND_LEVEL) (139) ]
[2015-03-14 22:09:05] (ERROR) FLDefinedsToString::load(86): [ [ DUPLICATE DEFINE : (MAX_CHARACTER_LEVEL) (139) ]
[2015-03-14 22:09:05] (ERROR) FLDefinedsToString::load(86): [ [ DUPLICATE DEFINE : (MAX_LEGEND_LEVEL) (129) ]
[2015-03-14 22:09:05] (ERROR) FLDefinedsToString::load(86): [ [ DUPLICATE DEFINE : (MAX_CHARACTER_LEVEL) (129) ]
[2015-03-14 22:09:05] (ERROR) FLDefinedsToString::load(86): [ [ DUPLICATE DEFINE : (MAX_JOB) (32) ]
[2015-03-14 22:09:05] (ERROR) FLDefinedsToString::load(86): [ [ DUPLICATE DEFINE : (MAX_JOB) (16) ]

All ID's are double define ! Check your files...