Jump to content
  • 0

Npc Problem/html


DennisGR

Question

καλησπερα...εχω ενα npc το οποιο βγαζει οταν παταω πανω του "my text it missing" και αμεσως μετα λεει data/html/merchant/50017.htm

 

 

επισης θελω να ρωτησω ποιο απο τα 2 scripts ειναι σωστα ...προσπαθω τοση ωρα να κανω ενα npc που να πουλαει tattoo..πχ να δινεις το tatto lvl1 Και κατι ακομα και να περνεις το lvl2

<html>
<head>
<body>
<title>Tattoo Special Shop</title>
</body>
</head>
<tr><td><font> colour="FF1493">Welcome To L2Shadowmere Tattoo Special Shop</font></tr></td>
<br>
<tr><td><button> value="Special Tattoo" action="bypass -h npc_%objectId%_multisell 001" width=300 height=30 back="L2UI_CH3.refinegrade3_21" fore="L2UI_CH3.refinegrade3_21"></tr></td>
<br>
<html></tr></td>

<html><head><body><title>Tatto Special Shop</title>
<html><body><tr><td><font color="FF1493">Welcome To L2Shadowmere Tatto Special Shop</font></tr></td>
<br>
<tr><td><button value="Special Tatto" action="bypass -h npc_%objectId%_multisell 001" width=300 height=30 back="L2UI_CH3.refinegrade3_21" fore="L2UI_CH3.refinegrade3_21"></td>
<br>
<html></font></tr></td>
Edited by DennisGR
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

auto gia ta tatto to multisell.... apla addare ta ID pou thes

 

 

 

<?xml version='1.0' encoding='utf-8'?>
 
<list xmlns="http://l2jhellas.eu" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="../templates/multisell.xsd" maintainEnchantment="true">
 
 
 
<item id="1">
<ingredient id="To ID Apo To Tattoo Lv 1" count="1" />
<ingredient id="To Id Apo To Alo Item Pou Thes Na Pairnei" count="Edw vale posa na zeitaei" />
<production id="To Id Apo To Tatto Lv 2" count="1" />
</item>
Link to comment
Share on other sites

  • 0

αυτο γινετε σε l2frozen? πως ακριβως θα το βαλω θα σβησω τα αλλα scripts Και θα βαλω αυτο?

Edited by DennisGR
Link to comment
Share on other sites

  • 0

Δεν υπάρχει HTML για το συγκεκριμένο npc, οπότε δεν έχει κάτι να εμφανίσει. Πήγαινε εδώ data/html/merchant/ και δημιούργησε ένα αρχείο με όνομα 50017.htm

 

Εκεί τώρα γράφεις σε κώδικα HTML ότι θες να εμφανίζει το npc.

Link to comment
Share on other sites

  • 0

 

<html>
<head>
<body>
<title>Tattoo Special Shop</title>
</body>
</head>
<tr><td><font> colour="FF1493">Welcome To L2Shadowmere Tattoo Special Shop</font></tr></td>
<br>
<tr><td><button> value="Special Tattoo" action="bypass -h npc_%objectId%_multisell 001" width=300 height=30 back="L2UI_CH3.refinegrade3_21" fore="L2UI_CH3.refinegrade3_21"></tr></td>
<br>
<html></tr></td>

 

 


Kane coppy afto edo...


<html>

<body>

<title>Tattoo Special Shop</title>

<center>

<font color="FF1493">Welcome To L2Shadowmere Tattoo Special Shop</font>

<br>

<table>

<tr>

<td><button value="Special Tattoo" action="bypass -h npc_%objectId%_multisell 001" width=300 height=30 back="L2UI_CH3.refinegrade3_21" fore="L2UI_CH3.refinegrade3_21"></td>

</tr>

</table>

<br>

<font color="FF1493">Modify from StinkyMadness</font>

</center>

</body>

</html>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...