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!

"Show It Off" thread aka "Strut your Stuff"

Junior Spellweaver
Joined
Oct 26, 2013
Messages
132
Reaction score
11
Last Night MMO GunSell NPC. Working on fix

The WarZ GunSell NPC. Working on fix for sell
 
Last edited:
Joined
Aug 14, 2009
Messages
2,304
Reaction score
1,189
re: "Show It Off" thread aka "Strut your Stuff"

Just a quick 'n dirty Stuff Editor for my current project (Local WarZ):

QbtJQ6L - "Show It Off" thread aka "Strut your Stuff" - RaGEZONE Forums

(Because of trouble with my DDS Class [With DDS Class -> Load time avg. 15 secs, without -> 10ms] I had to remove the DDS support and fall back to PNG files :/ - If anybody has a fast and good C# DDS Image class (no xna, directX poop!) lemme know)

EDIT:

Added a more complex way to search:
"WEAP" -> case sensitive
WEAP -> ignore case

And just finished shopXML:
83kNPsQ - "Show It Off" thread aka "Strut your Stuff" - RaGEZONE Forums

EDIT 2:

Added just a basic edit item dialog:

nbK1VlL - "Show It Off" thread aka "Strut your Stuff" - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
May 18, 2013
Messages
852
Reaction score
323
re: "Show It Off" thread aka "Strut your Stuff"

Is that in Visual Basic? Right now in Computer Programming at our school, we're learning Visual Basic. But i asked the teacher in Computer Programming II or III if we can learn something like C# Or C++
 
Last edited by a moderator:
Joined
Aug 14, 2009
Messages
2,304
Reaction score
1,189
re: "Show It Off" thread aka "Strut your Stuff"

eVnXN3W - "Show It Off" thread aka "Strut your Stuff" - RaGEZONE Forums

No VB.NET. C#

(I know it's a mess :D! Don't mind the fixed paths ;))

Form1.cs:


EditItem.cs:


EDIT Added saving for Food & Weapons :):
Items.cs:


EDIT:
updated Items.cs finished saving everything!

EDIT:
added operator like search (Enter x="101055" to get the item with ID 101055):

WcZa2AR - "Show It Off" thread aka "Strut your Stuff" - RaGEZONE Forums

EDIT:
Moar operators!!! (>=, <=, >, <, =):
zOBVdHM - "Show It Off" thread aka "Strut your Stuff" - RaGEZONE Forums

EDIT:
All the operators!!!! (>=, <=, >, <, =) & (i, n, d) [ItemID, Name, Description]
Examples:
i>="101055"
n="M4"
d>="AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"

Operators:


EDIT:

Added auto generating form to display item values:
vvomx9R - "Show It Off" thread aka "Strut your Stuff" - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
May 18, 2013
Messages
852
Reaction score
323
re: "Show It Off" thread aka "Strut your Stuff"

eVnXN3W - "Show It Off" thread aka "Strut your Stuff" - RaGEZONE Forums

No VB.NET. C#

(I know it's a mess :D! Don't mind the fixed paths ;))

Form1.cs:


EditItem.cs:


EDIT Added saving for Food & Weapons :):
Items.cs:


EDIT:
updated Items.cs finished saving everything!

EDIT:
added operator like search (Enter x="101055" to get the item with ID 101055):

WcZa2AR - "Show It Off" thread aka "Strut your Stuff" - RaGEZONE Forums
Nice! C# is something i want to get into. I'm goign to copy your idea, but maybe in Visual Basic (Because, why not? :D)
 

Attachments

You must be registered for see attachments list
Skilled Illusionist
Joined
May 17, 2013
Messages
309
Reaction score
206
re: "Show It Off" thread aka "Strut your Stuff"

Now you can pickup armor or helmet, it will equip automatic if you don't have anything equiped.



And you can attach what does your weapon accept, just click in 'Attach'.



Exiting in seconds working!

 
Last edited:
Junior Spellweaver
Joined
Sep 4, 2013
Messages
153
Reaction score
49
re: "Show It Off" thread aka "Strut your Stuff"

Now you can pickup armor or helmet, it will equip automatic if you don't have anything equiped.


And you can attach what does your weapon accept, just click in 'Attach'.


Exiting in seconds working!

Wow! Very nice fdr! Keep working ;)
+1
 
Newbie Spellweaver
Joined
Mar 29, 2013
Messages
79
Reaction score
81
re: "Show It Off" thread aka "Strut your Stuff"

Still uploading,.. and no: it's NOT any thai source.



Edith forgot: ! :D


But u know why this so fast? Because the render is disable until you contected to the world. then when the first circle is coming u got building etc showing.. not good idea. i think a lot of crash with this.All src got this just need to switch on in the src
 
Experienced Elementalist
Joined
May 26, 2012
Messages
255
Reaction score
146
re: "Show It Off" thread aka "Strut your Stuff"

But u know why this so fast? Because the render is disable until you contected to the world. then when the first circle is coming u got building etc showing.. not good idea. i think a lot of crash with this.All src got this just need to switch on in the src

its less crashes cause theres less stuff running
 
Joined
Apr 12, 2013
Messages
544
Reaction score
272
re: "Show It Off" thread aka "Strut your Stuff"

But u know why this so fast? Because the render is disable until you contected to the world. then when the first circle is coming u got building etc showing..
Right. But;

i think a lot of crash with this.

Doesn't happen until its optimized. :)

Edit:
All src got this just need to switch on in the src

Thats right, almost all Thai clones have it (expect that one what Hypoflex leaked first), but it's crappy implemented and it does frequently freeze/stuttering on mass etc. Also this src on what i work isn't a thai clone or what so ever. :)
 
Last edited:
Master Summoner
Joined
Mar 30, 2013
Messages
543
Reaction score
72
re: "Show It Off" thread aka "Strut your Stuff"

Right. But;



Doesn't happen until its optimized. :)

Edit:


Thats right, almost all Thai clones have it (expect that one what Hypoflex leaked first), but it's crappy implemented and it does frequently freeze/stuttering on mass etc. Also this src on what i work isn't a thai clone or what so ever. :)

What happens is, the server sends to the client what he needs to render when he connects to the server.
 
Back
Top