Dimensional Merchant [High Five BETA]

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
Bejjan
Posts: 3
Joined: Mon Jan 05, 2009 9:07 pm

Dimensional Merchant [High Five BETA]

Post by Bejjan »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 6337 BETA
L2JDP Revision Number: 10114 BETA

Hi Community!

I have been looking on getting the Dimensional Merchant working as far as it goes with withdrawing Premium items.

To my vain i have not been able to find the proper bypass to trigger "[C] D0:52 RequestWithDrawPremiumItem" from the html-files of Dimensional Merchant NPCid 32478 file data/html/default/32478.htm

As far as I can tell from server source the features are implemented, any input on this is much appreciated.

As a test I wrote a handler to properly procude items and place them into a players Freight warehouse, which is close enough for my needs, altho regular players are not able to withdraw the items for some reason, works fine as admin.

So the questions are:

RequestWithDrawPremiumItem
1. Does the servercode actually handle the withdraw request ?
2. What would the bypass string be ?

Withdraw from Freight as regular player
3. Did I miss a setting to allow users to withdraw from Freight ?

# Freight
# Maximum items that can be placed in Freight
# Default: 200
MaximumFreightSlots = 200
# The price for each item that's deposited
# Default: 1000
FreightPrice = 1000

Best regards,
Bejjan
User avatar
St3eT
Posts: 961
Joined: Sun Mar 07, 2010 6:50 pm

Re: Dimensional Merchant [High Five BETA]

Post by St3eT »

For get premium items you can use bypass ,,ReceivePremium"
Example:

Code: Select all

<a action="bypass -h npc_%objectId%_ReceivePremium"><font color="LEVEL">Give me OP itemzzz!</font></a><br>
If i should be black sheep for sure no as punishment
Image
Bejjan
Posts: 3
Joined: Mon Jan 05, 2009 9:07 pm

Re: Dimensional Merchant [High Five BETA]

Post by Bejjan »

Thank you sir, that worked like a charm. Much appreciated.

Best regards
Bejjan
Post Reply