Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Guides (Server Setup, Adding Items and More)

Banned
Banned
Joined
Oct 14, 2008
Messages
246
Reaction score
123
Things needed in this thread + Useful tools.
V11 Server Files. (You can also use your files, just linked them.)

Flyff ResEditor

FlyFF o3d Converter


DYO Manager
(Only Use if Needed)



Current Guides:
How to add a Box.
How to Add a Custom Cloak.
How to Make .o3d from .dds files.
How to convert .png to .dds.
How to Set-up V14 Server.

How to add a Box (Example is adding Ancient Box, randomly gives user ancient weapon.)

1) Open Propitem.txt(2megsish) Preferred Program: Microsoft Excel.
Search for: II_SYS_SYS_SCR_BXANGEL01
Copy Fields: A - DT from BXANGEL01
Add what you copied to the bottom of the file. in a new row.
Edit:(In the row you added.) II_SYS_SYS_SCR_BXANGEL01 to II_SYS_SYS_SCR_BXANCIENT01

Close and Save (For Now)

2) Open Propitem.txt.txt (The one that contains names and descriptions.)
Scroll to the very bottom.
Add the item (Ancient Box)
Add a discription.
Example:
IDS_PROPITEM_TXT_011300 Ancient Box
IDS_PROPITEM_TXT_011300 Gives a Random Ancient Weapon.

Close and save.
(Remember don't use the same number twice!!!)

3) Open Propitem.txt (2megish) Preferred Program: Microsoft Excel.
find your added 'BXANCIENT01'
Make sure your 'C' field (Using Excel) Matches the Propitem.txt.
Make sure your 'DT' field matches the Propitem.txt one as well.
Example:
C= IDS_PROPITEM_TXT_011300
DT=IDS_PROPITEM_TXT_011300


4) Open propGiftbox.inc
search for BXLEAGENDG01
after it add
Code:
GiftBox II_SYS_SYS_SCR_BXANCIENT01
{
	II_WEA_SWO_ANCIENT			500	1
	II_WEA_SWT_ANCIENT			1500	1
	II_WEA_AXE_ANCIENT			300	1
	II_WEA_AXT_ANCIENT			1700	1
	II_WEA_KNU_ANCIENT			1000	1
	II_WEA_CHE_ANCIENT			1000	1
	II_WEA_WAN_ANCIENT2			1000	1
	II_WEA_STA_ANCIENT			1000	1
	II_WEA_BOW_ANCIENT			300	1
	II_WEA_YOY_ANCIENT			1700	1
}
Save this file.

5) Open Defineitem.h
Go to the very end.
before #endif
add
#define II_SYS_SYS_SCR_BXANCIENT01 65000
Remember don't use the same number twice!!!
Save.

Then you'll need to add propitem.txt and propitem.txt.txt along with Defineitem.h to your datares's

How to Add a Custom Cloak.
1. Open mdlDyna.inc (Full screen/Maximize.)
a) Search for cloak you'll see a block of text under it.
b) We want to add a cloak. So go to the blink space
c) After II_ARM_S_CLO_CLO_SYSCLOAK20
d) Add
Code:
    "GenMatSuitbox"    II_ARM_S_CLO_CLO_BETA                MODELTYPE_MESH "maleCloakBeta/femaleCloakBeta"               0 MD_NEAR 0  1.0f 0 1 ATEX_NONE 1
----------------remember we are adding --Beta Cloak--
------Also Note that you will need to add the .o3d in Flyff>Model and the .dds files in Flyff>Model>Texture Flyff>Model>TextureLow and Flyff>Model>TextureMid-----
--the "maleCloakBeta/femaleCloakBeta" Determines which .o3d file your client reads.

Close and save that mdlDyna.inc.

2. Open DefineItem.h with notepad.
a) Search for cloak.
b) After #define II_ARM_S_CLO_CLO_SYSCLOAK20
c) Add #define II_ARM_S_CLO_CLO_BETACLOAK 65001
d) Just make sure the (65001) is something NOT used in this file.
e) Close and save.

Next up.

3. Open propitem.txt (2 megs) Preferred Program: Microsoft Excel
a) Search for II_CHR_S_CLO_CLO_STRONG.
b) Copy this row. A-DT.
c) Go to the end of the table and paste the line.
d) Change the name to a name you want we'll use BETA.
c) B will be II_CHR_S_CLO_CLO_BETA
d) You will need to change field 'c' to the number you changed it to in propitem.txt
e) In this case it will be IDS_PROPITEM_TXT_011302
f) BB, BC and BD are all stats that can be used on cloaks.
g) Change these accordingly to change the stats BB links to BE, BC Links to BF and BD links to BG.
h) You'll have to scroll over to DQ this is where we will determine the icon(this is what it will look like in your inventory) for the item. For this it will be "Itm_ArmCloCloStrong.dds" (This is an example.)
i) DT will then be the 'description you put in propitem.txt.txt' in this case it will be IDS_PROPITEM_TXT_011303.

How to Setup .o3d to work with custome .dds files.
1. You'll need the .o3d converter from the links above.
b. Open the .o3d converter, for the sake of this guide i'll be using the Dragon cape .o3d files to make them work for your brand new cloak.
c. Search for Part_mDragoncape and Part_fDragoncape in your Model folder. (Copy and paste these somewhere easy)
d. With the o3d converter you'll now click 'File Load.o3d' (Load the ones from the step above)
e. You'll then go to Misc. 'Load DDS' (Then find the cloak you made, HAS TO BE .DDS If not look at the next guide.)
f. Then check and make sure in the Misc. Menu that Animated is checked.
g. Then go to File, save O3D, save it where its easily accessible make sure its named Part_maleCloak*NAME*, like in the guide above I used Part_maleCloakBeta.
h. You'll need need to place the .o3d in your client and server files and make sure the .dds you loaded(WITH THE SAME NAME) are in the Model Texture folders.

How to convert .png to .dds
1. Open The Compressonator 1.50
a. Go to 'File Open'
b. Find your .png file that you made as your cloak.
c. Go to the menu 'Compress' You'll be using ATI 3Dc Compression.
d. The texture format used will be DXT3.
e. LEAVE THE REST DEFAULT
f. Click compress.
g. Go to 'File' then 'Save Compressed' then pick a name In the guide above I used Part_maleCloak*Name*.
Example:
Ex. 1) Part_maleCloakBeta
Ex. 2) Part_maleCloakTest

h. After you save it find where you placed it, if you want the female cloak to look the exact same, copy the .dds you just made paste it and rename the copy to Part_femaleCloak*name*.

How to Set-up a V14 Server.
Setting up Microsoft SQL 2005
1. Download Microsoft Server SQL 2005
a) Run it, 'Accept Terms and Conditions' On the Next Page click 'Install'
b) It'll then install files you need to install the server.
c) Click Next.
d) It will then check your 'computers configuration' And then run a check.
e) If there's no ERRORS (Warnings are okay) then click Next.
f) Fill in your Name 'Company Isn't needed I set it to Home though.'
---REMEMBER TO UNCHECK 'Hide advanced configuration options'---
g) Click on Database Services and do 'Entire Feature Will be installed on Local HD'
h) Do the same for Client Components. (There should be no Red X Marks on anything)
i) Use 'Named Instance' And name it SQLExpress
j) Leave everything the same on the Next Page. (Just Click Next.)
Use the built-in System Account: Network Service
Start Services at the end of Startup (Make sure only SQL Server is checked.)
k) On the Authentication Mode Page, Check mark the 'Mixed Mode (Windows Authentication and SQL Server Authentication.)'
l) Enter a password, one you'll remember OR just use root. (After this you can just hit next through everything, No other changes are needed.)
m) On the Collation Settings Page, Just hit next.
n) In the Configuration Options, Just Hit Next Again.
o) Let it Install, Then Click Next, and then Finish, and you're all done with MsSQL 2005.
Setting up the Data Base
1. You'll need to have Installed Microsoft Server SQL Already.
a) Download the
--Remember This DB is for v14 only.
b) Now run SQL Server Management Studio Express (Use the Search function or Windows key+R (Brings up the 'Run' Box.) And type in ssmsee
c) Login to the server, Use Windows Authentication.
d) Then Go to File, Open-File.
e) Open the AllInOne DB you downloaded before.
f) You'll then need to 'Execute' The DB. There's a button on the bar above where all the text is. Also you can Right Click the Text in the middle and click Execute (This is what I prefer)
g) There might be some errors Execute the script TWICE
h) You should then be able to click on 'Databases' Click the Refresh button, and see all the databases, you should see ACCOUNT_DBF, CHARACTER_01_DBF, ITEM_DBF, LOG_01_DBF, LOGGING_01_DBF, and RANKING_DBF
i) If you see all these, move onto the next step.
ODBC Connection Guide:
Please Remember, these settings will not work correctly in all circumstances, or on all Operating systems.

Well open the ODBC panel, by going to start the search bar type in 'ODBC' Open it.
OR Goto 'run' type in odbcad32 and click enter. (Run or windows key + R)

You'll have to add three things here.
1.character01
2.login
3.log01

1. character01
A) Click 'Add' on the 'User DSN' Tab.
B) Select SQL Native Client and click Finish.
C) Name: character01
D) Description: Leave blank.
E) Server:-your MsSQL Server name.- For Example Mines: "ANDREW-PC\SQLEXPRESS"
F) Then click 'Next'. Use 'With Integrated Windows authentication'.
G) And also make sure Connect to SQL Server to obtain..... Then click Next.
H) Make sure Change the default database to: CHARACTER_01_DBF
I) Click next, and then finish.

2. login
A) Click 'Add' on the 'User DSN' Tab.
B) Select SQL Native Client and click Finish.
C) Name: login
D) Description: Leave blank.
E) Server:-your MsSQL Server name.- For Example Mines: "ANDREW-PC\SQLEXPRESS"
F) Then click 'Next'. Use 'With Integrated Windows authentication'.
G) And also make sure Connect to SQL Server to obtain..... Then click Next.
H) Make sure Change the default database to: ACCOUNT_DBF
I) Click next, and then finish.


3. log01
A) Click 'Add' on the 'User DSN' Tab.
B) Select SQL Native Client and click Finish.
C) Name: log01
D) Description: Leave blank.
E) Server:-your MsSQL Server name.- For Example Mines: "ANDREW-PC\SQLEXPRESS"
F) Then click 'Next'. Use 'With Integrated Windows authentication'.
G) And also make sure Connect to SQL Server to obtain..... Then click Next.
H) Make sure Change the default database to: LOG_01_DBF
I) Click next, and then finish
Setting up the Server Files
This guide is mainly for v14 That's what this section will be for.
1. You'll need to Download the Server Files
a. Extract them to a place where you can access them.
b. Go to the Script Folder, open Databaseserver.ini.
c. Where it says ResourceFolder "CHANGE THIS TO YOUR RESOURCE FOLDER PATH"
d. Change it to the path where the Resource folder is located. For Me it's
Code:
ResourceFolder "C:\Users\Andrew\Desktop\Server Files\Resource"
e. You'll also need to do this for WorldServer.ini. Then you're done setting the files up. I like to make shortcuts and put them in the server files to make it easier to start the server. Run the Programs in this order.
Code:
1. AccountServer
2. DatabaseServer
3. CoreServer
4. Certifier
5. LoginServer
6. CacheServer
7. WorldServer
f. You'll be the only one able to connect to the server right now i'll add a guide on how to let others connect later.
Creating an Account (v14 and v11)
Open SQL Server Management Studio Express, go to your ACCOUNT_DBF.
You'll see Programmability. Then 'Stored Procedures'. Then right click dbo.createaccount. 'Execute Stored Procedure.'

You'll See
@account row
@password row

@account row under the Value is the account name 'make it lowercase'
@password value is the password -REMEMBER THAT THIS NEEDS TO BE Salt+Password (AS MD5 HASH)

Default Salts:
v11: nForceisGay
v14: kikugalanet

So if you want your password to be apples. you'll have to do
nForceisGayapples (For v11)
and kikugalanetapples (For v14)

Text to MD5 Hash

v11 md5 hash for apples: d386d27157bcb483427d488b47c5cd47
v14 md5 hash for appples: ab57eb732e27dff2a6f212699ea8888c

How to Let Others Connect to Your Server
Server File Settings
1. Fixing the Server Files to allow others to connect.
a. You'll need to go in to your Program Folder.
b. Open AccountServer.ini You'll need to change the IP in BOTH to your IP address. (To find your IP Address Go to )
Code:
AddTail( -1, 1, "Test", "127.0.0.1", 0, 1, 0 );
   AddTail( 1, 1, "Chan 1", "127.0.0.1", 1, 1, 600 );
To
Code:
AddTail( -1, 1, "Test", "YOUR IP ADDRESS", 0, 1, 0 );
   AddTail( 1, 1, "Chan 1", "YOUR IP ADDRESS", 1, 1, 600 );
c. After that Save and Close.
d. Now Open loginserver.ini
e. THE ONLY IP YOU HAVE TO CHANGE IS AddCache( "127.0.0.1" );
Change it to your IP AddCache( "YOUR IP HERE" );
f. You're all done changing the server files, Next if your behind a router you'll need to forward ports.
Please Remember When you Run the AccountServer You'll need to Set it to Allow External Connections
g. To Do this, open AccountServer.exe In 'Tool(T)' Just make sure its Checked to Allow (Check this everytime you restart the server.)
Forwarding Ports
The Ports you Need to Forward are.
Code:
World       15400
Char        23000
Login       28000
----THE NEXT PART IS FOR LINKSYS----
If you don't have linksys, Google how to forward ports for your router. and forward the ports above.
1. Go to your Browser and type in 192.168.1.1
a. It should bring up a login menu (If you know the Username and Password Enter it.)
b. If not check
Code:
Default user names:
    *  Linksys BEFW11S4, WRT54G: admin
    * Linksys EtherFast Cable/DSL Ethernet routers: Administrator
    * Linksys Comcast routers: comcast
    * All other Linksys routers: [none] 

Default passwords:

    * Linksys BEFW11S4: [none]
    * Linksys Comcast routers: 1234
    * All other Linksys routers: admin
c. Then go to the tab Applications & Gaming.
d. You should see a table named 'Port Range'
e. The World port Settings will be.
Code:
Application: World
Start: 15400
End: 15400
Protocol: Both
IP Address: Your Computers Local IP.
Enable: Make Sure its checked.
f.
Code:
Application: Char
Start: 23000
End: 23000
Protocol: Both
IP Address: Your Computers Local IP.
Enable: Make Sure its checked.
g.
Code:
Application: Login
Start: 28000
End: 28000
Protocol: Both
IP Address: Your Computers Local IP.
Enable: Make Sure its checked.
h. Save Settings.
I. To find your computers local ip Run CMD, WindowsKey+R Type in CMD then type in /ipconfig, You should see IPv4 Address..........(This ip is Your computers IP).

Important Information
-Please Remember that Offical Files Use Microsoft Server SQL, not MySQL.
-These Guides Are for EFlyFF no Other versions Supported.


Please Remember:
-If you follow these steps and something doesn't work, post a reply here along with exactly what happens and an error log using the spoiler bbcode. [ spoiler]Error Log Here[ /spoiler]
-Don't Email me before posting your error logs in this thread.
-Don't email me or Add me to MSN until you actually look at the guide.
-If you would like me to add another guide, let me know what for and if I know how to do it i'll add it.

Code:
[color=purple]
Credits:
exos58          - FlyFF ResEditor
Microsoft       - Excel + Word.
pipelli         - O3d Converter 
AMD             - The Compressonator
Kimmy Andersson - DYO Manager
GalaNet         - FlyFF
GlaphanKing     - For compiling the server file thread and keeping our wonderful FlyFF section going.
AllinOne DB     - Don't know the name (If someone finds the original poster let me know.)
ServerFiles     - ????? (Don't know the name for these files.)
----If I forgot anyone just let me know.----
[/color]
 
Last edited:
Experienced Elementalist
Joined
Sep 8, 2009
Messages
296
Reaction score
78
Re: Adding Items. (Cloaks and more.)

Nice guide.
 
Banned
Banned
Joined
Oct 14, 2008
Messages
246
Reaction score
123
Re: Adding Items. (Cloaks and more.)

Nice guide.

I'll be adding more soon, I think ima make a server guide that actually makes sense...

---------- Post added at 07:53 AM ---------- Previous post was at 07:12 AM ----------

Added 3 more + Credits.
 
Newbie Spellweaver
Joined
Dec 31, 2007
Messages
10
Reaction score
0
I created the v14 private server files but I got problem. When I'm in game character selection I was in but it stuck suddenly and it closed I got some errors here:

Code:
2010/ 1/ 1   17:13:19   string error: IDS_PROPITEM_TXT_011104
 
2010/ 1/ 1   17:13:19   string error: IDS_PROPITEM_TXT_011105
 
2010/ 1/ 1   17:13:36   CDbManager::UpdateGuildRanking؟،¼­ (RANKING.RANKING_DBF.dbo.RANKING_STR 'R1','01')
2010/ 1/ 1   17:13:51   string error: IDS_PROPITEM_TXT_011104
 
2010/ 1/ 1   17:13:51   string error: IDS_PROPITEM_TXT_011105
 
2010/ 1/ 1   17:13:53   OP: 16819208, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
 
 
2010/ 1/ 1   17:14:00   OP: 7120, 0.0, 0.0, 7118.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
 
 
2010/ 1/ 1   17:14:14   OP: 5072, 0.0, 0.0, 0.0, 0.0, 0.0, 5070.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
 
Banned
Banned
Joined
Oct 14, 2008
Messages
246
Reaction score
123
I created the v14 private server files but I got problem. When I'm in game character selection I was in but it stuck suddenly and it closed I got some errors here:

Code:
2010/ 1/ 1   17:13:19   string error: IDS_PROPITEM_TXT_011104
 
2010/ 1/ 1   17:13:19   string error: IDS_PROPITEM_TXT_011105
 
2010/ 1/ 1   17:13:36   CDbManager::UpdateGuildRanking؟،¼­ (RANKING.RANKING_DBF.dbo.RANKING_STR 'R1','01')
2010/ 1/ 1   17:13:51   string error: IDS_PROPITEM_TXT_011104
 
2010/ 1/ 1   17:13:51   string error: IDS_PROPITEM_TXT_011105
 
2010/ 1/ 1   17:13:53   OP: 16819208, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
 
 
2010/ 1/ 1   17:14:00   OP: 7120, 0.0, 0.0, 7118.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
 
 
2010/ 1/ 1   17:14:14   OP: 5072, 0.0, 0.0, 0.0, 0.0, 0.0, 5070.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0

Is that your Client or Server Error log, theres one in your Flyff Folder and there is one in the Server Folder. Post Both please.
 
Newbie Spellweaver
Joined
Dec 31, 2007
Messages
10
Reaction score
0
It's in Server folder

CQuery-LogFile:

Code:
2010/01/01    17:13:35
query:RANKING.RANKING_DBF.dbo.RANKING_STR 'R1','01'
SQLSTATE:42000 error:[Microsoft][SQL Native Client][SQL Server]Could not find server 'RANKING' in sys.servers. Verify that the correct server name was specified. If necessary, execute the stored procedure sp_addlinkedserver to add the server to sys.servers.

Error:

Code:
2010/ 1/ 1   17:13:19   string error: IDS_PROPITEM_TXT_011104
 
2010/ 1/ 1   17:13:19   string error: IDS_PROPITEM_TXT_011105
 
2010/ 1/ 1   17:13:36   CDbManager::UpdateGuildRanking؟،¼­ (RANKING.RANKING_DBF.dbo.RANKING_STR 'R1','01') ½ائذ
 
2010/ 1/ 1   17:13:51   string error: IDS_PROPITEM_TXT_011104
 
2010/ 1/ 1   17:13:51   string error: IDS_PROPITEM_TXT_011105
 
2010/ 1/ 1   17:13:53   OP: 16819208, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
 
 
2010/ 1/ 1   17:14:00   OP: 7120, 0.0, 0.0, 7118.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
 
 
2010/ 1/ 1   17:14:14   OP: 5072, 0.0, 0.0, 0.0, 0.0, 0.0, 5070.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
 
Last edited:
Newbie Spellweaver
Joined
Dec 28, 2009
Messages
27
Reaction score
0
Thanks for the informative guide, everything works. I do have one problem small, after about 30mins in game or so, my worldserver client closese by itself and I get disconnected. What could be the cause of this problem? Thanks

Oh it seems when I attack aibatts in the field I dc, or any monster in the field.
 
Last edited:
Banned
Banned
Joined
Oct 14, 2008
Messages
246
Reaction score
123
Thanks for the informative guide, everything works. I do have one problem small, after about 30mins in game or so, my worldserver client closese by itself and I get disconnected. What could be the cause of this problem? Thanks

Oh it seems when I attack aibatts in the field I dc, or any monster in the field.

Can you post your server error.txt?
 
Newbie Spellweaver
Joined
Dec 28, 2009
Messages
27
Reaction score
0
2010/ 1/ 1 19:46:12 rCnt=1

WorldServer.exe_fixed.exe caused an EXCEPTION_ACCESS_VIOLATION in module WorldServer.exe_fixed.exe at 001B:0049E449, CMover::DropItem()+5577 byte(s), D:\ÇØ¿Ü\neurospace\Program\_common\mover.cpp, line 7416+0004 byte(s)

- Registers

EAX=00000001 EBX=2EE4AB60 ECX=00000000 EDX=010702F8 ESI=30252D80
EDI=2CC5BC78 EBP=332B12A0 ESP=03CBF9F8 EIP=0049E449 FLG=00010246
CS=001B DS=0023 SS=0023 ES=0023 FS=003B GS=0000

001B:0049E449 (0x332B12A0 0x03CBFC90 0x00401FCA 0x332B12A0) WorldServer.exe_fixed.exe, CMover::DropItem()+5577 byte(s), D:\ÇØ¿Ü\neurospace\Program\_common\mover.cpp, line 7416+0004 byte(s)
001B:0049CE6E (0x332B12A0 0x00000000 0x03CBFC90 0x00401426) WorldServer.exe_fixed.exe, CMover::DropItemByDied()+0046 byte(s), D:\ÇØ¿Ü\neurospace\Program\_common\mover.cpp, line 6949+0012 byte(s)
001B:00401FCA (0x2EE4AB60 0x2EE4C070 0x332B12A0 0x01CBFD98) WorldServer.exe_fixed.exe, CAttackArbiter::OnDied()+0202 byte(s), D:\ÇØ¿Ü\neurospace\Program\WorldServer\AttackArbiter.cpp, line 0788
001B:00401426 (0x2EE4C070 0x005CF4DC 0x00000029 0x332B12A0) WorldServer.exe_fixed.exe, CAttackArbiter::OnDamageMsgW()+0710 byte(s), D:\ÇØ¿Ü\neurospace\Program\WorldServer\AttackArbiter.cpp, line 0249
001B:00484FD5 (0x00000029 0x332B12A0 0x00000001 0x00000001) WorldServer.exe_fixed.exe, CActionMover::_ProcessMsgDmg()+0085 byte(s), D:\ÇØ¿Ü\neurospace\Program\_AIInterface\ActionMoverDmg.cpp, line 0045+0017 byte(s)
001B:00486BD9 (0x2EE4AB60 0x00000029 0x00000001 0x0000872A) WorldServer.exe_fixed.exe, CActionMover::processActMsg1()+6665 byte(s), D:\ÇØ¿Ü\neurospace\Program\_aiinterface\ActionMoverMsg.cpp, line 0825+0029 byte(s)
001B:00484417 (0x00000029 0x00000001 0x0000872A 0x00000001) WorldServer.exe_fixed.exe, CActionMover::SendActMsg()+0087 byte(s), D:\ÇØ¿Ü\neurospace\Program\_aiinterface\actionmover.cpp, line 0342
001B:004A8AFF (0x00000000 0x00010000 0x2EE4AB60 0x00000000) WorldServer.exe_fixed.exe, CMover::OnDamage()+0335 byte(s), D:\ÇØ¿Ü\neurospace\Program\_Common\MoverActEvent.cpp, line 1569+0039 byte(s)
001B:004A8CBF (0x00010000 0x2EE4AB60 0x332B12A0 0x332B0CE8) WorldServer.exe_fixed.exe, CMover::OnAttackMelee()+0287 byte(s), D:\ÇØ¿Ü\neurospace\Program\_Common\MoverActEvent.cpp, line 1661
001B:00488F41 (0x00010000 0x00000000 0x3E19999A 0x332B0CE8) WorldServer.exe_fixed.exe, CActionMover::_ProcessStateAttack()+0369 byte(s), D:\ÇØ¿Ü\neurospace\Program\_aiinterface\ActionMoverState.cpp, line 1084+0009 byte(s)
001B:004886DA (0x40B8FEB9 0x00010000 0x3E19999A 0x0048417E) WorldServer.exe_fixed.exe, CActionMover::processState1()+1706 byte(s), D:\ÇØ¿Ü\neurospace\Program\_aiinterface\ActionMoverState.cpp, line 0443+0010 byte(s)
001B:0048444F (0x00010000 0x3E19999A 0x00F71616 0x2CE7A4A0) WorldServer.exe_fixed.exe, CActionMover::processState()+0047 byte(s), D:\ÇØ¿Ü\neurospace\Program\_aiinterface\actionmover.cpp, line 0350
001B:0048417E (0x03CBFE18 0x00000000 0x00F71616 0x332B12A0) WorldServer.exe_fixed.exe, CActionMover::processAction()+0190 byte(s), D:\ÇØ¿Ü\neurospace\Program\_aiinterface\actionmover.cpp, line 0266
001B:004994F2 (0x0000041D 0x042C10E0 0x042C0020 0x00F71616) WorldServer.exe_fixed.exe, CMover::process()+0274 byte(s), D:\ÇØ¿Ü\neurospace\Program\_common\mover.cpp, line 3602
001B:0045A193 (0x042C0020 0x00F71720 0x00000000 0x0055911F) WorldServer.exe_fixed.exe, CUser::process()+0515 byte(s), D:\ÇØ¿Ü\neurospace\Program\WorldServer\User.cpp, line 0402
001B:0055AD82 (0x042C0020 0x00561D2F 0x76B44E5B 0x00457EC9) WorldServer.exe_fixed.exe, CWorld::_process()+0034 byte(s), D:\ÇØ¿Ü\neurospace\Program\_Common\World.cpp, line 1545+0005 byte(s)
001B:0055911F (0x76B44E5B 0x00457EC9 0x0012F97C 0x025C5E08) WorldServer.exe_fixed.exe, CWorld::process()+0015 byte(s), D:\ÇØ¿Ü\neurospace\Program\_Common\World.cpp, line 0678
001B:00561D2F (0x0012F97C 0x025C5E08 0x03CBFFB4 0x025C5E08) WorldServer.exe_fixed.exe, CWorldMng::process()+0015 byte(s), D:\ÇØ¿Ü\neurospace\Program\_Common\worldmng.cpp, line 0662

ok server side error,
thanks in advance.
 
Last edited:
Banned
Banned
Joined
Oct 14, 2008
Messages
246
Reaction score
123
2010/ 1/ 1 19:28:29 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 1 19:28:29 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 1 19:28:35 CDbManager::UpdateGuildRanking¿¡¼­ (RANKING.RANKING_DBF.dbo.RANKING_STR 'R1','01') ½ÇÆÐ

2010/ 1/ 1 19:28:38 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 1 19:28:38 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 1 19:28:40 FileName character.inc(676) : SRT_Accessories Not Found. : SRT_Accessories;

SetImage

(

IDS_CHARACTER_INC_000071

);

m_szDial

2010/ 1/ 1 19:28:40 FileName character.inc(4490) : MMI_CHANGE_CHRISTMAS01 Not Found. : MMI_CHANGE_CHRISTMAS01 );

AddMenuLang( LANG_GER, 0, MMI_CHANGE_CHRISTMAS01 )

2010/ 1/ 1 19:28:40 FileName character.inc(4491) : MMI_CHANGE_CHRISTMAS01 Not Found. : MMI_CHANGE_CHRISTMAS01 );

AddMenuLang( LANG_FRE, 0, MMI_CHANGE_CHRISTMAS01 )

2010/ 1/ 1 19:28:40 FileName character.inc(4492) : MMI_CHANGE_CHRISTMAS01 Not Found. : MMI_CHANGE_CHRISTMAS01 );

AddMenuLang( LANG_ENG, LANG_SUB_USA, MMI_CHANGE_CH

2010/ 1/ 1 19:28:40 FileName character.inc(4493) : MMI_CHANGE_CHRISTMAS01 Not Found. : MMI_CHANGE_CHRISTMAS01 );

AddMenuLang( LANG_POR, 0, MMI_CHANGE_CHRISTMAS01 )

2010/ 1/ 1 19:28:40 FileName character.inc(4494) : MMI_CHANGE_CHRISTMAS01 Not Found. : MMI_CHANGE_CHRISTMAS01 );

AddMenuLang( LANG_THA, 0, MMI_CHANGE_CHRISTMAS01 )

2010/ 1/ 1 19:28:40 FileName character.inc(4495) : MMI_CHANGE_CHRISTMAS01 Not Found. : MMI_CHANGE_CHRISTMAS01 );

AddMenuLang( LANG_ENG, LANG_SUB_PHP, MMI_CHANGE_CH

2010/ 1/ 1 19:28:40 FileName character.inc(4496) : MMI_CHANGE_CHRISTMAS01 Not Found. : MMI_CHANGE_CHRISTMAS01 );

AddMenuLang( LANG_VTN, 0, MMI_CHANGE_CHRISTMAS01 )

2010/ 1/ 1 19:28:40 FileName character.inc(4497) : MMI_CHANGE_CHRISTMAS01 Not Found. : MMI_CHANGE_CHRISTMAS01 );

AddMenuLang( LANG_TWN, 0, MMI_CHANGE_CHRISTMAS01 )

2010/ 1/ 1 19:28:40 FileName character.inc(4498) : MMI_CHANGE_CHRISTMAS01 Not Found. : MMI_CHANGE_CHRISTMAS01 );

AddMenuLang( LANG_HK, 0, MMI_CHANGE_CHRISTMAS01 );

2010/ 1/ 1 19:28:40 FileName character.inc(4499) : MMI_CHANGE_CHRISTMAS01 Not Found. : MMI_CHANGE_CHRISTMAS01 );



SetImage

(

IDS_CHARACTER_INC_000501

);


2010/ 1/ 1 19:28:40 FileName character.inc(7802) : MMI_QUIZ_ENTRANCE Not Found. : MMI_QUIZ_ENTRANCE );

//SetMusic();

SetImage

(

IDS_CHARACTER_INC_00

2010/ 1/ 1 19:28:40 FileName character.inc(7822) : MMI_QUIZ_TELE_QUIZZONE Not Found. : MMI_QUIZ_TELE_QUIZZONE );

AddMenu( MMI_QUIZ_EXIT );

//SetMusic();



2010/ 1/ 1 19:28:40 FileName character.inc(7823) : MMI_QUIZ_EXIT Not Found. : MMI_QUIZ_EXIT );

//SetMusic();

SetImage

(

IDS_CHARACTER_INC_0008

2010/ 1/ 1 19:28:40 OP: 15142656, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 1 19:29:04 OP: 23250, 0.0, 0.0, 23234.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 1 19:30:02 OP: 58078, 0.0, 0.0, 0.0, 735.0, 0.0, 56531.0, 63.0, 593.0, 0.0, 32.0, 78.0, 31.0


2010/ 1/ 1 19:30:03 ping CORE - 59, trans:2010/01/01 19:29:39

2010/ 1/ 1 19:30:03 ping TRANS - 59, trans:2010/01/01 19:29:38

2010/ 1/ 1 19:43:59 OP: 1250, 0.0, 0.0, 0.0, 1234.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 1 19:44:00 OP: 1079, 1016.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 1 19:46:12 rCnt=1

WorldServer.exe_fixed.exe caused an EXCEPTION_ACCESS_VIOLATION in module WorldServer.exe_fixed.exe at 001B:0049E449, CMover::DropItem()+5577 byte(s), D:\ÇØ¿Ü\neurospace\Program\_common\mover.cpp, line 7416+0004 byte(s)

- Registers

EAX=00000001 EBX=2EE4AB60 ECX=00000000 EDX=010702F8 ESI=30252D80
EDI=2CC5BC78 EBP=332B12A0 ESP=03CBF9F8 EIP=0049E449 FLG=00010246
CS=001B DS=0023 SS=0023 ES=0023 FS=003B GS=0000

001B:0049E449 (0x332B12A0 0x03CBFC90 0x00401FCA 0x332B12A0) WorldServer.exe_fixed.exe, CMover::DropItem()+5577 byte(s), D:\ÇØ¿Ü\neurospace\Program\_common\mover.cpp, line 7416+0004 byte(s)
001B:0049CE6E (0x332B12A0 0x00000000 0x03CBFC90 0x00401426) WorldServer.exe_fixed.exe, CMover::DropItemByDied()+0046 byte(s), D:\ÇØ¿Ü\neurospace\Program\_common\mover.cpp, line 6949+0012 byte(s)
001B:00401FCA (0x2EE4AB60 0x2EE4C070 0x332B12A0 0x01CBFD98) WorldServer.exe_fixed.exe, CAttackArbiter::OnDied()+0202 byte(s), D:\ÇØ¿Ü\neurospace\Program\WorldServer\AttackArbiter.cpp, line 0788
001B:00401426 (0x2EE4C070 0x005CF4DC 0x00000029 0x332B12A0) WorldServer.exe_fixed.exe, CAttackArbiter::OnDamageMsgW()+0710 byte(s), D:\ÇØ¿Ü\neurospace\Program\WorldServer\AttackArbiter.cpp, line 0249
001B:00484FD5 (0x00000029 0x332B12A0 0x00000001 0x00000001) WorldServer.exe_fixed.exe, CActionMover::_ProcessMsgDmg()+0085 byte(s), D:\ÇØ¿Ü\neurospace\Program\_AIInterface\ActionMoverDmg.cpp, line 0045+0017 byte(s)
001B:00486BD9 (0x2EE4AB60 0x00000029 0x00000001 0x0000872A) WorldServer.exe_fixed.exe, CActionMover::processActMsg1()+6665 byte(s), D:\ÇØ¿Ü\neurospace\Program\_aiinterface\ActionMoverMsg.cpp, line 0825+0029 byte(s)
001B:00484417 (0x00000029 0x00000001 0x0000872A 0x00000001) WorldServer.exe_fixed.exe, CActionMover::SendActMsg()+0087 byte(s), D:\ÇØ¿Ü\neurospace\Program\_aiinterface\actionmover.cpp, line 0342
001B:004A8AFF (0x00000000 0x00010000 0x2EE4AB60 0x00000000) WorldServer.exe_fixed.exe, CMover::OnDamage()+0335 byte(s), D:\ÇØ¿Ü\neurospace\Program\_Common\MoverActEvent.cpp, line 1569+0039 byte(s)
001B:004A8CBF (0x00010000 0x2EE4AB60 0x332B12A0 0x332B0CE8) WorldServer.exe_fixed.exe, CMover::OnAttackMelee()+0287 byte(s), D:\ÇØ¿Ü\neurospace\Program\_Common\MoverActEvent.cpp, line 1661
001B:00488F41 (0x00010000 0x00000000 0x3E19999A 0x332B0CE8) WorldServer.exe_fixed.exe, CActionMover::_ProcessStateAttack()+0369 byte(s), D:\ÇØ¿Ü\neurospace\Program\_aiinterface\ActionMoverState.cpp, line 1084+0009 byte(s)
001B:004886DA (0x40B8FEB9 0x00010000 0x3E19999A 0x0048417E) WorldServer.exe_fixed.exe, CActionMover::processState1()+1706 byte(s), D:\ÇØ¿Ü\neurospace\Program\_aiinterface\ActionMoverState.cpp, line 0443+0010 byte(s)
001B:0048444F (0x00010000 0x3E19999A 0x00F71616 0x2CE7A4A0) WorldServer.exe_fixed.exe, CActionMover::processState()+0047 byte(s), D:\ÇØ¿Ü\neurospace\Program\_aiinterface\actionmover.cpp, line 0350
001B:0048417E (0x03CBFE18 0x00000000 0x00F71616 0x332B12A0) WorldServer.exe_fixed.exe, CActionMover::processAction()+0190 byte(s), D:\ÇØ¿Ü\neurospace\Program\_aiinterface\actionmover.cpp, line 0266
001B:004994F2 (0x0000041D 0x042C10E0 0x042C0020 0x00F71616) WorldServer.exe_fixed.exe, CMover::process()+0274 byte(s), D:\ÇØ¿Ü\neurospace\Program\_common\mover.cpp, line 3602
001B:0045A193 (0x042C0020 0x00F71720 0x00000000 0x0055911F) WorldServer.exe_fixed.exe, CUser::process()+0515 byte(s), D:\ÇØ¿Ü\neurospace\Program\WorldServer\User.cpp, line 0402
001B:0055AD82 (0x042C0020 0x00561D2F 0x76B44E5B 0x00457EC9) WorldServer.exe_fixed.exe, CWorld::_process()+0034 byte(s), D:\ÇØ¿Ü\neurospace\Program\_Common\World.cpp, line 1545+0005 byte(s)
001B:0055911F (0x76B44E5B 0x00457EC9 0x0012F97C 0x025C5E08) WorldServer.exe_fixed.exe, CWorld::process()+0015 byte(s), D:\ÇØ¿Ü\neurospace\Program\_Common\World.cpp, line 0678
001B:00561D2F (0x0012F97C 0x025C5E08 0x03CBFFB4 0x025C5E08) WorldServer.exe_fixed.exe, CWorldMng::process()+0015 byte(s), D:\ÇØ¿Ü\neurospace\Program\_Common\worldmng.cpp, line 0662

ok server side error,
thanks in advance.

I've never ever even seen an error like this one RZ, are you using the same version files with the same version client? Maybe try to delete your server files and download the ones on here (You would NOT have to reinstall MsSQL or Re-do the database).
 
Newbie Spellweaver
Joined
Dec 28, 2009
Messages
27
Reaction score
0
Thanks I'll reset everything

I think theres a small error in your obdc, for step 2 and 3 your C's are the same and it asks for overwrite.

BTW does it matter which world server client I use?? Worldserver and worldserver fixed.
 
Last edited:
Banned
Banned
Joined
Oct 14, 2008
Messages
246
Reaction score
123
Thanks I'll reset everything

I think theres a small error in your obdc, for step 2 and 3 your C's are the same and it asks for overwrite.

BTW does it matter which world server client I use?? Worldserver and worldserver fixed.

I personally use the one named 7.WorldServer. And my bad on the ODBC connection stuff. Its fixed now. (I knew I had to of made a few errors in here.)
 
Last edited:
Newbie Spellweaver
Joined
Dec 28, 2009
Messages
27
Reaction score
0
Ah I see, redid my server all things are looking good.
I am just getting the normal errors now.

2010/ 1/ 1 21:53:29 LoadObject : Part_maleHair03.o3d Àб⠽ÇÆÐ

2010/ 1/ 1 21:53:29 Model\Part_maleHair03.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 1 21:53:29 LoadObject : Part_maleHead01.o3d Àб⠽ÇÆÐ

2010/ 1/ 1 21:53:29 Model\Part_maleHead01.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 1 21:53:29 LoadObject : part_mVag01Upper.o3d Àб⠽ÇÆÐ

2010/ 1/ 1 21:53:29 Model\part_mVag01Upper.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 1 21:53:29 LoadObject : part_mVag01Hand.o3d Àб⠽ÇÆÐ

2010/ 1/ 1 21:53:29 Model\part_mVag01Hand.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 1 21:53:29 LoadObject : part_mVag01Foot.o3d Àб⠽ÇÆÐ

2010/ 1/ 1 21:53:29 Model\part_mVag01Foot.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 1 21:53:31 OP: 1687, 1684.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 1 21:54:32 LoadObject : Part_maleHair03.o3d Àб⠽ÇÆÐ

2010/ 1/ 1 21:54:32 Model\Part_maleHair03.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 1 21:56:57 LoadObject : Part_maleHair03.o3d Àб⠽ÇÆÐ

2010/ 1/ 1 21:56:57 Model\Part_maleHair03.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 1 21:56:57 LoadObject : part_mVag01Upper.o3d Àб⠽ÇÆÐ

2010/ 1/ 1 21:56:57 Model\part_mVag01Upper.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 1 21:56:57 LoadObject : part_mVag01Hand.o3d Àб⠽ÇÆÐ

2010/ 1/ 1 21:56:57 Model\part_mVag01Hand.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 1 21:56:57 LoadObject : part_mVag01Foot.o3d Àб⠽ÇÆÐ

2010/ 1/ 1 21:56:57 Model\part_mVag01Foot.o3d : ãÀ» ¼ö ¾øÀ½

just a bunch of load thing I think these are normal?? I read from other guides. Well if theres a way to fix these let me know and thanks again.

Oh I think the crazy errors came from modifying my propitem... don't know why it caused those weird errors.

Now a new one has occured, kill demians and pukepukes the drops they drop cause game to crash.
 
Last edited:
Banned
Banned
Joined
Oct 14, 2008
Messages
246
Reaction score
123
Ah I see, redid my server all things are looking good.
I am just getting the normal errors now.

2010/ 1/ 1 21:53:29 LoadObject : Part_maleHair03.o3d Àб⠽ÇÆÐ

2010/ 1/ 1 21:53:29 Model\Part_maleHair03.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 1 21:53:29 LoadObject : Part_maleHead01.o3d Àб⠽ÇÆÐ

2010/ 1/ 1 21:53:29 Model\Part_maleHead01.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 1 21:53:29 LoadObject : part_mVag01Upper.o3d Àб⠽ÇÆÐ

2010/ 1/ 1 21:53:29 Model\part_mVag01Upper.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 1 21:53:29 LoadObject : part_mVag01Hand.o3d Àб⠽ÇÆÐ

2010/ 1/ 1 21:53:29 Model\part_mVag01Hand.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 1 21:53:29 LoadObject : part_mVag01Foot.o3d Àб⠽ÇÆÐ

2010/ 1/ 1 21:53:29 Model\part_mVag01Foot.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 1 21:53:31 OP: 1687, 1684.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 1 21:54:32 LoadObject : Part_maleHair03.o3d Àб⠽ÇÆÐ

2010/ 1/ 1 21:54:32 Model\Part_maleHair03.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 1 21:56:57 LoadObject : Part_maleHair03.o3d Àб⠽ÇÆÐ

2010/ 1/ 1 21:56:57 Model\Part_maleHair03.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 1 21:56:57 LoadObject : part_mVag01Upper.o3d Àб⠽ÇÆÐ

2010/ 1/ 1 21:56:57 Model\part_mVag01Upper.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 1 21:56:57 LoadObject : part_mVag01Hand.o3d Àб⠽ÇÆÐ

2010/ 1/ 1 21:56:57 Model\part_mVag01Hand.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 1 21:56:57 LoadObject : part_mVag01Foot.o3d Àб⠽ÇÆÐ

2010/ 1/ 1 21:56:57 Model\part_mVag01Foot.o3d : ãÀ» ¼ö ¾øÀ½

just a bunch of load thing I think these are normal?? I read from other guides. Well if theres a way to fix these let me know and thanks again.

Oh I think the crazy errors came from modifying my propitem... don't know why it caused those weird errors.

Now a new one has occured, kill demians and pukepukes the drops they drop cause game to crash.

What Flyff Version Are you using (Version + Region)? Also the load errors are just in mdldyna.inc, you don't HAVE to fix them, its just trying to load them and the files aren't there.
 
Newbie Spellweaver
Joined
Dec 28, 2009
Messages
27
Reaction score
0
I'm using EFlyff VER october 9 2009
It seems any monster I kill that drops crap crashes the game.
 
Banned
Banned
Joined
Oct 14, 2008
Messages
246
Reaction score
123
I'm using EFlyff VER october 9 2009
It seems any monster I kill that drops crap crashes the game.

And your using v14 server files, Because I know it only crash's because its dropping things that the client doesn't recognize.. *Does the same thing to me adding new drops*
You could look at propMoverEx.inc and look at what the monster drops and see what exactly is crashing your game as well.

Edit: I also doubt its your server files, it looks like its your client.
 
Last edited:
Newbie Spellweaver
Joined
May 28, 2008
Messages
11
Reaction score
0
aldieri can you help me with my error and i always get cant connect to server check network

Code:
2010/ 1/ 2   21:40:24   string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2   21:40:24   string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2   21:40:43   CDbManager::UpdateGuildRanking¿¡¼­ (RANKING.RANKING_DBF.dbo.RANKING_STR 'R1','01') ½ÇÆÐ

2010/ 1/ 2   21:41:39   string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2   21:41:39   string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2   21:41:45   OP: 4414562, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2   21:42:13   OP: 27984, 0.0, 0.0, 27953.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2   21:43:39   TRANS : is not alive

2010/ 1/ 2   21:44:47   string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2   21:44:47   string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2   21:45:08   OP: 4617638, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2   21:46:28   OP: 76847, 0.0, 0.0, 75712.0, 1072.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2   21:46:28   ping CORE - 77, trans:2010/01/02 21:46:27

2010/ 1/ 2   21:49:34   string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2   21:49:34   string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2   21:49:42   CDbManager::UpdateGuildRanking¿¡¼­ (RANKING.RANKING_DBF.dbo.RANKING_STR 'R1','01') ½ÇÆÐ

2010/ 1/ 2   21:49:56   string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2   21:49:56   string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2   21:49:59   OP: 4909093, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2   21:50:15   OP: 16078, 0.0, 0.0, 16063.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2   21:51:56   TRANS : is not alive

2010/ 1/ 2   21:54:49   string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2   21:54:49   string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2   21:55:20   OP: 5229956, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2   21:57:00   OP: 98701, 0.0, 0.0, 98638.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2   21:58:48   TRANS : is not alive

2010/ 1/ 2   21:58:49   CORE : is not alive

2010/ 1/ 2   21:59:25   OP: 144749, 0.0, 0.0, 0.0, 190.0, 0.0, 143486.0, 27.0, 816.0, 9.0, 1.0, 151.0, 67.0


2010/ 1/ 2   21:59:36   ping CORE - 145, trans:2010/01/02 21:57:48

2010/ 1/ 2   21:59:36   ping CORE - 145, trans:2010/01/02 21:58:49

2010/ 1/ 2   21:59:40   ping TRANS - 145, trans:2010/01/02 21:57:48

2010/ 1/ 2   21:59:40   ping TRANS - 145, trans:2010/01/02 21:58:49

2010/ 1/ 2   21:59:40   OP: 15511, 10474.0, 10.0, 107.0, 3948.0, 0.0, 555.0, 0.0, 0.0, 0.0, 0.0, 41.0, 0.0


2010/ 1/ 2   22:01:20   OP: 1655, 15.0, 0.0, 0.0, 0.0, 0.0, 38.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2   22:02:13   OP: 1760, 17.0, 0.0, 0.0, 0.0, 0.0, 23.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2   22:02:38   OP: 1426, 0.0, 0.0, 0.0, 0.0, 0.0, 1406.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2   22:02:56   OP: 5042, 12.0, 0.0, 0.0, 4984.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
 
Newbie Spellweaver
Joined
Jan 2, 2010
Messages
8
Reaction score
0
im mad now !!
i cant create a gm account i tried to use MSSQL But its says Account has been ban!!! Help me nahhh AND I GET THIS Errors is this normal or bad??
2010/ 1/ 2 00:57:52 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 00:57:52 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 00:58:10 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 00:58:10 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 00:58:17 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 00:58:17 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 00:59:29 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 00:59:29 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 00:59:45 OP: 22598644, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 01:01:07 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 01:01:07 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 01:01:25 CDbManager::UpdateGuildRanking¿¡¼­ (RANKING.RANKING_DBF.dbo.RANKING_STR 'R1','01') ½ÇÆÐ

2010/ 1/ 2 01:02:13 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 01:02:13 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 01:02:32 OP: 22765562, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 01:25:32 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 01:25:32 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 01:26:44 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 01:26:44 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 01:26:57 CDbManager::UpdateGuildRanking¿¡¼­ (RANKING.RANKING_DBF.dbo.RANKING_STR 'R1','01') ½ÇÆÐ

2010/ 1/ 2 01:27:16 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 01:27:16 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 01:27:21 OP: 24254374, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 01:27:48 OP: 26489, 0.0, 0.0, 26487.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 01:27:49 OP: 11*** 14.0, 0.0, 0.0, 1006.0, 0.0, 0.0, 0.0, 6.0, 0.0, 0.0, 103.0, 0.0


2010/ 1/ 2 01:28:24 OP: 34928, 0.0, 0.0, 0.0, 0.0, 0.0, 34549.0, 64.0, 255.0, 11.0, 1.0, 34.0, 11.0


2010/ 1/ 2 01:28:24 ping CORE - 35, trans:2010/01/02 01:28:17

2010/ 1/ 2 01:28:24 ping TRANS - 35, trans:2010/01/02 01:28:17

2010/ 1/ 2 01:29:54 OP: 4288, 20.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 12:48:25 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 12:48:25 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 12:50:03 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 12:50:03 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 12:50:14 CDbManager::UpdateGuildRanking¿¡¼­ (RANKING.RANKING_DBF.dbo.RANKING_STR 'R1','01') ½ÇÆÐ

2010/ 1/ 2 12:50:26 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 12:50:26 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 12:50:29 OP: 2314403, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 12:51:24 OP: 54426, 0.0, 0.0, 54424.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 12:51:27 OP: 3535, 56.0, 0.0, 25.0, 2192.0, 0.0, 0.0, 40.0, 156.0, 6.0, 0.0, 989.0, 0.0


2010/ 1/ 2 12:53:26 TRANS : is not alive

2010/ 1/ 2 12:53:27 CORE : is not alive

2010/ 1/ 2 12:54:26 TRANS : is not alive

2010/ 1/ 2 12:54:27 CORE : is not alive

2010/ 1/ 2 12:54:40 OP: 193049, 0.0, 0.0, 0.0, 0.0, 0.0, 192505.0, 55.0, 299.0, 64.0, 0.0, 72.0, 18.0


2010/ 1/ 2 12:54:41 ping CORE - 193, trans:2010/01/02 12:52:27

2010/ 1/ 2 12:54:41 ping CORE - 193, trans:2010/01/02 12:53:27

2010/ 1/ 2 12:54:41 ping CORE - 193, trans:2010/01/02 12:54:28

2010/ 1/ 2 12:54:45 ping TRANS - 193, trans:2010/01/02 12:52:27

2010/ 1/ 2 12:54:45 ping TRANS - 193, trans:2010/01/02 12:53:27

2010/ 1/ 2 12:54:45 ping TRANS - 193, trans:2010/01/02 12:54:28

2010/ 1/ 2 12:54:45 OP: 4508, 870.0, 20.0, 103.0, 3394.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 20.0, 0.0


2010/ 1/ 2 12:55:04 OP: 1081, 6.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 18.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 12:56:06 OP: 1177, 5.0, 0.0, 0.0, 1170.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 12:56:08 OP: 13*** 7.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 12:56:10 OP: 2510, 5.0, 0.0, 0.0, 0.0, 0.0, 2413.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 12:56:37 OP: 1795, 8.0, 0.0, 0.0, 0.0, 0.0, 888.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 12:56:52 OP: 1093, 0.0, 0.0, 0.0, 0.0, 0.0, 1091.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 13:06:53 LoadObject : Part_maleHair05.o3d Àб⠽ÇÆÐ

2010/ 1/ 2 13:06:53 Model\Part_maleHair05.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 2 13:06:53 LoadObject : Part_maleHead05.o3d Àб⠽ÇÆÐ

2010/ 1/ 2 13:06:53 Model\Part_maleHead05.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 2 13:06:53 LoadObject : part_mVag01Upper.o3d Àб⠽ÇÆÐ

2010/ 1/ 2 13:06:53 Model\part_mVag01Upper.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 2 13:06:53 LoadObject : part_mVag01Hand.o3d Àб⠽ÇÆÐ

2010/ 1/ 2 13:06:53 Model\part_mVag01Hand.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 2 13:06:53 LoadObject : part_mVag01Foot.o3d Àб⠽ÇÆÐ

2010/ 1/ 2 13:06:53 Model\part_mVag01Foot.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 2 13:06:54 OP: 1457, 8.0, 0.0, 0.0, 1447.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 13:06:57 OP: 3329, 3283.0, 0.0, 0.0, 42.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 13:22:02 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 13:22:02 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 13:22:09 CDbManager::UpdateGuildRanking¿¡¼­ (RANKING.RANKING_DBF.dbo.RANKING_STR 'R1','01') ½ÇÆÐ

2010/ 1/ 2 13:22:20 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 13:22:20 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 13:22:22 OP: 4227239, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 13:23:04 OP: 41953, 0.0, 0.0, 41951.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 13:23:05 OP: 1153, 36.0, 0.0, 0.0, 984.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 87.0, 0.0


2010/ 1/ 2 13:23:42 OP: 36324, 0.0, 0.0, 0.0, 0.0, 0.0, 35346.0, 48.0, 699.0, 41.0, 12.0, 127.0, 48.0


2010/ 1/ 2 13:23:42 ping CORE - 37, trans:2010/01/02 13:23:19

2010/ 1/ 2 13:23:42 ping TRANS - 37, trans:2010/01/02 13:23:19

2010/ 1/ 2 14:22:09 LoadObject : Part_maleHair05.o3d Àб⠽ÇÆÐ

2010/ 1/ 2 14:22:09 Model\Part_maleHair05.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 2 14:22:09 LoadObject : Part_maleHead05.o3d Àб⠽ÇÆÐ

2010/ 1/ 2 14:22:09 Model\Part_maleHead05.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 2 14:22:09 LoadObject : part_mVag01Upper.o3d Àб⠽ÇÆÐ

2010/ 1/ 2 14:22:09 Model\part_mVag01Upper.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 2 14:22:09 LoadObject : part_mVag01Hand.o3d Àб⠽ÇÆÐ

2010/ 1/ 2 14:22:09 Model\part_mVag01Hand.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 2 14:22:09 LoadObject : part_mVag01Foot.o3d Àб⠽ÇÆÐ

2010/ 1/ 2 14:22:09 Model\part_mVag01Foot.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 2 14:22:09 OP: 66*** 8.0, 0.0, 0.0, 6687.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 14:22:12 OP: 2351, 2320.0, 0.0, 0.0, 26.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 15:10:08 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 15:10:08 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 15:10:11 CDbManager::UpdateGuildRanking¿¡¼­ (RANKING.RANKING_DBF.dbo.RANKING_STR 'R1','01') ½ÇÆÐ

2010/ 1/ 2 15:10:16 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 15:10:16 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 15:10:18 OP: 10703519, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 15:10:45 OP: 27042, 0.0, 0.0, 27040.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 15:10:47 OP: 10*** 96.0, 0.0, 0.0, 881.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 75.0, 0.0


2010/ 1/ 2 15:12:16 TRANS : is not alive

2010/ 1/ 2 15:15:06 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 15:15:06 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 15:15:11 OP: 10996193, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 15:15:36 OP: 250*** 0.0, 0.0, 25094.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 15:15:38 OP: 1618, 193.0, 0.0, 0.0, 1127.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 198.0, 0.0


2010/ 1/ 2 15:16:08 OP: 30**** 0.0, 0.0, 0.0, 0.0, 0.0, 28946.0, 161.0, 832.0, 51.0, 20.0, 67.0, 30.0


2010/ 1/ 2 15:16:09 ping CORE - 30, trans:2010/01/02 15:16:06

2010/ 1/ 2 15:16:09 ping TRANS - 30, trans:2010/01/02 15:16:06

2010/ 1/ 2 15:20:02 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 15:20:02 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 15:20:21 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 15:20:21 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 15:20:32 CDbManager::UpdateGuildRanking¿¡¼­ (RANKING.RANKING_DBF.dbo.RANKING_STR 'R1','01') ½ÇÆÐ

2010/ 1/ 2 15:20:40 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 15:20:40 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 15:20:45 OP: 11330356, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 15:22:21 OP: 95518, 0.0, 0.0, 95516.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 15:23:40 TRANS : is not alive

2010/ 1/ 2 15:23:40 CORE : is not alive

2010/ 1/ 2 15:24:40 TRANS : is not alive

2010/ 1/ 2 15:24:40 CORE : is not alive

2010/ 1/ 2 15:24:51 OP: 149513, 0.0, 0.0, 0.0, 0.0, 0.0, 148858.0, 80.0, 467.0, 14.0, 16.0, 76.0, 0.0


2010/ 1/ 2 15:25:40 TRANS : is not alive

2010/ 1/ 2 15:25:40 CORE : is not alive

2010/ 1/ 2 15:25:41 ping CORE - 150, trans:2010/01/02 15:22:41

2010/ 1/ 2 15:25:41 ping CORE - 150, trans:2010/01/02 15:23:40

2010/ 1/ 2 15:25:41 ping CORE - 150, trans:2010/01/02 15:24:40

2010/ 1/ 2 15:25:41 ping TRANS - 150, trans:2010/01/02 15:22:41

2010/ 1/ 2 15:25:41 ping TRANS - 150, trans:2010/01/02 15:23:40

2010/ 1/ 2 15:25:41 ping TRANS - 150, trans:2010/01/02 15:24:40

2010/ 1/ 2 15:25:42 OP: 51424, 50093.0, 12.0, 81.0, 157.0, 0.0, 84.0, 70.0, 592.0, 36.0, 0.0, 166.0, 25.0


2010/ 1/ 2 15:35:10 LoadObject : Part_maleHair05.o3d Àб⠽ÇÆÐ

2010/ 1/ 2 15:35:10 Model\Part_maleHair05.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 2 15:35:10 LoadObject : Part_maleHead05.o3d Àб⠽ÇÆÐ

2010/ 1/ 2 15:35:10 Model\Part_maleHead05.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 2 15:35:10 LoadObject : part_mVag01Upper.o3d Àб⠽ÇÆÐ

2010/ 1/ 2 15:35:10 Model\part_mVag01Upper.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 2 15:35:10 LoadObject : part_mVag01Hand.o3d Àб⠽ÇÆÐ

2010/ 1/ 2 15:35:10 Model\part_mVag01Hand.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 2 15:35:10 LoadObject : part_mVag01Foot.o3d Àб⠽ÇÆÐ

2010/ 1/ 2 15:35:10 Model\part_mVag01Foot.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 2 15:35:11 OP: 1217, 6.0, 0.0, 0.0, 1209.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 15:35:14 OP: 3806, 3785.0, 0.0, 0.0, 17.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 21:41:28 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 21:41:28 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 21:41:43 CDbManager::UpdateGuildRanking¿¡¼­ (RANKING.RANKING_DBF.dbo.RANKING_STR 'R1','01') ½ÇÆÐ

2010/ 1/ 2 21:41:56 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 21:41:56 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 21:42:01 OP: 4723460, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 21:45:22 OP: 200912, 0.0, 0.0, 200908.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 21:45:30 OP: 77*** 381.0, 46.0, 0.0, 4939.0, 0.0, 1.0, 0.0, 107.0, 90.0, 0.0, 2004.0, 0.0


2010/ 1/ 2 21:46:55 TRANS : is not alive

2010/ 1/ 2 21:46:56 CORE : is not alive

2010/ 1/ 2 21:47:55 TRANS : is not alive

2010/ 1/ 2 21:47:56 CORE : is not alive

2010/ 1/ 2 21:48:07 OP: 157361, 0.0, 0.0, 0.0, 0.0, 0.0, 156942.0, 65.0, 300.0, 8.0, 0.0, 42.0, 0.0


2010/ 1/ 2 21:48:08 ping CORE - 157, trans:2010/01/02 21:45:57

2010/ 1/ 2 21:48:08 ping CORE - 157, trans:2010/01/02 21:46:56

2010/ 1/ 2 21:48:08 ping CORE - 157, trans:2010/01/02 21:47:56

2010/ 1/ 2 21:48:08 ping TRANS - 157, trans:2010/01/02 21:45:56

2010/ 1/ 2 21:48:08 ping TRANS - 157, trans:2010/01/02 21:46:56

2010/ 1/ 2 21:48:08 ping TRANS - 157, trans:2010/01/02 21:47:56

2010/ 1/ 2 22:57:50 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 22:57:50 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 22:58:07 CDbManager::UpdateGuildRanking¿¡¼­ (RANKING.RANKING_DBF.dbo.RANKING_STR 'R1','01') ½ÇÆÐ

2010/ 1/ 2 22:58:15 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 22:58:15 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 22:58:18 OP: 2673118, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 22:58:51 OP: 33098, 0.0, 0.0, 33096.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 22:58:53 OP: 1492, 69.0, 0.0, 0.0, 1295.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 93.0, 0.0


2010/ 1/ 2 22:59:39 OP: 46224, 0.0, 0.0, 0.0, 0.0, 0.0, 45840.0, 39.0, 288.0, 16.0, 0.0, 23.0, 15.0


2010/ 1/ 2 22:59:39 ping CORE - 46, trans:2010/01/02 22:59:15

2010/ 1/ 2 22:59:39 ping TRANS - 46, trans:2010/01/02 22:59:16

2010/ 1/ 2 23:00:55 OP: 1652, 10.0, 0.0, 0.0, 0.0, 0.0, 24.0, 0.0, 13.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 23:12:42 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 23:12:42 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 23:12:53 CDbManager::UpdateGuildRanking¿¡¼­ (RANKING.RANKING_DBF.dbo.RANKING_STR 'R1','01') ½ÇÆÐ

2010/ 1/ 2 23:13:03 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 23:13:03 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 23:13:06 OP: 3561**** 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 23:14:00 OP: 53845, 0.0, 0.0, 53843.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 23:14:03 OP: 27*** 113.0, 0.0, 1.0, 2063.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 587.0, 0.0


2010/ 1/ 2 23:15:03 OP: 60155, 0.0, 0.0, 0.0, 0.0, 0.0, 59436.0, 36.0, 637.0, 16.0, 0.0, 28.0, 0.0


2010/ 1/ 2 23:15:03 TRANS : is not alive

2010/ 1/ 2 23:15:49 string error: IDS_PROPITEM_TXT_011104

2010/ 1/ 2 23:15:49 string error: IDS_PROPITEM_TXT_011105

2010/ 1/ 2 23:15:55 OP: 3729739, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 23:16:19 OP: 24606, 0.0, 0.0, 24604.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 23:16:32 OP: 120*** 0.0, 0.0, 0.0, 0.0, 0.0, 11918.0, 21.0, 129.0, 0.0, 0.0, 29.0, 0.0


2010/ 1/ 2 23:21:42 LoadObject : Part_maleHair05.o3d Àб⠽ÇÆÐ

2010/ 1/ 2 23:21:42 Model\Part_maleHair05.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 2 23:21:42 LoadObject : Part_maleHead05.o3d Àб⠽ÇÆÐ

2010/ 1/ 2 23:21:42 Model\Part_maleHead05.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 2 23:21:42 LoadObject : part_mVag01Upper.o3d Àб⠽ÇÆÐ

2010/ 1/ 2 23:21:42 Model\part_mVag01Upper.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 2 23:21:42 LoadObject : part_mVag01Hand.o3d Àб⠽ÇÆÐ

2010/ 1/ 2 23:21:42 Model\part_mVag01Hand.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 2 23:21:42 LoadObject : part_mVag01Foot.o3d Àб⠽ÇÆÐ

2010/ 1/ 2 23:21:42 Model\part_mVag01Foot.o3d : ãÀ» ¼ö ¾øÀ½

2010/ 1/ 2 23:21:43 OP: 3411, 9.0, 0.0, 0.0, 3400.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 23:21:51 OP: 7677, 7634.0, 0.0, 0.0, 39.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2010/ 1/ 2 23:23:25 OP: 1864, 1862.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


---------- Post added at 11:40 PM ---------- Previous post was at 11:38 PM ----------

Akopala2 Try editing the neuz.ini on your Flyff Folder the Gpotato one AND change the ip to 127.0.0.1 that should work...


NOte** im also Filipino** But i use english so others can understand it
 
Back
Top