Jump to content

Leaderboard


Popular Content

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

  1. 1 point
    GmOcean

    Slot Machine

    Version v0.7

    1954 downloads

    This script will allow users to spend zeny &/or an item for a chance to win a prize from the slot machine. Currently there are 2 versions. First is a Single Slot Machine, where only 1 slot is rolled. Second is the Triple Slot machine, where 3 slots are rolled. For either version, SUCCESS must be the only thing displayed in order to win. To add the cutins, just place them in: data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/illust /* ============================================================= /* NOTE - If using soundeffects you must add the ".wav" files /* provided in the ".rar" file to your: data/wav folder located /* in either your: ( Ragnarok folder ) OR ( .grf file ) /* ============================================================= I've included the PSD file, so you can edit it as you like.
  2. 1 point
    4144

    Timer Delete issue

    This server more than one year old. Not sure what some one will fix any issues for you in this outdated code. After your commit was fixed some timer issues and added more debug info about timers. Better update hercules to latest version.
  3. 1 point
    Arduino

    Determine when a mob's died

    As meko is correct, this script command wouldnt be more appropiate? areamobuseskill("<map name>", <x>, <y>, <range>, <mob id>, <skill id>, <skill level>, <cast time>, <cancelable>, <emotion>, <target type>) *areamobuseskill("<map name>", <x>, <y>, <range>, <mob id>, "<skill name>", <skill level>, <cast time>, <cancelable>, <emotion>, <target type>) This command will make all monsters of the specified mob ID in the specified area use the specified skill. Map name, x, and y define the center of the area, which extending <range> cells in each direction (ex: a range of 3 would create a 7x7 square). The skill can be specified by skill ID or name. <cast time> is in milliseconds (1000 = 1 second), and the rest should be self-explanatory. <target type> can be: 0 = self 1 = the mob's current target 2 = the mob's master 3 = random target Example: // spawn 1 Shining Plant in the 5x5 area centered on (155,188) areamonster("prontera", 153, 186, 157, 190, "Shining Plant", SHINING_PLANT, 1); // make the plant cast level 10 Cold Bolt on a random target areamobuseskill("prontera", 155, 188, 2, SHINING_PLANT, MG_COLDBOLT, 10, 3000, 1, e_gg, 3)
  4. 1 point
    Hi, You'd need to edit them at mapzone db please refer to this post http://herc.ws/board/topic/302-introducing-hercules-map-zone-database/ They're located at either db/pre-re or db/re map_zone_db.txt
  5. 1 point
    I would recommend her to everyone no doubts. she is the best!
  6. 1 point
    meko

    Can a player be forced to join a party?

    t_sd->party_invite = sd->status.party_id; t_sd->party_invite_account = sd->status.account_id; party->reply_invite(t_sd, sd->status.party_id, 1);
  7. 1 point
    She's definitely the best designer out there. I'm really satisfied with her work and I'd recommend her to anyone who wants a new website. 11/10 *dickpick*
  8. 1 point
    Rytech

    job class doram

    Doram is the name of the cat race. Summoner is the name of a job thats exclusive to the doram race. Human's don't have access to the Summoner job.
×
×
  • Create New...

Important Information

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