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
Dimensional Merchant [High Five BETA]
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- St3eT
- Posts: 961
- Joined: Sun Mar 07, 2010 6:50 pm
Re: Dimensional Merchant [High Five BETA]
For get premium items you can use bypass ,,ReceivePremium"
Example:
Example:
Code: Select all
<a action="bypass -h npc_%objectId%_ReceivePremium"><font color="LEVEL">Give me OP itemzzz!</font></a><br>
-
- Posts: 3
- Joined: Mon Jan 05, 2009 9:07 pm
Re: Dimensional Merchant [High Five BETA]
Thank you sir, that worked like a charm. Much appreciated.
Best regards
Bejjan
Best regards
Bejjan