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!

[Release] Tera on java last client rev

Newbie Spellweaver
Joined
Feb 2, 2014
Messages
74
Reaction score
22
<server>
<id>12</id>
<ip>79.110.94.212</ip>
<port>7802</port>
<category sort="1">PVE</category>
<name raw_name="(EN) - Fraya">
<=!=[=C=D=A=T=A=[(EN) - Fraya]=]=>
</name>
<crowdness sort="1">Non</crowdness>
<open sort="3">Haut</open>
<permission_mask>0x00000000</permission_mask>
<server_stat>0x00000000</server_stat>
<popup>
<=!=[=C=D=A=T=A=[Impossible d'accéder au serveur actuellement.]=]=>
</popup>
<language>en</language>
</server>
Thanks, however i just found it haha using netstat -n command... beginning logging now.
Edit: the viewer doesnt seem to log the packets however... will have to look into this



Nope its not logging, don't understand what i'm doing wrong. Here is my config:
Code:
[Config]
IpAdress=79.110.94.212
Port=7802
ServerName=Fraya
useDevice=2
 
Last edited:
Junior Spellweaver
Joined
Jul 19, 2013
Messages
119
Reaction score
70
Are you sure you are using the good device ?

What are you using to launch ?

Angelis
 
Junior Spellweaver
Joined
Jul 19, 2013
Messages
119
Reaction score
70
P5yl0 released it on another thread but here it is :


Angelis.
 
Newbie Spellweaver
Joined
Feb 2, 2014
Messages
74
Reaction score
22
Are you sure you are using the good device ?

What are you using to launch ?

Angelis
Start.bat:
Code:
teraWatcher.exe 1 79.110.94.212
Tried with
Code:
useDevice=0
,
useDevice=1
and
useDevice=2
in config.ini file but none logs the file. Also tried from the build in the src folder and it doesnt log either.
The program starts up just fine it says <watching 79.110.94.212> but it just doesnt log anything, log.txt remains at 0kb
 
Junior Spellweaver
Joined
Jul 19, 2013
Messages
119
Reaction score
70
You must connect to server after launching the watcher.
The device id you must set is in the command line too ! (set 2 in both config and .bat)

I remember that take me a couple of minutes to run it.

Angelis.
 
Newbie Spellweaver
Joined
Feb 2, 2014
Messages
74
Reaction score
22
Ah such a stupid thing. It works now, thanks once again Angelis!



The gather-converted.xml file cannot be found when converting the log file to xml's, it points to the xml file in your computer instead of creating it in mine haha! But creature-converted.xml worked fine.



Oh and, my client crashed after logging for 5 minutes, related?
 
Junior Spellweaver
Joined
Jul 19, 2013
Messages
119
Reaction score
70
hi,

Which is the ip for the killian server INTER please
<server>
<id>11</id>
<ip>79.110.94.211</ip>
<port>7801</port>
<category sort="2">PVP</category>
<name raw_name="(INT) - Killian">
<=!=[=C=D=A=T=A=[(INT) - Killian]=]=>
</name>
<crowdness sort="1">Non</crowdness>
<open sort="3">Haut</open>
<permission_mask>0x00000000</permission_mask>
<server_stat>0x00000000</server_stat>
<popup>
<=!=[=C=D=A=T=A=[Impossible d'accéder au serveur actuellement.]=]=>
</popup>
<language>en</language>
</server>


@zoraswe i think it's not related. I've used a lot of time the packet viewer with no bug. Anyway thanks i will commit what you've did and i will correct gather too (sorry forget that).

BTW i will be away all this we

Angelis.
 
Newbie Spellweaver
Joined
Feb 2, 2014
Messages
74
Reaction score
22
Wankers i've already spawned the whole dawn island and velika city with npcs for now. But not gathers, so good work! Couldn't get gathers to work... Here is whole dawn island creatures.xml:
Do you have a high lvl char? if so you could start with the higher lvl areas to spawn npcs.
Edit: No problem @Angelis86 I will populate the lowbie areas during the weekend. Shouldn't be any problems I think.
Edit2: Velika creatures.xml:
 
Last edited:
Newbie Spellweaver
Joined
Apr 11, 2014
Messages
17
Reaction score
0
Hey just wanted to say that I got this up and running, and it's really good! I do realize it's missing a lot and buggy but hey this is really good and I am liking it! Clicking on Enchanting closes the game instantly though, but I found my way around some stuff. Keep up the work!
 
Newbie Spellweaver
Joined
Feb 2, 2014
Messages
74
Reaction score
22
Yep, gather works now when building the xml's thanks Angelis! Will soon start with whole arcadia maps, I will make 1 creatures and 1 gather for each area. Sound good?
 
Newbie Spellweaver
Joined
Feb 2, 2014
Messages
74
Reaction score
22
Should be possible, Angelis has already spoken of doing this. So make one file per map for now, and later we will fix multiple spawn issues for same creature id and wrong creature id's etc.
 
Newbie Spellweaver
Joined
Feb 2, 2014
Messages
74
Reaction score
22
Feyforest + lumbertown creatures.xml and gather.xml:
 
Back
Top