Jump to content

Tio Akima

Members
  • Content Count

    349
  • Joined

  • Last visited

  • Days Won

    31

Everything posted by Tio Akima

  1. could generate the .pot file, but does not open in Poedit. look image: need to convert the file to .po .pot? how?
  2. I should turn the map-server from the command prompt? go to the folder where my map server and run it from the command prompt? did not understand what you meant. I tried to run this command you gave me, but it will not!
  3. Conf/battle/features.confEnable roulette from there (You should also have client 2014-10-22 or higher) thanks Dastgir! about other systems, they are developing? (Rodex and achievements System) I saw a screen you posted with active icons. I thought that was already in test! : D: D: D thanks! That would be implemented once there's enough info on how that works(and its packets) i understand! thanks for the information. : D
  4. Conf/battle/features.confEnable roulette from there (You should also have client 2014-10-22 or higher) thanks Dastgir! about other systems, they are developing? (Rodex and achievements System) I saw a screen you posted with active icons. I thought that was already in test! : D: D: D thanks!
  5. about Hercules Ultimate Localization Design how can I generate the .po file? I'm trying to use this system, but I do not know how to generate the .po file is the map server? i have no idea! someone could give me a light? how do I generate this file ?! someone has a step by step tutorial? thanks
  6. how to enable rolate system? updated the emulator and I'm not getting enable the roulette! thanks
  7. Achievement System + RoDex for client 2014 10 22 http://herc.ws/board/topic/7445-kro-introduces-pet-evolution-system-roulette-gamerodex/?hl=achievement this functional?
  8. I wonder if the conquests system is working 100% ???? thanks
  9. Use tortoiseGitThat happens because git and svn are totally different, git handle branches as whole new thing, while svn would just create new folder for all branches that the repo has.. thanks Dastgir As far as I know you can, Just add trunk in the link to checkout the master only without the branches: zone, rathena, etc.... for example: https://github.com/HerculesWS/Hercules/trunk thanks Mhalicot! thanks!
  10. it is possible to download the emulator with the tortoise, without having the misfortune to come GD_GUILD_STORAGE zones rathena among billions of files that comes along ...? I'm trying the link https://github.com/HerculesWS/Hercules but has many unnecessary files together. thanks
  11. Hi I am with a doubt in a skill I'm trying to edit the skill BODY RELOCATION when the player has aspd above 190, instead of moving quickly, the player Warpa for those who understand code, should not be difficult. like skill BODY RELOCATION this video https://www.youtube.com/watch?v=3k7j_1h_q1g
  12. hello I have some questions regarding the TortoiseSVN Does anyone here use this tool to update the emulator? I edited my server, in the source, skills, etc ... In my case, if I send the Tortoise update my emulator, I will lose the editions have I done? the Tortoise updates on top of my edits? how does that work !? you tell me? I'm afraid to send the Tortoise update my emulator and lose my edits. questions 2- What is the difference between the TortoiseGit and TortoiseSVN? which is the best? to update my emulator with hercules github thanks!
  13. oh thank Evilpuncker in my case would be: if(sd->class_&MAPID_UPPERMASK) == MAPID_MONK || MAPID_CHAMPION || MAPID_SURA ){...break;} you could explain to me the difference between them, '' sd '', '' tsd '' and '' dstsd '' or, in which case they apply better? thank! very thanks!
  14. I'm trying to put a condition on a custom skill ... But I'm having problems. the condition is an if () that identifies the class of player .... and depending on the class, the skill performs a particular function. I tried this: if(pc->jobchange == 15 || 4016 || 4077){...break;} then I tried this: if(sd->status.class_ == JOB_MONK || JOB_CHAMPION || JOB_SURA ){...break;} And it did not work. The intention is to verify the player's class that is using the skill. help-me? 0/
  15. hello, can someone explain to me how the Hercules Ultimate Localization Design system of support languages. thanks
  16. What makes the sprites of classes babys in small sprites? client-side? It is possible to change the size of the sprite of the other classes to baby size? [note: not use the act editor] thanks
  17. uow! oh God! excuse me! now it was! got it! thank you very much! now where I can edit the description of these icons? thanks! and thanks evilpuncke! luafiles514/lua files/stateicon/stateiconinfo.lub thanks evilpuncke!
  18. uow! oh God! excuse me! now it was! got it! thank you very much! now where I can edit the description of these icons? thanks! and thanks evilpuncke!
  19. Skill - right click??Its generally on lua files named skillinfoz/skilldescript.lub For icon, stateicon/stateinfo.lub(or something like that name in that folder) is not the description of the skill ... and not with a click button right ... this icon appears in the right corner of the screen when you use a skill for example. is the description of the status. Yes, I have the files, but ... not appear the description.
  20. thanks for listening. Thank Dastigir. I'm coming now. @EDIT Hotkey.lub updated the file and did not work. I took the file in the link that I passed. = /
  21. hello, I'm with a problem the description on the icon of the skill is not showing up! how do I this description on the icon appear? thanks
  22. hello, I'm using the new clients with new updates support. the ability to open the window ALT + A is not working. how can I fix? [my client 2014-10-22]
  23. What makes the sprites of classes babys in small sprites? client-side? it is possible to change the size of the sprite of other classes for baby?
×
×
  • Create New...

Important Information

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