Search results

  1. A

    GRF Editor

    Sorry, I didn't clearly elaborate it , Setting the encoding to 950 will get stuck, but works fine with encoding 1252. -- An unhandled exception has been caught : 長度不可以小於零。 參數名稱: length I guess maybe the possible causes are here: Here is my grf editor version:
  2. A

    R> Idro full client

    Can someone share the newest idro client ? the official website seems to bind the IP of their country,I can't download it Here is official client download link: http://dl.lytogame.com/newclient/ro/Ragnarok_full.rar
  3. A

    About Markdown Syntax On Github

    I am wondering what's the exact syntax for making a text  invisible until it's clicked  ?
  4. A

    [Suggestion] Add *getequipuniqueid script cmd

    Hello, I would like to suggest adding this command getequipuniqueid into Herc emulator. Since we had implemented Unique ID system ,but don't have script cmd to get the Unique ID of equipped equipment,so here's hoping that devs can implement this cmd ,thx src - getequipuniqueid doc -...
  5. A

    HPMHooking isn't working after last update

    Today, I updated my git to latest version and got this warning, all my hooks are disabled  by this erro ...I have no idea how to fix it, can someone tell me how to fix it  thanks ..  [Error]: HPMDataCheck:HPMHooking: 'Channel_Config' was not found[Warning]: HPM:plugin_load...
  6. A

    Confused about description of DAMAGE_CAP TYPE

    I can't get the description meaning, and I was wondering when I should uncomment the define DAMAGE_CAP TYPE ? ----------------------------------------------------------------------------------------------------- eit: Okay. I see... Thanks a lot for malufett's elaborate explanation.
  7. A

    Gist BBCode Support ?

    Can we have gist embed bbcode ? for example : https://gist.github.com/QQfoolsorellina/8315330.js will show the embed script like  <script src="https://gist.github.com/QQfoolsorellina/8315330.js"></script> in html  
  8. A

    How to stop mvp from moving when ice wall was casted on it

    In the vedio, When the mvp  was blocked by an ice wall and got hitten,the mvp was still under chase state and won't use teleport skill ,I hope someone can help me ,thanks in-advance
  9. A

    HPMHooking is disabled ?

    After updated to latest git ,My server shows these erros,How can I fix them or should I wait devs to update HPMHooking_login ? [Error]: HPM:AddHook Fail! 'plugin-atcommand' tried to hook to 'clif->spawn' but HPMHo oking is disabled! [Error]: HPM:AddHook Fail! 'plugin-atcommand' tried to...
  10. A

    What does the _h of job sprite name mean?

    I got confused about sprite name that end with _h , for example the sprite name of monk is 몽크 but  몽크_h  is ?
  11. A

    [R>] frozen status sprite modification

    Hi guys,I'd like to request a transparent sprite for the frozen status like the photo, Can someone share that sprite with me? Thanks!  
  12. A

    mob_item_ratio improvement

    Is there a possilbe to add an additonal flag field which determine the value in next field is fixed drop rate or ratio drop rate ? Structure looks like this ItemID,Flag, fixed/ratio drop rate{,MonsterID} For example, If flag was set to 0 ,We can specify ratio drop rate of certain item to a...
  13. A

    R> prontera rsm

      I need these rsm files  , dunno where I can find , hope some one can tell me  ,thanks   pronteraflowerpot_03.rsm   pronteraflowerpot_02.rsm   pronteraflowerpot_01.rsm   pronteraflowerpot_05.rsm   pronteracup_01.rsm   masin/magic.rsm
  14. A

    [Script CMD] showscript

    idea from here: http://herc.ws/board/topic/3257-aegis-showscript-command/?p=21640 *showscrpt("<message>"{,<GID>}); This script will display the output message on top of the units Head If an optional GID is specified, msg will be shown on specified units head. if GID isn't specified...
  15. A

    bonus_script by cydh

    This script command is from rathena  created by cydh ,I convert it to herc *bonus_script "<script code>",<duration>{,<flag>{,<type>{,<status_icon>{,<char_id>}}}};This command will attach a script to a player for a given duration, in seconds.After that time...
  16. A

    Who know why the eathena forum was down for a long time

    just wanna download some scripts  but  I can't link anymore...
  17. A

    R> Jumping Candy item script

    http://ratemyserver.net/index.php?page=item_db&item_id=14586
  18. A

    R> mini Kagerou and Oboro class png

    the png size like this
  19. A

    About Unit Type Of Map Zone System

    How can I divide the mob_boss into mob_sboss(mini boss) and mob_mboss(MVP)? Here is my src mod not working properly , I was setting the disable skill unit to mob_mboss only,but the test result was to disable both mvp and mini boss's skills,Is there anything wrong with my code ,who can help me...
  20. A

    [script cmd] makeitem2

    This command will create an item on the specified cell of a map. cmd to use: * makeitem2 <item id>,<amount>,"<map name>",<X>,<Y>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>;* makeitem2 "<item...
Back
Top