Jump to content
  • 0

Changing NPC resell prices


Question

Posted

Hi guys. I am new to the forum and have one little question about how to edit the reselling price @ npcs.

It is not about the prices who player have to pay if they buy soulshots or whatever. Allready found that @ the sql tables.

 

I need to know how i can change the ammount of Adena which players recieve if they sell item "x" to the npc. =)

I hope anyone knows in which template i can find this setting.

 

Thx for help

4 answers to this question

Recommended Posts

  • 0
Posted

I hope I have understood your question.

 

By "selling price", I suppose you talk about the "Sell" option on some merchants/fishermen, where you can sell back for 1/3 of the value (or something like).

 

If yes, it's in (network/) clientpackets, RequestSellItem.

 

----

 

If I'm wrong, explain better.

 

If it's not the good loc, this post has never exists :P.

  • 0
Posted

Thx Tryskell you understood it in the right way =)

xAddytzu posted the 3 .sql tables were i can find the price of items if i wanna buy them from a merchant so wrong =(

Lemme try (network/) clientpackets, RequestSellItem and i gonna edit this post if it has worked or not.

 

Thx for the fast help :)

 

EDIT:

yeah it seems to be the right file (RequestSellItem) but i am not good in java :/

Anyone can clearly explain which variables i need to change to increase / decrease the ammount of adena a players recieves for selling an item to the merchant?

Would be really helpfull =)

  • 0
Posted

It depends what exactly you want to do.

 

totalPrice += item.getReferencePrice() * count / 2;

is probably the easiest way.

 

Remove the /2 to see if it does something IG. I don't rem if "sell" is 50% of the worth of an item, but if yes, you got answer :p.

 

According to what I read in the code, it should sell back at original price (removing the "/2"). After you can mod it as you want /10, /4,...

 

If you haven't this line, say the chronicle :p.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...