Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 09/19/17 in Posts

  1. 5 points
    Sephus

    BladeCP - An advanced CMS

    Greetings everyone, Today I'm introducing a project that I've been envisioning and working on for a couple of months, a control panel developed using Laravel (currently v5.8) that has quite a few advanced features that no other panel has offered before. Feature Insight Bootstrap Responsive Design The panel by default will come with one bootstrap-based responsive design that is elegant, light coloured and adjusts to screens of all sizes. The panel is also capable of supporting custom themes. Master Account System Create and manage all your game accounts in any server from one main web-account. Passwords of the master accounts are hashed using bcrypt to ensure safety for all registered users. ROGen Adapted from @KeyWorld's ROChargen, a library in php that extracts images from sprites and uses resources inside data folders (and not grf files). With the help of this library images of headgears, skill icons, illustrations, item images, monsters and mini maps are can be generated and displayed on web pages. Complete Database Libraries Using a library with conversions of information in the client folder, the website incorporates in-game information such as skill and item descriptions, quest information and much more. Character Overview The character overview page is an important part of a user's experience. With the features mentioned above, we're able to display alot of information about one's in-game characters on the fly. User Profiles Additionally, something that's never been seen before in RO CMS or Panels are public user profiles. The ability of a user to view another user's in-game information through the control panel. Customisable Email Templates Administration Section The demo for this site is live and available at - http://bladecp.xyz ID: [email protected] Pass: abcdef How do I gain access to this awesome panel? PM me on discord @Sxyz#0202! To get in touch or check out updates on this project, join my discord channel @ https://discord.gg/pWgZHzx
  2. 1 point
    meko

    Q: How to invoke all players in a map

    .@count = getunits(BL_PC, .@units[0], "map_name"); for (.@i = 0; .@i < .@count; ++.@i) { addtimer(0, "npc::event", .@units[.@i]); } You can use a timer of 0 ticks if you want it instantly
  3. 1 point
    Jguy

    HAT - The Hercules Admin Tool!

    I'll see if I can program in some error messages or checks to see exactly what the issue is. Give me a few days - work keeping me very busy again.
  4. 1 point
    Shatowolf

    Hercules IRC

    https://discord.gg/ZUzbRSpBlame discord UI for so much confusing... thanks mate.
  5. 1 point
    Jedzkie

    Making Pull Requests on Hercules

    i just want to request to make a video how to pull request, because there are people (like me) still not get how to make a pull request, i just tried it but i get error when making push, "git did not exit cleanly, error (128)"
×
×
  • Create New...

Important Information

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