custom points

almarket23

New member
Messages
90
Points
0
Github
nexus
Emulator
Hi guys I dont know where to put this but Im hoping that anyone knows this.

just like in ragnarok it has a default point of cashshop and it uses a kafra point.

How can I make a custom shop that uses a custom points

for example:

vote for point shop that uses votepoints only

or

death match shop that uses deathpoints only

all shop should be same with the cashshop but the only differences is the type of points tha you can only use for that specific shop.

thanks in advance.

 
This might be what you're looking for.

If not, you'll need to specify what you do mean a little better, at least for me personally to comprehend what you're trying to achieve.

Probably its something I have been looking for as well.

 
kinda the same on what you are looking for in this article @@Tranquility. However what I really want is that how can you make your own custom points for example Death Point and a shop that only uses the Death Point, but the format of the shop should be exactly the same as the cashshop but the only difference is that it uses the custom point which is the Death Point. I hope someone gets what I am trying to say.

 
In that case source has to be modified or a plugin written for it.

Personally I was/am trying to create the original cashshop with the option to use items as currency.

What I've deduced so far is that you could set the currency by assigning npc->trander_funds[0] or npc->trander_funds[1] to an assigned/custom value.

Using pc_pay_cash, pc_get_cash & clif_cashshop, you'll have to make some modifications to allow your changes to be pushed through.

This is what I've got so far, but none of it is working at all ;p

 
Back
Top