Jump to content

Search the Community

Showing results for tags 'reborn'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Bulletin Centre
    • Community News
    • Repository News
    • Ragnarok News
  • Hercules Development Centre
    • Development Discussion
    • Suggestions
    • Development Centre Archives
  • Support & Releases
    • General Server Support
    • Database
    • Scripting
    • Source
    • Plugin
    • Client-Side
    • Graphic Enhancements
    • Other Support & Releases
  • Hercules Community
    • General Discussion
    • Projects
    • Employment
    • Server Advertisement
    • Arts & Writings
    • Off Topic
  • 3CeAM Centre
    • News and Development
    • Community
  • International Communities
    • Filipino Community
    • Portuguese Community
    • Spanish Community
    • Other Communities

Categories

  • Client Resources
  • Graphic Resources
    • Sprites & Palettes
    • Maps & Textures
    • Other Graphics
  • Server Resources
    • Server Managers / Editors Releases
    • Script Releases
    • Source Modifications
    • Plugins
    • Pre-Compiled Server
  • Web Resources

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Discord


Skype


IRC Nickname


Website URL


Location:


Interests


Github

Found 1 result

  1. Hi guys, can someone help me with this script? i want the npc to check both Base and Job level (255) then reset level to 1, and give 1000 stat points, only 1 time per character.... is this possible to make? i have this for now, is working but i don't know what to add to give bonus stats, help plz !!! prontera,154,193,5 script Renascer 4_F_NYDHOG,{ if(BaseLevel < 255 && JobLevel < 255) { mes "Você ainda não está apto a Renascer."; mes "Volte quando estiver mais forte."; close; } else if(BaseLevel == 255 && JobLevel == 255) { mes "Você tem certeza que deseja Renascer?"; mes "Você irá ganhar 1000 pontos de atributos extra!"; if(select("[^4f179b•^000000] Sim, Claro!:[^4f179b•^000000] Não, Obrigado.") == 2) close; next; resetlvl(1); resetstatus; close; end; } }
×
×
  • Create New...

Important Information

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