Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 06/18/17 in all areas

  1. 2 points
    UPDATE: Now That I have the Logo I can start doing stuff with it Like Creating a login screen and Making a screenshot watermark (Thingy that appears in the bottom right corner on screenshots) Nextup, some loading screens.....
  2. 2 points
    Easycore

    Avoid players to attack

    Add a custom mapflag http://herc.ws/wiki/Adding_New_Mapflag And finally open battle.c, find: switch (t_bl->type) { case BL_MOB: // Source => PC, Target => MOB if (pc_has_permission(s_sd, PC_PERM_DISABLE_PVM)) And replace for: switch (t_bl->type) { case BL_MOB: // Source => PC, Target => MOB if (pc_has_permission(s_sd, PC_PERM_DISABLE_PVM) || map->list[m].flag.yourcustommapflag)
  3. 2 points
    Done some logo work Using Daifuku's Freebie
  4. 1 point
    RUCR Hello Hercules Community, I was working on RUCR this month and I am happy to announce that it's complete. The Site contains all Ragexe(upto 2016-07) and RagexeRE from 2014, fully unpacked. It would be great if there will be no mirrors, I would be keeping this web up and running, so mirrors won't be needed. Also, if you find any clients missing, you can post it here, and I will check if that can be uploaded. Repo Link: DISABLED Enjoy
  5. 1 point
    Tokeiburu

    NPC jump onbuy item

    You can use this (it's based on rAthena, I haven't tested on Hercules ;x. I presume it's compatible though!). - shop #annie_shop -1,501:50,502:50,503:50 prontera,155,155,4 script Annie Shop 757,{ callshop "#annie_shop", 0; npcshopattach "#annie_shop"; end; OnBuyItem: .@map$ = .jmpmaps$[rand(getarraysize(.jmpmaps$))]; getfreecell(.@map$, .@x, .@y); specialeffect EF_TELEPORTATION2; // For the teleport effect unitwarp getnpcid(0), .@map$, .@x, .@y; dispbottom "Teleported NPC to " + .@map$ + " (" + .@x + ", " + .@y + ")"; end; OnInit: setarray .jmpmaps$, "hugel", "yuno", "comodo", "xmas", "aldebaran", "izlude", "payon", "geffen", "morocc", "prontera"; end; }
  6. 1 point
    Day ... Hell if I know: Using the theme I had http://webapplayers.com/homer_admin-v2.0/landing_page.html I designed the home page (needs some more work like for timer and other) But this how I wanted my home page to look. It's completely adaptive. And I finally put to use my personally developed Ragnarok captcha, at the register section. DISCLAIMER : NOT AN ADVERTISMENT Server name HabilisRO is fictional, made up for the purpose of this Dev's Diary. All matches with the existing servers are a coincidence. Ow and should I mention the Special Thanks ? Special thanks to Daifuku for providing free graphical content. There will be a link to her profile...
  7. 1 point
    Habilis

    How to keep emulator updated

    you need to perform a Fetch / Pull (Not to mix with Pull request) and resolve conflicts. Then have a look inside this directory https://github.com/HerculesWS/Hercules/tree/master/sql-files/upgrades and see if there is anything new. If there is, run those SQL files in your RO database. That's it, That's all there is to it...
×
×
  • Create New...

Important Information

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