shay data edit (0-1b)

05/11/2011 20:46 SoloSwag#121
Quote:
Originally Posted by [ADM]Wind View Post
There could be a few reasons.You may have forgot to encrypt the skill.sdata after the changes.Or if you are using Alladrios's skillworkaround for ep 5 servers you must open skill.sdata with hex editor after you r done with the changes,and edit the first numbers there to 74 01.And of course you will have to encrypt it
I just encrypted the itemsdata and skillsdata and recompiled and logged in.

"Character load error!!!"


zzz this is a pain in the ass sometimes
05/14/2011 10:52 akademik#122
with NpcQuest.SData also wryly made ​​the program, waiting for updates
05/23/2011 16:32 akademik#123
fails To turn item.sdata
ep5
05/23/2011 22:40 Veritas Aequitas#124
have you opened the batch file for the command your trying to run and edited it for the correct file path?

c:\pythonxx\python.exe

xx being your version of python
05/24/2011 14:37 akademik#125
Item.komplete does not open in excel tabular views
05/24/2011 16:04 Veritas Aequitas#126
if it is all opening in 1 column instead of a table. for excel 2010 go to data tabe then to text to column and set the delimiter to comma or semicolon whichever gives the correct view
07/16/2011 21:51 TacticalNukez#127
'python' is not recognized as a internal or external command
Press any key to continue...

Help plz?
07/16/2011 22:09 [ADM]Wind#128
Quote:
Originally Posted by TacticalNukez View Post
'python' is not recognized as a internal or external command
Press any key to continue...

Help plz?
Open with notepad the bat files and put the red colored line in,and leave the rest as it is:

Code:
@ECHO OFF
[COLOR="Red"]C:\Python27\python.exe src[/COLOR]\SData.py Item -o csv_complete
PAUSE
07/16/2011 22:14 TacticalNukez#129
Quote:
Originally Posted by [ADM]Wind View Post
Open with notepad the bat files and put the red colored line in,and leave the rest as it is:

Code:
@ECHO OFF
[COLOR="Red"]C:\Python27\python.exe src[/COLOR]\SData.py Item -o csv_complete
PAUSE
Whats the line if your doing Skill.sdata
07/16/2011 22:35 [Admin]Snuggle#130
That's the reason there is a read highlighted part...
It works with all of them.
07/16/2011 22:37 TacticalNukez#131
Syntax error
07/16/2011 22:39 [Admin]Snuggle#132
Did you type it right?
Is the file decrypted?
07/16/2011 22:40 [ADM]Wind#133
in previous post i forgot to higlight the \ , so u gotta put in the bat file :

Code:
C:\Python27\python.exe src\
and leave rest as it is.
07/16/2011 22:54 TacticalNukez#134
Quote:
Originally Posted by [ADM]Wind View Post
Open with notepad the bat files and put the red colored line in,and leave the rest as it is:

Code:
@ECHO OFF
[COLOR="Red"]C:\Python27\python.exe src[/COLOR]\SData.py Item -o csv_complete
PAUSE
Quote:
Originally Posted by shadow5833 View Post
Did you type it right?
Is the file decrypted?
C:\Python31\python.exe src\SData.py Skill -0 export_complete
and yes its decrypted i just checked
07/16/2011 22:58 [ADM]Wind#135
Quote:
Originally Posted by TacticalNukez View Post
C:\Python31\python.exe src\SData.py Skill -0 export_complete
and yes its decrypted i just checked
Is this a 0(zero)?If it is change it to o (the letter o).