NEW EO SERVER TEST SUCCEED

01/13/2008 22:49 pfj511#1
LOL
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
LINKS
[Only registered and activated users can see links. Click Here To Register...]
01/13/2008 23:18 forcer#2
we already have this :) but anyway, thanks for the screenshots.
01/13/2008 23:25 pfj511#3
lol ,do you know how to edit the cilent file like *.C3 ? thanks ! i want to add new weapon or something in this game ,but i cant open it except add new item in item.dat and shop.dat
01/14/2008 00:03 nooneatall#4
Quote:
Originally Posted by pfj511 View Post
lol ,do you know how to edit the cilent file like *.C3 ? thanks ! i want to add new weapon or something in this game ,but i cant open it except add new item in item.dat and shop.dat
use this tool to extract all dds and c3 and everything..
(copy your eudemons to a new folder and run it there cuz it will unpack everything from your data.dnp and c3.dnp)
copy the file to your newly copied EO folder and extract it there.. then run all of the .bat files :D

how did you add stuff to shoppingmall?
01/14/2008 00:23 pfj511#5
Quote:
Originally Posted by nooneatall View Post
use this tool to extract all dds and c3 and everything..
(copy your eudemons to a new folder and run it there cuz it will unpack everything from your data.dnp and c3.dnp)
copy the file to your newly copied EO folder and extract it there.. then run all of the .bat files :D

how did you add stuff to shoppingmall?
thanks !

i only edit the chinese cilent by manual :D:D i have no tool to give you !

maybe i can tell you how add something in shop.dat in EO cilent , do you have ICQ ? my icq :387459173 i will teach you step by step
01/14/2008 02:05 pfj511#6
Quote:
Originally Posted by nooneatall View Post
use this tool to extract all dds and c3 and everything..
(copy your eudemons to a new folder and run it there cuz it will unpack everything from your data.dnp and c3.dnp)
copy the file to your newly copied EO folder and extract it there.. then run all of the .bat files :D

how did you add stuff to shoppingmall?
how to add new item in shoppingmall:
use the WinHex open the shop.dat file (hex)and look here
pic 1
[Only registered and activated users can see links. Click Here To Register...]
here ,vip .... is the shoppingmall code , B7 04 00 00 is the shop npc code ,we change the number order , 00 00 04 B7 ,
and if we transform this number (hex ) to decimalist it will be 1027, lol you can find this code in cq_npc and cq_goods,
all the item code in this file is the same to this form!

here, 8A 00 00 00 is the total item in the shoppingmall ,if you add one new item in it, this number should be 8B 00 00 00 ,add two ,it will be 8C 00 00 00....

now we add a new item 12*universalXO,the item code is 813000 ,look the pic2
[Only registered and activated users can see links. Click Here To Register...]
here 68 D3 0F 00 is the first item code in shoppingmall, the same to above ,we change the order ,00 0F D3 68 ,AND WE change this hex to decimalist it will be 1037160,,,
lol lol , you will find this number is just the true item code , the same to item code in cq_itemtype
OK we add the new item 12*universalXO the item code is 813000 opposite ,if we add this item in the shop.dat ,the number SHOULD BE hex ,we change first , 00 0C 67 C8 , then we need change the order to C8 67 0C 00
we copy those hex code which i choose (bule part) and insert it in this file before the number 72 D3 0F 00
then we modify this part which we inserted , modify 68 D3 0F 00 to C8 67 0C 00 ,ok save this file
when we play the eo over again you wi ll find your shoppingmall had added one item at the first space dot forget change the 8A TO 8B and add a new line in cq_goods like this
120**** 1207 813000
wish to help you !any question not clearly you can contact me !

attached file is the new shop.dat file after modify

BTW , how can i edit those *.c3 file ,i means i want to modify the texture but have no mesh , i cant open it by 3d max ,so i cant modify the appearance (weapon ,role monster .etc..) ,do you have any ideas,thanks !
01/15/2008 17:08 bilboman195#7
pfj511 hey, i've been trying to make my own server but everytime i try, its just too complicated, i was just wondering are you seeking more PM's in your server... I'd be more than happy to join your server lol if its possible.

thanks
01/16/2008 01:04 Pyrogamer12321#8
yea...is this server gonna be like public or are you just showing screenies?
01/16/2008 18:26 pfj511#9
Quote:
Originally Posted by bilboman195 View Post
pfj511 hey, i've been trying to make my own server but everytime i try, its just too complicated, i was just wondering are you seeking more PM's in your server... I'd be more than happy to join your server lol if its possible.

thanks
oh , i want to play or test in my server ?

i show you the account

account: eotest
password:test

the role named pfj511[PM]

IP 58.248.114.239

port:9998

you can landing the game with the english cilent verb ,its works fine in my server!
01/16/2008 23:28 pfj511#10
Quote:
Originally Posted by Pyrogamer12321 View Post
yea...is this server gonna be like public or are you just showing screenies?
i had release those server file in another thread, you can download it !
01/18/2008 08:54 moses10#11
does anyone have a server i can join in if its is done ps server
07/09/2008 18:57 ExitWound#12
Quote:
Originally Posted by pfj511 View Post
how to add new item in shoppingmall:
use the WinHex open the shop.dat file (hex)and look here
pic 1
[Only registered and activated users can see links. Click Here To Register...]
here ,vip .... is the shoppingmall code , B7 04 00 00 is the shop npc code ,we change the number order , 00 00 04 B7 ,
and if we transform this number (hex ) to decimalist it will be 1027, lol you can find this code in cq_npc and cq_goods,
all the item code in this file is the same to this form!

here, 8A 00 00 00 is the total item in the shoppingmall ,if you add one new item in it, this number should be 8B 00 00 00 ,add two ,it will be 8C 00 00 00....

now we add a new item 12*universalXO,the item code is 813000 ,look the pic2
[Only registered and activated users can see links. Click Here To Register...]
here 68 D3 0F 00 is the first item code in shoppingmall, the same to above ,we change the order ,00 0F D3 68 ,AND WE change this hex to decimalist it will be 1037160,,,
lol lol , you will find this number is just the true item code , the same to item code in cq_itemtype
OK we add the new item 12*universalXO the item code is 813000 opposite ,if we add this item in the shop.dat ,the number SHOULD BE hex ,we change first , 00 0C 67 C8 , then we need change the order to C8 67 0C 00
we copy those hex code which i choose (bule part) and insert it in this file before the number 72 D3 0F 00
then we modify this part which we inserted , modify 68 D3 0F 00 to C8 67 0C 00 ,ok save this file
when we play the eo over again you wi ll find your shoppingmall had added one item at the first space dot forget change the 8A TO 8B and add a new line in cq_goods like this
120**** 1207 813000
wish to help you !any question not clearly you can contact me !

attached file is the new shop.dat file after modify

BTW , how can i edit those *.c3 file ,i means i want to modify the texture but have no mesh , i cant open it by 3d max ,so i cant modify the appearance (weapon ,role monster .etc..) ,do you have any ideas,thanks !
I figured out how to do this thanks to your tutorial but, what do I have to edit to be able to buy things that I am not able to buy when I put them in the shopping mall? Take EudemonGodStone: If I put it in the mall, it says it is 2700 eps but when I try and buy it, it doesn't add it to my inventory nor does it take away 2700 eps.
Also: How do you insert something in WinHex? I can only replace things.
07/10/2008 01:32 funhacker#13
thread reviver -.-