Jump to content
  • 0

Πρόβλημα με το πρώτο μου Npc.


ansmc

Question

MxC γειά σας!

Ξεκίνησα να φτιάχνω το πρώτο μου Npc (ένα απλό shop που πουλάει Rb Jewls και Tattoos) και όλα πήγαιναν καλά, ώσπου όταν τελείωσα με το Npc και μπήκα στον server να το τσεκάρω, είδα πως υπάρχει πρόβλημα.

Σας δείχνω και την φωτογραφία για να καταλάβετε καλύτερα τι εννοώ.

customshopfwto.png

Απο οτι βλέπετε και στην φωτογραφία, το πρόβλημα μου είναι οτι το ένα εικονίδιο απο τα Jewels είναι τελείως αριστερά, ενώ το άλλο εικονίδιο απο τα Tattoos είναι δεξιά.

Εγώ θέλω να είναι και το δεύτερο εικονίδιο στην ίδια ακριβώς θέση που είναι και το πρώτο.

Δεν ξέρω τι έχω κάνει λάθος, αλλά υποψιάζομαι οτι μάλλον το λάθος μου θα βρίσκεται στο html του Shop, γι' αυτό σας παραθέτω και το html.

<html>
<body><br><center><table align=center>
<tr><td><img width=32 height=32 src="icon.etc_alphabet_s_i00"></td><td><img width=32 height=32 src="icon.etc_alphabet_h_i00"></td><td><img width=32 height=32 src="icon.etc_alphabet_o_i00"></td><td><img width=32 height=32 src="icon.etc_alphabet_p_i00"></td></tr>
</table></center>
<br><br><br>
<table>
<tr>
<td width=40><button action="bypass -h npc_%objectId%_multisell 9107" width=32 height=32 back="icon.accessary_blessed_necklace_i00" fore="icon.accessary_blessed_earing_i00"></td>
<td width=220>
<table>
<tr><td>Jewels <font color=a1a1a1>Rb-Jewels</font></td></tr>
<tr><td><font color=ae9977>Buy Rb Jewels</font></td></tr>
</table></center>
<br><br><br>
<table>
<tr>
<td width=40><button action="bypass -h npc_%objectId%_multisell 9108" width=32 height=32 back="icon.weapon_voodoo_doll_i01" fore="icon.weapon_voodoo_doll_i01"></td>
<td width=220>
<table>
<tr><td>Tattoos <font color=a1a1a1>Custom Tattoos</font></td></tr>
<tr><td><font color=ae9977>Buy Custom Tattoos</font></td></tr>
</table>

 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
<html>

<body><br><center><table align=center>

<tr><td><img width=32 height=32 src="icon.etc_alphabet_s_i00"></td><td><img width=32 height=32 src="icon.etc_alphabet_h_i00"></td><td><img width=32 height=32 src="icon.etc_alphabet_o_i00"></td><td><img width=32 height=32 src="icon.etc_alphabet_p_i00"></td></tr>

</table></center>

<br><br><br>

<table>

<tr>

<td width=40><button action="bypass -h npc_%objectId%_multisell 9107" width=32 height=32 back="icon.accessary_blessed_necklace_i00" fore="icon.accessary_blessed_earing_i00"></td>

<td width=220>

<table>

<tr><td>Jewels <font color=a1a1a1>Rb-Jewels</font></td></tr>

<tr><td><font color=ae9977>Buy Rb Jewels</font></td></tr>

</table></center>

<br><br><br>

<table>

<tr>

<td width=40><button action="bypass -h npc_%objectId%_multisell 9108" width=32 height=32 back="icon.weapon_voodoo_doll_i01" fore="icon.weapon_voodoo_doll_i01"></td>

<td width=220>

<table>

<tr><td>Tattoos <font color=a1a1a1>Custom Tattoos</font></td></tr>

<tr><td><font color=ae9977>Buy Custom Tattoos</font></td></tr>

</table>

 

 

 

File mou edw egrapses [/center] ;) ...

Link to comment
Share on other sites

  • 0

 

 

 

 

File mou edw egrapses [/center] ;) ...

Φίλε μου σε ευχαριστώ για την απάντηση σου, αλλά και πάλι έτσι μου το δείχνει. Έσβηα τοο center που μου δείχνεις με κόκκινο, αποθήκευσα το html αλλά και πάλι τζίφος....:s
Link to comment
Share on other sites

  • 0
<html>
<head>
<body>
Tatoo Trader:

Buy your tatoo here..
<td align="center">
<!--tatoo-->
<button value="Tatoo" action="bypass -h npc_%objectId%_multisell 1217" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
LifeStone Trader:
<br>
Buy your top Grade Life Stones here..
<td align="center">
<!--Life Stones-->
<button value="Life Stones" action="bypass -h npc_%objectId%_multisell 350" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">

</td>
</td>
<br>
</body>
</html>

bale afto kai ise  jj ama thelis alazis ta buton min delete tpt apla alakse name

Link to comment
Share on other sites

  • 0

<html>
<head>
<body>
Tatoo Trader:

Buy your tatoo here..
<td align="center">
<!--tatoo-->
<button value="Tatoo" action="bypass -h npc_%objectId%_multisell 1217" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">
LifeStone Trader:
<br>
Buy your top Grade Life Stones here..
<td align="center">
<!--Life Stones-->
<button value="Life Stones" action="bypass -h npc_%objectId%_multisell 350" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">

</td>
</td>
<br>
</body>
</html>

bale afto kai ise  jj ama thelis alazis ta buton min delete tpt apla alakse name

Φίλε ευχαριστώ πολύ. Έλυσα το προβλημά μου, να 'σαι καλά. Request for lock.
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...