Search results

  1. B

    Problem in limit of the id of the skills of homunculus.

    I create a custom skill for homunculus and work correctly with id 8044. The problem is that with id 8045 forth, the skills not are shown in tree of skills of homunculus. I went on src/common/mmo.h and changed of: #define MAX_HOMUNSKILL 43 for: #define MAX_HOMUNSKILL 48 Not generated none...
  2. B

    defpattern error

    The image describes the error. @Edit  I managed to solve PS: When I type the word near the npc, nothing happens.
  3. B

    Error compiling plugins

    Error compiling plugins with the latest revision of Hercules. I tried to adapt but I did not succeed Plugin addrid: Image of error: Ps: It worked before
  4. B

    Doubt in creating a Label.

    I implemented a label as in the example below: https://github.com/MrKeiKun/Hercules/commit/a7280f7e1e1f3f78288d60df0fd7b77748c63fc7 The aim was to display a message when the character is attacking. Ps: It works, but is only displayed when the target dies. How can I make her be exbida when...
  5. B

    Source variables

    Hi guys! Would you like to learn more about the source, could explain to me what siginica these variables? sd fd bl val &sd
  6. B

    Doubt on labels as: OnPCKillEvent

    Which files change, to add new labels and where I find the implementation of existing?     example:   OnPCKillEvent   Ps: I found the statements, but not i found the implementations.
  7. B

    Script commands on the source.

    I wonder if the script commands work in the source. On the body of a skill can use a "month", for example?   If you can not, how can I use these commands in the source or where I find?
  8. B

    Custom skill does not work.

    I followed this tutorial of detailed manner: http://herc.ws/wiki/Adding_new_skills See below, everything is correct, but the custom skill does not work. It's like she had disabled. The luasfiles are updated and are all correct, as the tutorial. What can I do to fix? PS: The custom skill is...
  9. B

    error on login of character

    When I acess with a char has the following errors: How fix it? I use the last revision of hercules !
  10. B

    Crash in Custom Weapon

    I followed this tutorial: http://herc.ws/wiki/index.php?title=Custom_weapons&diff=974&oldid=973#Example But, when I attack a monster with custom weapon gives error in client. At this time the weapon appears, but soon after comes the crash. See my settings: item_db2.conf...
  11. B

    How increase the amount of skills of the homunculus?

    How increase the amount of skills of the homunculus? The objective is insert many custom skills for homunculus.
  12. B

    how to adjust the browser resolution of the hexed?

    how to adjust the browser resolution? because when i click the link in-game the browser need to be resized with mouse resizer and maximize, is there any way to maximize a default resolution for the ragnarok browser?
  13. B

    how to read a hexed url?

    A hexed can read and display a url in the game?   example of what I'm wondering:   mes "http://www.google.com"; close;   I learned that the hexed supports read url'se display the page within the game as this is possible? and how to proceed?     image:  
  14. B

    Not attack mobs

    I would love to know if you can put Porings in a custom map and not allow players to attack these Porings !!! Thank you
  15. B

    id increase the skills of homunculu

    Hello guys today I have a problem in adding custom skills for homunculus. The ids of the ability of the homunculus begins 8001 and ends 8043. I added a custom skill with id 8044 placing this custom skill in homun_skill_tree.txt and it worked 100%, but when I add another custom skill in...
  16. B

    Id Homunculus skill

    even as I raise here? // src/common/mmo.h #define MAX_HOMUNSKILL 43 I want to add more custom to my homunculus skills and would like to know how far I can increase that amount.   If I increase from 43 to 100 could add more skills in homun_skill_tree.txt?
  17. B

    how to add skill classes for homunculus

    I wonder how do I add skills as the mage firebolt for custom homunculus for example. observation: my custom homunculus already works perfectly
Back
Top