Jump to content

Tio Akima

Members
  • Content Count

    349
  • Joined

  • Last visited

  • Days Won

    31

Everything posted by Tio Akima

  1. So you can not use these 3 functions in a custom skill. I just need to display a sprite (which would be the effect of the skill) taking into consideration the direction of the summoner. So .. I'm thinking of some alternatives. Maybe I can do this with npcs (effect on sprite as an npc) or... There are those effects of weapons that appear (sword, shield, bow, etc.) when you give a basic attack .. maybe I can use it. Using a command to invoke this effect ... but I do not know how ...
  2. Hi all, I have a question related to the special effect. clif->specialeffect() I'm putting a special effect on a custom skill But when casting the effect, it ignores the character's direction. I need the effect to take into account the axis of the character. As the effect is a sprite and an act (with all directions) I thought he would do it automatically. But only one direction of the effect appears, regardless of the axis of the character. Maybe the new specialeffect () to do this, then, if anyone knows and can help me. By the way, how to set the new specialeffect () I saw the topic of Meko, but I wanted some practical examples to understand better.
  3. Ah yes, I understood. I'm trying to do the following meko. Esou trying to make a similar skill LG_CANNONSPEAR However, the difference is that the click must be in the area. (the LG_CANNONSPEAR the click must be on some mob.) The idea is to get the x, y of the cell clicked, Get the x, y of the player And make a FOR () to go by checking cell by cell during that path. If find any ENEMY during this path, then it deals damage. The Cannon Spear skill performs the following function: And also her for the first Mobs she finds. It uses a foreachinpath () to traverse this path. skill->area_temp[1] = bl->id; map->foreachinpath(skill->attack_area,src->m,src->x,src->y,bl->x,bl->y, skill->get_splash(skill_id, skill_lv),skill->get_maxcount(skill_id,skill_lv), skill->splash_target(src), skill->get_type(skill_id),src,src,skill_id,skill_lv,tick,flag,BCT_ENEMY); I'm really confused how to do this. I've been trying several functions for some days without success.
  4. Tio Akima

    get cell ID

    Hello guys. Can someone give support related to the file skill.c? I want to return the ID of a clicked cell. This code I know returns a mob id. Skill-> area_temp [1] = bl-> id; How to return the id of a cell? PS: Must be within the method skill_castend_pos2(){} I'm doing a damage skill in area. thanks
  5. Yes, i too think should, but it does not work. But thanks for the help! ^^ <3
  6. Hello Echoes Could you do the item with this function? (Change the sprite) I'm trying to do it too but I could not.
  7. Hello again, About the 3rd class, yesterday I was testing some skills, and when I put in the 3rd classes, I realized that the status was totally strange. HP and SP as low as an apprentice. All other classes are normal, only the 3rd classes are like this .. Because? Is there any setting for this that I'm not aware of? If someone can help me, thank you.
  8. "But low packet versions not support per char sex" low packet versions ? I'm using the latest version of the emulator with a 2015 client .. And it still does not support it? "Try change sex for char and accounts... " Okay, I'll try this. But where do I change this setting? And I'm sorry for my lack of instruction. <3
  9. But if I change the gender of my account, should not my characters change sex too? It used to be that way .. Nowadays I can have a male character and a female character on the same account? O_O @EDIT Anyway, I tried the @changecharsex command and it says "is Unknown command"
  10. Ah yes... Actually this problem happens when I use the command "@changesex" The database changes the sex from "male" to "female", but the sprite continues to appear male. So I have to delete the character and create another to be able to change the sex and appear the correct sprite =/
  11. Hello guys I updated my emulator using tortoiseSVN I upgraded to the latest version (rev 19195) But after updating and compiling, I can no longer place the female sprites. Only male sprites appear in place of female sprites. That is, there are now only male sprites for both sexes. Someone is having this error in rev. 19195 ????? Does anyone know how to solve it? Before updating everything was normal ..
  12. Oh right! I started to study php advanced to be able to write myself: D I will only have difficulty with security, but I should not worry about that now. thanks
  13. I did what you said and solved the installation problem. thanks habilis. But this cp has some bugs, the index gets all weird with syntax errors. I think it's best not to use it. Or maybe it's because I did not put this theme in some functional CP ... (the way I was told) anyway thank you.
  14. thanks... and sorry for duplicate posts. I thought the Forums And emulators were different. sorry cyro.
  15. Hello, I downloaded this flux cp: hyvraine-v1-fluxcp And when trying to install, it presents the following error Does anyone know how to solve this? Or why does he present this error? The error appears when I try to install
  16. I am having problems with the installation of FluxCP .. anyone has any idea what can be? When entering user and password, it only imports the first table, after the following error Does anyone know how to solve this error in the FluxCP? I'm using Wampserver 3.0 I already tried to reinstall the Wamp, but nothing worked.
  17. Oh god .. you again! I'm going to draw so you can understand. Your tutorial says to go in: Hercules/conf/import/inter-server.conf As in the image below. But in Herc.this Hercules/conf/import/inter-server.conf Current file, this file is as follows: Tutorial ill-explained! rude.
  18. Sorry again, but the solution is not in the guide. The inter-server in your guide is different (old) according to the new inter-server. Again, does anyone know how to configure the log? = /
  19. Sorry, but your guide is late and does not match the new emulator settings. @EDIT Does anyone know where I can set to the LOG setting (set the infos to connect to the database) ???
  20. Hello, my database is separate Main.sql Log.sql But ... Where do I configure in the emulator for it to access the Log tables? Before it was in the file Inter-server.conf ... But now the structure has changed if I'm not mistaken. thanks
  21. Thank you very much for the comment Legend! *-* Felten and Zutcer thanks
  22. My dark version of the endless tower
  23. i will send you a private message ) Could you solve the problem?
  24. New heads I'm making for Ragnarok Online. Heads with beard. Will be 6 new heads.
×
×
  • Create New...

Important Information

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