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!

[Tool] sELedit for v496 elements.data + guide + tutorial

Experienced Elementalist
Joined
Jan 6, 2013
Messages
201
Reaction score
24
first script error:

Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:44:40) [MSC v.1600 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> ================================ RESTART ================================
>>>
Traceback (most recent call last):
File "C:/Python34/analyz.py", line 7, in <module>
record_width = bytearray_to_int(bytearray(f.read(4)))
NameError: name 'bytearray_to_int' is not defined
>>>

I use elements from ru-client.
 
Last edited:
Experienced Elementalist
Joined
Jan 6, 2013
Messages
201
Reaction score
24
-----------------
Table: 32
Position of record start: 18895888
Offset: 35
Raw offset truncated hex: a5391553
Record width = 1393899941
Number of rows = 72
Skipping over record. Number of bytes: 100360795752
Traceback (most recent call last):
File "C:/Python34/analyz.py", line 29, in <module>
test_bytes = f.read(skip_bytes)
MemoryError
>>>

:junglejane: sorry =)
 
Newbie Spellweaver
Joined
Aug 5, 2013
Messages
75
Reaction score
80
[post deleted]

deleted
 
Last edited:
Experienced Elementalist
Joined
Jan 6, 2013
Messages
201
Reaction score
24
Yap! 32:4 - work fine. Tanx man!
script 2: (i take daru400.cfg) - work fine.
now i have 2 output from scripts - it is verdata.withreturns.txt and verdata_z_edit.txt ?
 
Last edited:
Experienced Elementalist
Joined
Jan 6, 2013
Messages
201
Reaction score
24
My brain blow... Can anybody create ru496 config?
Here is files
 
Back
Top