Page 1 of 1

How to put clan rep. points for sale?

Posted: Mon Aug 16, 2010 3:27 am
by babyjason
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:4374
L2JDP Revision Number:7654

So, i d like to ask what is the id of clan reputation points and if it s possible to put it for sale?

Re: How to put clan rep. points for sale?

Posted: Mon Aug 16, 2010 8:29 am
by Probe
only via multisell and itemId is -200 iirc

Re: How to put clan rep. points for sale?

Posted: Mon Aug 16, 2010 9:15 am
by _DS_
You will get blank icon. Selling of the clanrep through multisell is not really supported by client, it can be only ingredient.

Re: How to put clan rep. points for sale?

Posted: Thu Aug 19, 2010 2:50 am
by babyjason
well with production id = -200 it doesent work, i click on the empy icon, pay the fee, i get reduced the fee, but nothing happens in terms of giving me crp back

so i tought about the way handles it at fame manager

Code: Select all

<a action="bypass -h npc_%objectId%_CRP">Increase Clan Reputation (1,000 Reputation Points).</a><br>
what controls the amount of crp rewarded in this statement? and how could i change the amount received and instead of reputation points, beeing required something else?

npc_%objectId%_CRP" no ideea where to look...

Re: How to put clan rep. points for sale?

Posted: Thu Aug 19, 2010 4:02 am
by Probe
either look at bypasshandlers in dp, or L2FameManagerInstance in core (onBypassFeedback method)

Re: How to put clan rep. points for sale?

Posted: Thu Aug 19, 2010 5:23 am
by babyjason
isnt there any easier way ?

maybe the item id is not -200 after all?

Re: How to put clan rep. points for sale?

Posted: Thu Aug 19, 2010 5:25 am
by LasTravel
Make one script..

Re: How to put clan rep. points for sale?

Posted: Thu Aug 19, 2010 5:26 am
by babyjason
LasTravel wrote:Make one script..
:)) ty, but i wanted an easier solution, even the one with no icon to purchase clan fame pts was ok, but somehow it wasnt produced if production id was -200...