Page 1 of 1

Blacksmith of Mammon and Merchant of mammon

Posted: Thu Feb 11, 2010 6:13 pm
by andr3iu7z
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:
how i can remove that annoying think "Only a Lord of Dusk can use this"
:D

Re: Blacksmith of Mammon and Merchant of mammon

Posted: Thu Feb 11, 2010 10:55 pm
by Corinna
Create a custom NPC (Copy Merchant of Mammon from npc table, put it into custom_npc with an other ID), copy the multisell (change ID from it), make a custom html (change the id of the bypass), put it into html/merchant, spawn him, done

Re: Blacksmith of Mammon and Merchant of mammon

Posted: Fri Feb 12, 2010 10:28 am
by jurchiks
you only need to make a custom npc and copy+rename htms (to the id of your custom npcs, of course), keep the links, there's no need for 2 files that are exactly the same
Edit: you must also change npc type to L2Npc instead of L2SignsPriest

Re: Blacksmith of Mammon and Merchant of mammon

Posted: Fri Feb 12, 2010 10:54 am
by Corinna
L2NPC only if he put the HTML to default folder :) in my description he had to change the type into L2Merchant (forgot to post it, sry :D)

Re: Blacksmith of Mammon and Merchant of mammon

Posted: Fri Feb 12, 2010 12:10 pm
by jurchiks
well it doesn't matter L2Npc or L2Merchant, just NOT L2SignsPriest

Re: Blacksmith of Mammon and Merchant of mammon

Posted: Fri Feb 12, 2010 12:12 pm
by JIV
there is config for that.
And changing type will not help - ids are hardcoded,

Re: Blacksmith of Mammon and Merchant of mammon

Posted: Fri Feb 12, 2010 12:30 pm
by jurchiks
template ids?

Re: Blacksmith of Mammon and Merchant of mammon

Posted: Wed May 23, 2012 9:56 pm
by aasdf1985
can someone plz summarize what is needed exactly to spawn blacksmith of mammon and merchant of mammon without any problems with h5.
if i make a custom npc (in custom npc table) with the samme stats as blacksmith of mammon and change the id from 31126 to lets say 1000004 and then take the html from the file game\data\html\seven_signs
the following htmls that are connected with blacksmith of mammon and change them to copy+paste them in which folder ?? is the rename correct ???
mammblack_1.htm ------>1000004_1.htm
mammblack_1a.htm ------>1000004_1a.htm
mammblack_1b.htm ------>1000004_1b.htm
mammblack_1c.htm ------>1000004_1c.htm
mammblack_2a.htm ------>1000004_2a.htm
mammblack_2b.htm ------>1000004_2b.htm
and then what should i do about the multisell ??? i found in multisell folder from 311262501.xml to 311262519.xml
should i change them accordingly like 10000042501.xml to 10000042519.xml ???
and change the npc type to l2npc is that all correct should i do something with a different way
thanks in advance

edit: in the htm there is the command action="bypass -h npc_%objectId%_exc_multisell 311262512" ------> action="bypass -h npc_%objectId%_exc_multisell 10000042512" should i copy and change the multisell names or keeping the same whould work ??