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!

SHN Editor

Newbie Spellweaver
Joined
Dec 16, 2013
Messages
98
Reaction score
7
That was the latest one which was released, Csharp didn't develop a newer one than 3f I believe.



I could try yes, I will see what I can do.
btw,could you share the latest source ? :D:
 
Joined
Jan 24, 2013
Messages
828
Reaction score
351
You should edit the Row Tally so that you can enter which column you want to re-order instead of it only re-ordering the ID one. Riding for example uses Handle instead of ID.
 
Skilled Illusionist
Joined
Jan 24, 2012
Messages
364
Reaction score
169
WhynoExcel, oneExcelswithExcel. Why is there no export/import for Excel, editing is improved with Excel.

 
Joined
Jun 5, 2009
Messages
959
Reaction score
236
You should edit the Row Tally so that you can enter which column you want to re-order instead of it only re-ordering the ID one. Riding for example uses Handle instead of ID.

I'll add that soon.

WhynoExcel, oneExcelswithExcel. Why is there no export/import for Excel, editing is improved with Excel.


Yet to be implemented. :)
 
Newbie Spellweaver
Joined
May 16, 2012
Messages
51
Reaction score
1
That was the latest one which was released, Csharp didn't develop a newer one than 3f I believe.


I was asking for the latest version that was made by you, the one you made this thread for :D not the latest by CSharp.
 
Newbie Spellweaver
Joined
May 16, 2012
Messages
51
Reaction score
1
How come? Anyone can add or make the fixes I've done it's no big deal.

But why should i waste my time by coding something that already exists? :D

As you said, it's not a big deal, so it wouldn't be a problem releasing it ;)
 
Joined
Jun 5, 2009
Messages
959
Reaction score
236
Amazing... Saved my server from a nubs tool :c An even more useful tool can be found here too: http://forum.ragezone.com/f593/shine-tables-remade-1008410/#post8104186

That's irrelevant from the SHN Editor, that is for txt files in the world folder not for shn files, so I don't know why you'd link to it but it's just the shine tables David remade, if you've only just discovered that such a tool existed you must've been living in a cave, because the original shine tables works just fine to :p
 
Junior Spellweaver
Joined
Jan 20, 2012
Messages
110
Reaction score
30
That's irrelevant from the SHN Editor, that is for txt files in the world folder not for shn files, so I don't know why you'd link to it but it's just the shine tables David remade, if you've only just discovered that such a tool existed you must've been living in a cave, because the original shine tables works just fine to :p

LOL no I don't live in a cave, the original shine tables was poop, sometimes didn't save properly, and had little use compared to Notepad++... Now I actually WANT to use it, because I can do so much more with it, a lot faster. And I never said it was relevant to the SHN Editor, I just find it more useful than an SHN Editor. I'm only just starting with C# and only knew a little VB, or else I would build my own tools.

Also, could you change the form resizing? It wont snap to half of my screen, takes up like 3/4 of my screen, cant put 2 side to side for quick comparing.
 
Last edited:
Junior Spellweaver
Joined
Oct 15, 2013
Messages
113
Reaction score
16
Love this editor tbh farbod. Great job ^^' , You should add functions such as Ctrl F and it opens up the search. and Ctrl C to copy rows as well as Ctrl V to paste it. And if you Ctrl V on top of a desired column, then it pastes the desired information within it without having to click 3 times to then paste. Just a couple suggestions :)
 
Joined
Jun 5, 2009
Messages
959
Reaction score
236
Love this editor tbh farbod. Great job ^^' , You should add functions such as Ctrl F and it opens up the search. and Ctrl C to copy rows as well as Ctrl V to paste it. And if you Ctrl V on top of a desired column, then it pastes the desired information within it without having to click 3 times to then paste. Just a couple suggestions :)

That's on my to do list. :)
 
Joined
Jun 5, 2009
Messages
959
Reaction score
236
Update v3.9f:

- Fixed shop creator empty input line.
- Added file aso exception handling.
- Delete row exception handling.
- Fixed create row base row function.
- Added error handling for data grid view.
- Added drag and drop function.
- Made search screen resizeable.
- Reduced minimum size for main form.
- Added GB2312 encoding for Chinese character support.
- Fixed new row index, seemed to have been broken.
- Removed group box text title in ODT editor.
- Added row tally GUI.
- Made search screen resizeable.
- Added enter press for ODT replace function.
- Added confirmation message for ODT replace function.
- Added shortcut keys for all functions which may need them.

SHN Editor v3.9f:
 
Last edited:
Junior Spellweaver
Joined
Oct 15, 2013
Messages
113
Reaction score
16
yessss. Omg :D . Also , <----- You should put that to UInt32 . I'm not sure if that would mess up anything exactly maybe add me on skype so that i can test if it does, but , I know for my server my value needs to go above the standard 65k and with an Int16 It doesn't quite let me do that. You can add me @IrreMischeif . If you need to so i can test if it messes anything up. Cause I really do need that ^^' . I think i'd make your Shn editor my official one cause it'd have everything i need XD
 
Joined
Jun 5, 2009
Messages
959
Reaction score
236
Update 4.0.14.0718:
- When pasting you will automatically be taken to the new row.
- Changed "SHN - 1 files open" to "SHN - 1 file(s) open".
- Changed some short cut keys to prevent interference with each other.
- Encoding type is saved in registry and will load on start up.
- Cleaned up new file code, made it more efficient.
- Removed unreferenced and unused code.
- Added column, multiplication, division and bulk edit.
- Added a replace feature.
- Completely removed registration feature.
- Made data grid double buffered at request.
- Removed old file association and created new custom file association class.
- Organised Visual Studio project.
- Made the program run as admin.
- Added confirmation message on column deletion.
- Added updates UI.
- Added go to function for search.
- Added a progress bar for row filter.
- Other minor bug fixes and improvements.

SHN Editor V4.0:

Updated quite a lot of major things in this update, if there are any bugs please let me know, thanks.
 

Dec

Experienced Elementalist
Joined
Aug 21, 2012
Messages
214
Reaction score
147
Update 4.0.14.0718:
- When pasting you will automatically be taken to the new row.
- Changed "SHN - 1 files open" to "SHN - 1 file(s) open".
- Changed some short cut keys to prevent interference with each other.
- Encoding type is saved in registry and will load on start up.
- Cleaned up new file code, made it more efficient.
- Removed unreferenced and unused code.
- Added column, multiplication, division and bulk edit.
- Added a replace feature.
- Completely removed registration feature.
- Made data grid double buffered at request.
- Removed old file association and created new custom file association class.
- Organised Visual Studio project.
- Made the program run as admin.
- Added confirmation message on column deletion.
- Added updates UI.
- Added go to function for search.
- Added a progress bar for row filter.
- Other minor bug fixes and improvements.

SHN Editor V4.0:

Updated quite a lot of major things in this update, if there are any bugs please let me know, thanks.

Nice work man :thumbup1:
 
Experienced Elementalist
Joined
Jan 30, 2009
Messages
268
Reaction score
130
for the shortcuts u have CTRL + S as save and as search
 
Joined
Jun 5, 2009
Messages
959
Reaction score
236
Last edited:
Back
Top