Search results

  1. Echoes

    Custom passive skill creation

    Hello, Lately I was trying to create some passive skills for my server, and followed the guide on the wiki, but that one is for active skills that the player must level up. I am looking for a way to create passive skills that level up when reaching some condition (not the player leveling up...
  2. Echoes

    [SOLVED] Boss slave skill question

    Hello, I was wondering where I can look for the IDs of the monsters bosses and mini ones summons. I tried looking on the mob_skill_db and skill_db but found nothing about the IDs recalled. For example, I know Arc Angeling does summon Cruisers, but I want to know which ID of those monsters is...
  3. Echoes

    (Name)'s Item creation question

    Well, the question is quite short: As the same as a blacksmith creates a weapon with his/her name as prefix, how can I have the same result while cooking? I would like to know where to look at on the source files (if needed) to get this done. Thank you.
  4. Echoes

    A way to add / commands

    Is there a way to create a / command? Or, where do I can look at the / commands code to see how they work and try to mimic their way of operation, I would like to add some / commands to my server. I am hoping this has nothing to do with hexing, but with src editing. Thank you!
  5. Echoes

    Adding new lines to iteminfo.lua makes client unable to read it

    As title says, when I try to add new item descriptions using itemInfo.lua and try to run my client, I am getting the error stated in the image. Everytime I try to run the client again, it says another line is the problem. This only happens when I try to add new lines to the itemInfo.lua file...
  6. Echoes

    A way to kick a player to character selection

    As the title say, is there a way to kick the player to character selection instead of account login when using @kick command? It may need some src edits at worst. Thank you
  7. Echoes

    Inventory interface skin question

    Hello, Lately I have been customizing my user interface, but I found myself unable to change these ones so far. How do I can use my skin files to apply there instead of the lines at the msgstringtable.txt in my data folder? Thank you!
  8. Echoes

    A way to read storage items of the invoking player

    Hello, I was wondering, is there a way to use somethin alike countitem() but for storage items instead of the inventory items? For example, I want to count how many Iron ore does the invoking character has in their storage, and return the number to the dialog the NPC is having; I think...
  9. Echoes

    Chat like floating messages

    Hi, Anyone knows where I can find the information about these chat-like messages? First time seeing them, so I am curious about them, may be of some use. Thank you.
  10. Echoes

    Various starting errors

    Hello again, This time I am asking about how to solve the errors I am getting, using 2015-12-30aRagexeRE client found in Asheraf's post under Client Releases. I am using the translated data and System folder https://github.com/Asheraf/Translation. The first three errors I am getting just are...
  11. Echoes

    Custom Window Icon

    Hi! I have a question about the quality of the .ico file needed to diff actual clients using NEMO (4144's fork). I have seen a lot of Clients with a decent custom icon quality, but when it comes to diff and add my own custom icon, I can't manage to get half of the quality those icons have...
  12. Echoes

    Item(s) appearance problem

    Hello all, Today I come here to ask something about item appearance. I can't manage to make the item Costume Poring Bag (and some others) to appear ingame as is. This is the code you can find in itemInfo.lub: [20507] = { unidentifiedDisplayName = "Garment", unidentifiedResourceName =...
  13. Echoes

    Item effect linked to Sprite?

    Hello. Today I was wondering, is there a way to make an item (costume effect) that when wearing it (like tuxedo/wedding dress used to work) it makes change the sprite to the character? For example: me, as a Priest, have a Novice Clothes Costume in my inventory, and when I wear it, I will...
  14. Echoes

    Avoid players to attack

    Hi. Is there a way to avoid a player (actually, all the players involved) to attack monsters? I want the players to not be able to attack in a specific map, this would be done via a mapflag, but there is no such mapflag at the moment (like 'noattack' or something). I don't even know if this is...
  15. Echoes

    Question about Client 'Releasers'

    Hello all :) The question I have is not a problem, but a doubt.. related with the Client Releasers, how do they do their work? I will have some "free" time soon, so I want to learn all about the code part of Ragnarök Online, and the question above came up to my mind.. What if, by learning...
  16. Echoes

    Client (instant)crash after pressing Login

    Hello Today I was creating my executable for my server, but after I press Login on the Login Window, it crashes. I'm using the 2014-04-16aRagexe.exe client. My DATA.ini has this: [Data] 1=english.grf 2=data.grf Followed this guide: My clientinfo has the next: <?xml version="1.0"...
  17. Echoes

    This errors on map-server.bat D:

    Hello! I was updating my Hercules when suddendly got this errors on my map-server.bat, and don't know how to solve them D:   tion* 2016: if(BaseJob==Job_Wizard) bonus bMatk,15;* 2015: else if(BaseJob==Job_Sage) bonus bMatk,10;* 2014: bonus...
  18. Echoes

    Is there a way to make a character move like using a skill?

    Hello C: Today my doubt is, well.. specified in the title, is possible to make the character move like using a skill, but triggered by a script? I would like to make the character move like picking a stone.. doing the same movement like using the skill 'Pick Stone', but not actually yelling...
  19. Echoes

    Adding new own sprite error [npc_parseview]

    Hello c:   This time I want to ask for help about this, I followed the instructions of how to create an .act and .spr and I think I got it correctly, and added it to my .grf file, but when I'm testing it, there is an error saying it's invalid or something, and the console shows this: [Warning]...
  20. Echoes

    How to create an .act?

    Hello Currently I'm making a brand new .spr with own images and stuff, but here is where I have a problem, how do I create my .act file to edit it in the actOR and then implement all the files in my server? I read some guides but those said I need to copy an existent one, and then edit it, I...
Back
Top