• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

L2J [help] "Building" an Npc Pet Seller

Status
Not open for further replies.
Newbie Spellweaver
Joined
Dec 13, 2006
Messages
17
Reaction score
0
hi all , i was trying to "build" an Npc for Pet sell .
im able to spawn the Npc, but its show the following message
data\merchant\70000.htm is missing
any ideias???
here , take a look in what i did

INSERT INTO `merchant_shopids` VALUES ('90984','70000');
INSERT INTO `merchant_shopids` VALUES ('90985','70000');
INSERT INTO `merchant_shopids` VALUES ('90986','70000');
INSERT INTO `merchant_shopids` VALUES ('90987','70000');
INSERT INTO `merchant_shopids` VALUES ('90988','70000');
INSERT INTO `merchant_shopids` VALUES ('90989','70000');
INSERT INTO `merchant_shopids` VALUES ('90990','70000');

INSERT INTO `merchant_buylists` VALUES ('6650','500000000','70000','01');
INSERT INTO `merchant_buylists` VALUES ('6649','500000000','70000','02');
INSERT INTO `merchant_buylists` VALUES ('6648','500000000','70000','03');
INSERT INTO `merchant_buylists` VALUES ('4422','500000000','70000','04');
INSERT INTO `merchant_buylists` VALUES ('4423','500000000','70000','05');
INSERT INTO `merchant_buylists` VALUES ('4424','500000000','70000','06');
INSERT INTO `merchant_buylists` VALUES ('2375','500000000','70000','07');

INSERT INTO `npc` VALUES ('70000', 'Xunda', 'NPC.e_common_people_MDwarf', '10.00', '17.00', '70', 'male', 'L2Merchant', '40', '3862', '1494', '40', '43', '30', '21', '20', '10', '5879', '590', '1444', '514', '760', '381', '253', '0', '253', '0', '0', '0', '80', '120', null, null, '0', '0', '31742', 'Pet Shop', '1', '1');

70000.htm

<html>
<body>
<font color="FFFFFF">Pet Shop do XUNDA</font><br>
Bem Vindo viajante ao Pet Shop do XUNDA, aki voce ira encontrar todos os Pets.</font><br>
<font color="FFFFFF"><a action="bypass -h npc_%objectId%_Buy 90984">COMPRAR BABY KOOKABURRA ( GALINHA TOSKA )</a></font><br>
<font color="FFFFFF"><a action="bypass -h npc_%objectId%_Buy 90985">COMPRAR BABY COUGAR</a></font><br>
<font color="FFFFFF"><a action="bypass -h npc_%objectId%_Buy 90986">COMPRAR BABY BUFFALO</a></font><br>
<font color="FFFFFF"><a action="bypass -h npc_%objectId%_Buy 90987">COMPRAR STRIDER OF WIND</a></font><br>
<font color="FFFFFF"><a action="bypass -h npc_%objectId%_Buy 90988">COMPRAR STRIDER OF STAR</a></font><br>
<font color="FFFFFF"><a action="bypass -h npc_%objectId%_Buy 90989">COMPRAR STRIDER OF DUSK</a></font><br>
<font color="FFFFFF"><a action="bypass -h npc_%objectId%_Buy 90990">COMPRAR WOLF</a></font><br>
<font color="FFFFFF"><a action="bypass -h npc_%objectId%_Sell">Vender Items</a></font><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a><br>
</body>
</html>
 
Master Summoner
Joined
Oct 11, 2005
Messages
586
Reaction score
6
Are you sure that you put the 70000.htm to data\html\merchant\ ?
 
Newbie Spellweaver
Joined
Dec 13, 2006
Messages
17
Reaction score
0
yep , i put the htm file in that folder...

i really dont know what is happening

im using server pack hero last revision, i guess

do i forgot something???
the rest of the code are correct??
 
Last edited:
Master Summoner
Joined
Oct 11, 2005
Messages
586
Reaction score
6
yep , i put the htm file in that folder...

i really dont know what is happening

im using server pack hero last revision, i guess

do i forgot something???
the rest of the code are correct??

They're all fine, missing htm only, check again the htm file's name and correct folder.
 
Newbie Spellweaver
Joined
Dec 13, 2006
Messages
17
Reaction score
0
this NPC is starting to piss me off = /

man i did all stuff again, more than one time.

i´ve create the htm file again also imported the sql files with myphpadmin, but its still not working...

i dont know, i think its suppose to be more simply.
i think ill just add the items to pet manager... that already exists

thnx for your time
 
Newbie Spellweaver
Joined
Dec 23, 2005
Messages
72
Reaction score
0
I don't know if saving in utf_8 format is required but dunno chek it out...
 
Status
Not open for further replies.
Back
Top