How to put clan rep. points for sale?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

How to put clan rep. points for sale?

Post 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?
Probe
Posts: 915
Joined: Thu Sep 03, 2009 6:36 pm
Location: Israel
Contact:

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

Post by Probe »

only via multisell and itemId is -200 iirc
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

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

Post by _DS_ »

You will get blank icon. Selling of the clanrep through multisell is not really supported by client, it can be only ingredient.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

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

Post 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...
Probe
Posts: 915
Joined: Thu Sep 03, 2009 6:36 pm
Location: Israel
Contact:

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

Post by Probe »

either look at bypasshandlers in dp, or L2FameManagerInstance in core (onBypassFeedback method)
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

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

Post by babyjason »

isnt there any easier way ?

maybe the item id is not -200 after all?
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

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

Post by LasTravel »

Make one script..
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

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

Post 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...
Post Reply