Jump to content

Question

Posted

παιδια εκανα ενα npc τα εβαλα ολα καλα Και τα htm,xml, και την db αλλα οταν παταω κλικ πανω του με πεταει critical τι μπορει να φταιει?

 

Recommended Posts

  • 0
Posted

Λειπει κατι ?

<html>
<body>
<table>
<tr>
<title>L][ Farm Event Shop</title>
</body>
</head>
<tr><td><font> colour="FF1493">Welcome To L2Shadowmere Farm Event Shop</font></tr></td>
<br>
<tr><td><button value="Angel Armor (Heavy)" action="bypass -h npc_%objectId%_multisell 698026 multisell." width=300 height=30 back="L2UI_CH3.refinegrade3_21" fore="L2UI_CH3.refinegrade3_21"></tr></td>
<br>
<tr><td><button value="Angel Armor (Light)" action="bypass -h npc_%objectId%_multisell 698027 multisell." width=300 height=30 back="L2UI_CH3.refinegrade3_21" fore="L2UI_CH3.refinegrade3_21"></tr></td>
<br>
<tr><td><button value="Angel Armor (Robe)" action="bypass -h npc_%objectId%_multisell 698025 multisell." width=300 height=30 back="L2UI_CH3.refinegrade3_21" fore="L2UI_CH3.refinegrade3_21"></tr></td>
<br>
<html></tr></td>1
</tr>
</body>
</html>
  • 0
Posted
<html>
<title>L][ Farm Event Shop</title>
<body>
<table>
<tr>
<td width=40><button action="bypass -h npc_%objectId%_multisell 698026 multisell." width=300 height=30 back="L2UI_CH3.refinegrade3_21" fore="L2UI_CH3.refinegrade3_21"></td>
<td width=220>
<table>
<tr><td>Angel Armor (Heavy)</td></tr>
</table>
</td>
</tr>
</table>
<table>
<tr>
<td width=40><button action="bypass -h npc_%objectId%_multisell 698027 multisell." width=300 height=30 back="L2UI_CH3.refinegrade3_21" fore="L2UI_CH3.refinegrade3_21"></td>
<td width=220>
<table>
<tr><td>Angel Armor (Light)</td></tr>
</table>
</td>
</tr>
</table>
<table>
<tr>
<td width=40><button action="bypass -h npc_%objectId%_multisell 698025 multisell." width=300 height=30 back="L2UI_CH3.refinegrade3_21" fore="L2UI_CH3.refinegrade3_21"></td>
<td width=220>
<table>
<tr><td>Angel Armor (Robe)</td></tr>
</table>
</td>
</tr>
</table>
</body>
</html>

Δοκιμασε αυτο 

  • 0
Posted (edited)

Θα σου πω τα λάθη που είδα με μία γρήγορη ματιά.

 

1) Κλείνεις 2 φορές το body (σειρές 6, 18) άρα σβήσε το </body> στην γραμμή 6.

 

2) Υπάρχουν 2 λάθη στην σειρά 8 που την κάνω quote παρακάτω:

 


<tr><td><font> colour="FF1493">Welcome To L2Shadowmere Farm Event Shop</font></tr></td>

 

Το πρώτο λάθος είναι στο <font> colour="FF1493"> που κανονικά πρέπει να είναι <font color="FF1493"> (αντί color έγραψες colour και έβαλες το σύμβολο > εκεί που δεν πρέπει, δηλαδή μετά το <font).

 

Το δεύτερο λάθος είναι ότι στο τέλος της σειράς κλείνεις πρώτα το <tr> και μετά το <td> ενώ κανονικά πρέπει να κλείσεις πρώτα το <td> και μετά το <tr>. (δηλαδή στο τέλος της σειράς πρέπει να είναι </td></tr> και όχι </tr></td> όπως είναι τώρα). Το ίδιο λάθος κάνεις και στις σειρές 10,12,14 που είναι τα buttons.

 

3) Στην γραμμή 16 κλείνεις td που δεν έχεις ανοίξει και υπάρχει ο αριθμός 1 (που δεν χρειάζεται πουθενά) άρα πήγαινε και σβήσε αυτά εδώ. (παρακάτω)

 

</td>1

 

4) Στην γραμμή 17 κλείνεις tr που δεν έχεις ανοίξει άρα πήγαινε σβήστο και αυτό.

Edited by MikeJ
  • 0
Posted (edited)

οκ ευχαριστω παιδια θα τα δοκιμασω και θα σας πω...

 

παλι το ιδιο μου κανει 

<html>
<body>
<table>
<tr>
<title>L][ Farm Event Shop</title>
<head>
<tr><td><font color="FF1493">Welcome To L2Shadowmere Farm Event Shop</font></tr></td>
</head>
<br>
<tr><td><button value="Angel Armor (Heavy)" action="bypass -h npc_%objectId%_multisell 698026 multisell." width=300 height=30 back="L2UI_CH3.refinegrade3_21" fore="L2UI_CH3.refinegrade3_21"></td></tr>
<br>
<tr><td><button value="Angel Armor (Light)" action="bypass -h npc_%objectId%_multisell 698027 multisell." width=300 height=30 back="L2UI_CH3.refinegrade3_21" fore="L2UI_CH3.refinegrade3_21"></td></tr>
<br>
<tr><td><button value="Angel Armor (Robe)" action="bypass -h npc_%objectId%_multisell 698025 multisell." width=300 height=30 back="L2UI_CH3.refinegrade3_21" fore="L2UI_CH3.refinegrade3_21"></td></tr>
<br>
<html></tr></td>
</body>
</html>
Edited by DennisGR

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.



  • Posts

    • 🎉 ¡Llega EuroLatinL2! 🎉 🌍 Un servidor Interlude x20 con esencia retail y ajustes justos para una experiencia única. 🧠 Desarrollado por profesionales rusos, EuroLatinL2 está basado en el cliente original de Lineage II Interlude. Buscamos revivir lo mejor de la vieja escuela con un balance perfecto entre nostalgia y jugabilidad moderna. 🛡️ ¿Qué hace diferente a EuroLatinL2? ✨ Rates Mid x20 – Equilibrados para un progreso fluido, sin perder el desafío. 🧪 Experiencia 100% retail con leves ajustes para mantener el interés. ⚔️ Raid Bosses épicos ajustados al nivel 80. 💡 Nada de GM Shop, sin buffs OP, sin teleport personalizados. ⛩️ Solo tiendas y contenido original de Lineage II. 🧙 Buffer básico (solo Prophet), duración de 60 minutos. 🔄 Sistema de héroes cada 15 días y Olimpiadas 2h por día. 🛒 Sistema de donaciones solo para servicios estéticos y premium (sin pay-to-win). 🧬 Sistema de skins para armas y armaduras (solo apariencia). 💤 AutoFarm disponible solo con adena/premium, opcional. 🔥 ¿Quieres volver a disfrutar Lineage II como en sus mejores tiempos? 💬 Completa quests, forma grupos reales, derrota jefes con estrategia, y recolecta recetas (¡incluso para Soulshots!). ⏳ ¡La apertura está muy cerca! 🚪 No te quedes fuera de esta aventura. Vive Lineage II como debe ser. 🌐 Sitio oficial: https://eurolatin.eu 📣 ¡Comparte con tu clan y prepárate para la nostalgia! #Lineage2 #Interlude #EuroLatinL2 #L2Classic #PvE #PvP #NostalgiaL2
    • Still looking to adapt packets to allow modern client to connect on my GF Extender.
    • Καλησπέρα,  Αναζητώ Lineage II C3 Rise of Darkness client (καθαρή έκδοση) και το απαραίτητο αρχείο System για Windows 10/11 Προσφέρω αμοιβή για τη βοήθεια  Ευχαριστώ.   Good evening,  I am looking for a Lineage II C3 Rise of Darkness client and the necessary System file for Windows 10/11 compatibility I am willing to pay for assistance  Thank you    Add me Discord: devibtv  or dm here                                                        @AlisaCodeDragon
    • Sorry, I didn't get to read everything you actually wrote, I don't think it has value. Regards.
    • "Why do you have problems with all forum users?" I dont. I respond based on how people act toward me or my clients! You are defending someone who has been trash-talking me and attacking me directly. And somehow you think I’m the one creating the problem? Did you even bother to check what actually happened, or did you just jump on his side?    While there is another guy that knows and calls him out, he is a known scammer. on this very same topic   If you believe I have issues with all forum users, name them, vilmis is not all forum users.   Besides, this looks like you are just another Vilmis alt accounts blindly backing him without facts.   Tinker123aa I have an alergy on scammers you see, ill wait for your list of all forum users tho.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock