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

    • Lineage2Dex Interlude+ x50 Server launches TODAY!       The wait is over – the Lineage2Dex Interlude+ x50 Server launches TODAY! Grand Opening - April 26 at 19:00 (UTC+3) Over 10,000 registered accounts are ready to dive in! Beta with massive activity over, thx all who participate on it! It's time to begin your real Jorney! 👉 Read full roadmap 👉 Full server description 👉 Download and registration The server will be split into 3 stages, each featuring multiple content episodes. Stage 1: April 26 – May 18 Welcome to the Classic Interlude Phase. This stage is built with minimal custom content, focused on delivering that pure Interlude experience. It’s perfect for both new players unfamiliar with our project and veterans who enjoy a traditional start. Expect a smooth and nostalgic journey with familiar mechanics. Stage 2: May 19 – June 22 Time to expand the world! As most Interlude content gets completed, we gradually introduce new elements. Hellbound will open first, followed by weekly content updates. Midway through this stage, the Isle of Prayer will become available — a new zone featuring Dynasty Gear and fresh challenges. Stage 3: From June 23 Welcome to full content access! Some location become to High-level location, offering great reward! Once this phase concludes, a full merge with Union server will take place — and yes, all your characters and items will carry over safely. We wish everyone a smooth start, fair play, and tons of fun on the new x50 server! See you in-game!
    • Hello everyone! I'm offering professional L2J development services, specialized for aCis projects.   🔹 What I offer: Ready-to-implement existing systems (events, features, gameplay improvements). Custom development: I can create new systems based on your specific requests and ideas. Bug fixing, optimization, and enhancement of your server's code. Professional, clean, and organized Java coding. Support after delivery to ensure smooth integration.   🔹 Some examples of available systems: PvP and PvE Mini-Events (fully automated). Custom Raid Boss Events. Advanced Clan Utilities (regroup features, clan ranking, etc). Reward Systems (based on kills, damage, objectives, etc). Achievements Subscription system Arena Fights (1v1 tournament, scratch made). Advanced event engine (12 events, many features). multi-client aCis project, progressive gameplay C4 to C6   🔹 Why work with me? Years of experience working directly with aCis pack. Fast, reliable communication. I care about performance and long-term stability. I can adjust the systems to fit your server's style and balance.   🔹 Pricing: Flexible depending on the complexity (fixed price per project or per system). Discounts for multiple systems or long-term collaboration.   🔹 Contact: MaxCheaters PM Discord: @Luminous   Serious and passionate about your project? Let's make your server unique!
    • The hardest part for anyone is to reverse engineer your server but you're handing the code out for free. At that point, there's no real challenge.   you want facts?   public function __construct(?int $userId = null) { if ($userId == null) { return $this; } // you know that constructs does not return values in php?   🤏just 1 file bad code.   you want to be hacked? show your customers websites that run that code 167.235.*.* api.spherewe***** stop writing chatgt, and dont challenge me again i tried to help you, but if you want me i can share everything even guide users how to hack every client you have even your server
    • L2 PVPTOP - HTML DESIGN    
  • Topics

×
×
  • Create New...