Search results

  1. Tio Akima

    Skill with "Alt+s" automated!

    The idea is to automate the alt + s   explain:   whenever you use the @job or @jobchange command, it automatically uses "alt + s"   this will close the table of skills (if open) or open (if closed)     REASON: This updates the skills table.   A DOUBT: how to @jobchange function use the "alt + s"...
  2. Tio Akima

    Sprite de item custom [help]

    hello, I'm in trouble to add custom items ..   already follow the tutorial in the wiki but I am still in trouble and some doubts:   - Diff my Hexed with NEMO, one of the additions were the possibility of IDs of items up pro maximum in the case is 32000   so far so good .... I was looking at the...
  3. Tio Akima

    item custom - sprite erro

    olá, estou com problemas pra adicionar itens custom.. ja segui o tutorial feito pelo JulioFC mas ainda estou com problemas e algumas duvidas: - diff meu Hexed com o NEMO, uma das adições foram a possiblidade dos IDs dos itens subir pro maximo que no caso é 32000 até ai tudo bem.... Fui olhar...
  4. Tio Akima

    Status aura LHZ

    thanks maluffet!  Dastgir, I did all the procedure to add the plugin ...   but ... when trying to use: "aura is Unknown Command."   I followed this tutorial   http://herc.ws/wiki/Building_HPM_Plugin_for_MSVC WHAT did I do wrong? @EDIT is giving this error on the console...
  5. Tio Akima

    Skill to equip Item ?

      Skill to equip an item?   Anyone know how to do a skill to equip an item?     NOTE: the player does not need to have the item ... so do not need to do this check!    
  6. Tio Akima

    Status aura LHZ

    Hello,   About the aura that appears in mobs of LHZ   does anyone know if any status (SC_) produces the aura?
  7. Tio Akima

    the status name?

    thanks Evilpuncker!  @EDIT happen to know which status is that?   skill which causes this?
  8. Tio Akima

    the status name?

    Anyone know the name of this status? is a wolf's head that sits on top of the mob
  9. Tio Akima

    disable effect

    I really need help I would like to make a command to disable a visual effect on the player for example, this is the command to enable a visual effect: (used in skill.c file to enable a visual effect) clif->specialeffect(&sd->bl, type, (send_target)flag);   and this is the function...
  10. Tio Akima

    create file .STR and .TGA???

    hello guys!   the effects of files in the data folder are TGA and STR, right?   does anyone know how to create .STR and .tga files ???   is there any program for that? (serving the purpose for which is the ragnarok)   thanks
  11. Tio Akima

    NO reset JOB level!!!

    hello guys! I again!   I want to change the command that changes the JOB   the command works as follows ... whenever you change class, it resets your level JOB !!!   the function responsible for it is the '' jobchange '' in file '' atcommand.c ''   I do not want this command reset my level job...
  12. Tio Akima

    Map (coordenadas )!

    Hello everybody.     I want to change some things in the world map ....   but I want to change the coordinates of that speech bubble.   Anyone know how to move it from place?           already tried the '' worldviewdata '' in luafiles514 folder, but it can only change the point where the red...
  13. Tio Akima

    Login and Background - doubt!

    Hello can  help me with one problem? = /   This screen that appears at the beginning is the License screen, right?   should not appear the terms?     and because the backgroud is not equal to backgroud login?   after accepting the terms changes the background !!!   how do to be the same...
  14. Tio Akima

    Error???

    Does anyone know what kind of error is this?   by clicking the Hexed, follows this error.         My hexed - 2014-10-22  mmo.h   #ifndef PACKETVER #define PACKETVER 20141022#endif // PACKETVER  I'm using a date updated folder, but the following happens: failed connect to server I've seen...
  15. Tio Akima

    CUSTOM Skill code!

    hello My doubt is about skill   I would like to make an effect on a skill and I need help.   when the player activate the skill, it would grant a +10 AGI (while the skill is on, an EFFECT would be activated)     when I turn off the skill, you lose the points of AGI and the EFFECT shut down.  ...
Back
Top