Jump to content

Soporte y peticiones sobre el Cliente

Sign in to follow this  

Explore Questions

There are no popular questions to show right now

  1. 0 votes
    0 answers
  2. 0 votes
    1 answer
  3. No se ve el item equipado

    Asked by -Vicious-,

    0 votes
    0 answers
  4. Consulta exe data

    Asked by Kuroko Sempai,

    0 votes
    0 answers
  5. Problema con Item Custom

    Asked by sarbrak,

    0 votes
    3 answers

84 questions in this forum

  1. Como usar Win make antiguo?

    0 votes
    2 answers
  2. Cliente 2014 10 22

    0 votes
    1 answer
  3. Palette.GRF completo

    0 votes
    2 answers
  4. 0 votes
    6 answers
  5. Cliente - Lag o Servidor

    0 votes
    3 answers
  6. Rejected from server

    0 votes
    3 answers
  7. 0 votes
    3 answers
  8. Sprite High wizard kro e iro

    0 votes
    8 answers
  9. 0 votes
    4 answers
  10. Mejor Exe y Data Folder

    0 votes
    5 answers
  11. Cambiar skin por defecto

    0 votes
    2 answers
  12. 0 votes
    19 answers
  13. 0 votes
    9 answers
  14. 0 votes
    11 answers
  15. 0 votes
    7 answers
  16. Pedido Material cliente

    0 votes
    2 answers
  17. Error de daño mostrado

    0 votes
    5 answers
  18. Chat Window Name

    0 votes
    3 answers
  19. Creacion de cliente

    0 votes
    0 answers
  20. Nombre GM amarillo y ropa de GM

    0 votes
    7 answers
  21. [Pedido] Data con un exe :(

    0 votes
    0 answers
  22. 0 votes
    7 answers
  23. 0 votes
    4 answers
  24. Sobre la creación del cliente

    0 votes
    24 answers
  25. Duda sobre mensaje

    0 votes
    1 answer
Sign in to follow this  
  • Featured Topics

  • Latest Commits

  • Topics

  • Posts

    • Thanks for the reply but didn't work. I managed to fix 3 wings but after so many things I tried is impossible to point out what really fixed the problem. Also tested some clients down to 2010 and that changed nothing.
    • Hey!  I attempted to edit it using the GRFEditor but was unable to do so. Then, by hand, it showed me some errors when I tried to compile it. How did you do it? I even tried to decode it to JSON using the RagLite tools, but got stuck from there... 😔
    • I'm sorry, but in 2025, it's possible to find this script, but the search doesn't yield any results. It's a very interesting work, and I'd like to take a look.
    • Good afternoon!   I understand that this post is very old, but I've been looking for a long time to add a rain effect to my server. In earlier versions, it was available, but I'm wondering if anyone has any information on how to implement it.   Please forgive my English.
    • [ Q ] How to show item ICONS inside NPC dialogue (Hercules)? [ A ] Use item *links* in your messages: getitemlink(<item_id>) ──────────────────────────────────────────────────────── REQUIREMENTS (client-side) ──────────────────────────────────────────────────────── 1) A client that supports item links (any modern 2014+ client is fine). 2) When diffing your client (e.g. NEMO), enable:    - “Enable Item Link” (sometimes named “Enable Monster & Item Link”).    That’s it — no custom LUA needed.   Note: Zeny does not have a built-in icon in dialogue; only items do.   ──────────────────────────────────────────────────────── MINIMAL HERCULES NPC EXAMPLE ──────────────────────────────────────────────────────── prontera,155,180,4    script    ItemIconDemo    4_F_KAFRA1,{     mes "Required materials:";     mes "  ^000000* 100,000 Zeny^000000";     mesf("  ^000000* %d x %s^000000", 10, getitemlink(984));  // Oridecon     mesf("  ^000000* %d x %s^000000", 50, getitemlink(7063)); // Lower Weapon Stone (example id)     mesf("  ^000000* %d x %s^000000", 25, getitemlink(7064)); // High Weapon Stone (example id)     mes "Would you like to salvage it?";     next;     switch(select("Yes:No")) {         case 1:             mes "You chose ^00AAFFYes^000000.";             close;         default:             mes "Come back later.";             close;     } } /// NOTES: /// - Replace 7063/7064 with your server’s real item IDs. /// - getitemlink() renders the item name clickable and shows its small icon ///   automatically in the dialogue window. /// - You can also use it inside mesf/select strings anywhere you print text. ──────────────────────────────────────────────────────── COMMON PITFALLS ──────────────────────────────────────────────────────── • Using getitemname() — this prints only text (no icon). Use getitemlink(). • Old client or diff without “Item Link” → icons won’t show. • Expecting Zeny icon → not supported natively; print plain text for Zeny. ────────────────────────────────────────────────────────  
  • Download Statistics

    • Files
      465
    • Comments
      166
    • Reviews
      240

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.