Search results

  1. G

    dummy data

    Okay, so we all know that if we obtain an item that doesn't exist, it gives us a " dummy " item. However, through all my attempts I was never able to change that information. void create_dummy_data(void){ memset(&itemdb->dummy, 0, sizeof(struct item_data)); itemdb->dummy.nameid=500...
  2. G

    NPC Buy/Sell

    Here you go D:, I don't have time to make a video atm. But I'll try and get 1 up soon.
  3. G

    how to make patch file

    Patch file.... I must learn 1 new thing at a time. Googles (how to make patch file). XD
  4. G

    NPC Buy/Sell

    Edit: Hiding the post in a spoiler since this is solved already. But here is the patch in case anyone wants to try and use it: buybackfeatureV0.1.patch Don't forget to add this table to your sql database. CREATE TABLE `hercules_mainsql`.`buyback` ( `id` BIGINT UNSIGNED NOT NULL...
  5. G

    Slot Machine

    File Name: Slot Machine File Submitter: GmOcean File Submitted: 14 Sep 2014 File Category: Events & Games 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...
  6. G

    Slot Machine v0.7

    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...
  7. G

    Guild Antagonist Support

    Okay, so following what was posted by Annieruru in another topic I added the changes needed to make players able to attack each other if their guild is listed as an antagonist guild for that said enemy. I also made a few changes to this: /*====================================================*...
  8. G

    @maintenance modification

    This works great. I changed the timer around my self, to display: Each Minute, 60seconds, 30:20:10seconds, 9->1seconds. Since it is more appealing to me that way. I did notice that you jumbled up your spelling of " maintenance " through out the plugin though. You went from " maintainance " to...
  9. G

    Effect List

    File Name: Effect List File Submitter: GmOcean File Submitted: 09 Sep 2014 File Category: Utility A simple Utility script designed to make searching for effects in game easier. Click here to download this file
  10. G

    Effect List 0.2

    A simple Utility script designed to make searching for effects in game easier.
  11. G

    R> getareauserid command

    I just need this src converted to Hercules src code, plugin version is fine if that's how you choose to make it. Original Src code: http://rathena.org/board/topic/97690-r-getareauserid-command/
  12. G

    GIT Link

    Well, seeing as how I couldn't find any other place, or sub-forum dedicated to the "forums" lol, I'm going to post this here.... Is there any specific reason why clicking the GIT button in the forums basically does a page refresh instead of linking here? I'm just gonna assume it's a forum bug...
  13. G

    MapServer Crash - Equip2

    Okay, so I followed the guide and manged to get this added in. With no mentions of errors while compiling and the such. However, it does fatally crash the map server when ever the command is used..... Perhaps one of you guys can help me out with this one lol, because it works on rAthena, and I...
  14. G

    Instance System

    I suggest we update the instance system, to the one that rAthena currently has. It is by far simpiler and easier to use. Also by using the instance system they use, we don't need to make new maps if we wanted to make an instance out of existing ones. Such as prontera for one. It would create the...
Back
Top