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!

Maple Points instead of NX Credit

RaGEZONE VIP
[VIP] Member
Joined
Aug 3, 2008
Messages
172
Reaction score
26
Hey everyone -

I'm trying to change a few items in CS so that they may be purchased with Maple Points instead of NX Credit.
Etc.wz has the information as follows:
NKEi18 - Maple Points instead of NX Credit - RaGEZONE Forums


This is what my commodity XML looks like:
92nH8Vs - Maple Points instead of NX Credit - RaGEZONE Forums


Changing the price, of course, will change how much NX credit is needed; but my goal is to make this an item purchased solely through Maple Points. I tried changing the class, thinking this was the issue, but there was no change at all.

I saw a post from Kimberly that showed how to move an item from a specific tab using the SN; so I can figure that out, but no idea how to force an item to be purchased only through MP rather than NX.

Thanks
 

Attachments

You must be registered for see attachments list
RaGEZONE VIP
[VIP] Member
Joined
Aug 3, 2008
Messages
172
Reaction score
26
Put a check in CashOperationHandler.java.

Thanks for the hint.

I could do something like if(cItem.getSN() == 50000283) then use Maple Points (which I assume would be some sort of header?) but still unsure what the actual syntax would look like.

Not very good as you can see, but hoping you can push me a little further.

Thanks!
 
Upvote 0

kaf

Newbie Spellweaver
Joined
Oct 11, 2021
Messages
11
Reaction score
0
can you help me with this? @Z41N
 
Last edited:
Upvote 0
Back
Top