Jump to content

Vietlubu

Members
  • Posts

    141
  • Joined

  • Days Won

    4

Posts posted by Vietlubu

  1. prontera,156,173,5 Script Text 77,{
    mes "the first.";
    close;
    }
    

    on the first click. it show: "the first". close.

    when affter 10 seconds back and click again on NCP. --> show "the second"

    sorry with my bad english /hum

  2. You could try using:

    prontera,153,167,6 script NPC 100,{
    mes "Hi";
    set .Get,1;
    close;
    
    
    OnHour00:
    set .Get,0;
    }
    

    When your server hits the 00 Hours, it will set the variable to 0.

    Now, i don't know if the NPC it's attached by default, but the most probably it's that it's attached by default.

    (in other words, you don't need to worry, the script will work fine).

    Good Luck!

    thank. i try is now.

  3. i chaged in monster.conf

    // Display some mob info next to their name? (add as needed)
    // (does not works on guardian or emperium)
    // 1: Display mob HP (Hp/MaxHp format)
    // 2: Display mob HP (Percent of full life format)
    // 4: Display mob's level
    show_mob_info: 2

    but, it not work

  4. post-1639-0-29117500-1329794957_thumb.png

    // The rate the common items are dropped (Items that are in the ETC tab, besides card)
    item_rate_common: 100000
    item_rate_common_boss: 100000
    item_drop_common_min: 1
    item_drop_common_max: 100000
    

×
×
  • Create New...