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!

WZ ETC.wz's Commdity.xml -> What's "Period" & "Priority"?

Newbie Spellweaver
Joined
Apr 16, 2016
Messages
86
Reaction score
1
In commodity.img.xml where we'd add in cash item into the cash shop, what does the period and priority stands for? Are they the node to edit on whether or not it'll be in certain category?

Also, if I implemented a new NX gear in Character.wz, do I have to add in a custom SN node for the new gear itself in order to be implemented into the cs?
 
Moderator
Staff member
Moderator
Joined
Jul 30, 2012
Messages
1,103
Reaction score
432
Period - how long in days until this NX item expires (need be properly coded)
Priority - How far into the Cash Shop is this item listed?

Also, if I implemented a new NX gear in Character.wz, do I have to add in a custom SN node for the new gear itself in order to be implemented into the cs?

Yes, and you also need heavily research SN's. The numbers and order of the SN is where its supposed to be displayed and which category. You also need be careful not to make duplicates.
 
Upvote 0
Newbie Spellweaver
Joined
Apr 16, 2016
Messages
86
Reaction score
1
Interesting. You mentioned that the order of the SN will determine which category the item will be at, by any chance it goes by a range that you know of? Like say 10000000 ~ 10005000 is hat category e.t.c.
 
Upvote 0
Moderator
Staff member
Moderator
Joined
Jul 30, 2012
Messages
1,103
Reaction score
432
I don't mind sharing what I have documented for my own server

SN=
First number = category (start as 0)
Third number = sub category (start as 0)

So example first category is EVENT = 0

Then sub category example if first one is HAT its 0, then 1, 2, 3

Then the other numbers is for the actual item number which need to be unique

Other CS stuff:

CS
Priority = CS item order.. the higher the higher its on list
Class = tags:
0 = NEW
1 = SALE (discounts?)
2 = HOT (popular)
3 = EVENT (temp items)
4/no class = no tag (custom tags possible?)
 
Upvote 0
Newbie Spellweaver
Joined
Apr 16, 2016
Messages
86
Reaction score
1
Re: ETC.wz's Commdity.xml -> What's "Period" & "Priority"?

Nice, thanks for sharing. I'll go try & test it out!



Woops nevermind!
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Apr 16, 2016
Messages
86
Reaction score
1
@Kimberly
Hmm after spending a day playing around, I figure there's something more about the name ID. Apparently I can't exceed 9000 or I'll get invalid pointer and I can't replace certain name numbers with different categories of items.

Any idea about these?

By name numbers I mean these:
"<imgdir name="1054">"
 
Upvote 0
Back
Top