Jump to content

Search the Community

Showing results for tags 'how'.



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 4 results

  1. How exactly do the labels OnPCDieEvent and OnPCKillEvent work? Example: I want any characters killed in the map Prontera to lose 1 zeny. While I also want any character who kills a player in Prontera to gain 1 zeny. Something like this... - script PronteraKill FAKE_NPC,{ OnPCDieEvent: if (strcharinfo(3) == "prontera") { Zeny -= 1; } end; OnPCKillEvent: if (strcharinfo(3) == "prontera") { Zeny += 1; } end; } Who can help me here? I'm yet to come across an example script. Thanks guys. never mind, i figured my problem out. I had it on a separate FAKE_NPC script rather than in the script itself.
  2. Can someone post any method how to delete cashpoint using sql or script? By the way, how to check player cashpoint in sql database?
  3. I want change the size of the bar of the script http://herc.ws/board/files/file/94-visible-monsters-hp/ only on boss someone can help me?
  4. how do i start using hercules ? someone can make a full tutorial ? my server setting config is done. but i got problem with the client setup. im using loki launcher. but when i clicked, nothing happen. how to fix this ? someone please make a tutorial how to diff patcher ? what should we pick and what client to use ? thanks alot.
×
×
  • Create New...

Important Information

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