Page 1 of 1

Dimensional Merchant [High Five BETA]

Posted: Tue Jan 14, 2014 12:30 pm
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

Re: Dimensional Merchant [High Five BETA]

Posted: Tue Jan 14, 2014 12:42 pm
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>

Re: Dimensional Merchant [High Five BETA]

Posted: Tue Jan 14, 2014 5:04 pm
by Bejjan
Thank you sir, that worked like a charm. Much appreciated.

Best regards
Bejjan