Jump to content

michaelsoftman

Members
  • Posts

    410
  • Joined

  • Last visited

Everything posted by michaelsoftman

  1. That may be right but the weird thing is how come other RO's works fine? (They're installed in separate folders too) If they're in separate folders then they use separate text files. In the folder of the RO client you are trying to open, was anything edited to allow extra cards, items, etc? Were any item descriptions changed? That would have edited these files. You can also backup the files, then replace them one by one with fresh files to see what one is damaged.
  2. If there are no errors, and it just closes, usually it related to a file like id2numdesctable.txt. I find that if you miss a # in one of those, the client just won't open.
  3. When you're making the patch, you are creating a 2nd data folder by mistake. If I remember right, there's an option on where to apply the patch, root directory, /data/, etc. Choose the root directory, not data.
  4. It changes the encoding of the names, but it would be appear as all symbols and letters instead. Why do you need to translate it? If they're official hats, just leave the names as they are.
  5. Skillinfolist, in the skillinfoz folder.
  6. Yes, and clientinfo.xml in your client's /data/ folder.
  7. Can I ask why you are using such an old client and revision? I would update it to a client that actually supports 3rd classes normally.
  8. thx. but my athena is ver11348... i don't use it. Are you using eAthena or rAthena? It's not a problem with your SVN. It's the client behavior. If you're using an old client (or xray) you will probably have lots of difficulty with this.
  9. For your ports, just google port forwarding for the type of router you have. If you're running the server on your computer still, leave the IP as 127.0.0.1. You just have change the IP in the client's clientinfo.xml to your computer's IP.
  10. You have to look in your LUA files for the skill. Copy the skill attack range line from another skill and add it to Dark Strike. Like so. [SKID.NPC_DARKSTRIKE] = { "NPC_DARKSTRIKE"; SkillName = "Dark Soul Strike", SpAmount = { 0 }, bSeperateLv = false, AttackRange = { 9 } },
  11. You're using xray? That's probably what the problem is lol. Unless it's a custom weapon. Those have to be a certain ID for the weapon sprite to show.
  12. I don't see anything in that script that gives an item. Just commands to delete the ingredients. Did you edit the script at all?
  13. Armors cannot display as sprites on your character. You'd have to make it either a headgear, or a garment. (Look at the official Archangel Wings to see how garments display on a character)
  14. Try running the command ./configure && make clean && make sql. I think the configure command is what affects that but I am not 100% sure.
  15. TortoiseSVN should never overwrite your changes unless you tell it to. When you Right Click > Update, it'll show the status of each file it changes. 'Updated' just means it updated to the most current rev. 'Merged' means it took your custom edits and applied them to the update as well. If you ever get a conflict where you edit code that the devs also update, and TortoiseSVN doesn't know which code to use, it'll say 'Conflict'. You can simply pick to use your code, or the dev's code in this case. It'll also show you the code that is conflicting in case you are not sure. I would give you an example but I am at the most current rev and I can't update right now
  16. Uh, may I recommend TortoiseSVN? It'll merge all of the official code with your custom edits so you don't have to manually update anything. You just right click > update and it works it's magic.
  17. Yeah, you just posted the pre-re now. The one in your other post is the renewal version because it goes to +20. Anyway, just change this // Armors 0,70,0,0,100:0,100:0,100:0,100:0,60:0,40:0,40:0,20:0,20:0,10:0 Change the 0,70 to 0,100. Then it's 1 DEF per level.
  18. You posted the renewal refine chart. It's already 1 def per refine (or more).
  19. 0,66,0,0,100:0,100:0,100:0,100:0,60:0,40:0,40:0,20:0,20:0,10:0 Change the 66 to 100.
  20. I had a question about the GIT and SVN repos. Is the SVN repo automatically updated? It seems like there are GIT updates more frequently but the SVN hasn't been updated in a few days.
  21. I have used http://www.futurehosting.com/ before. They are very reliable, my server had very, very little downtime in 2 years, and the prices and customer service are great. I am not sure if you can pay with Pesos though.
  22. It's not up to your ISP to port forward, that info is only in your modem settings. Just google 'port forwarding' and the name of your router. But for Hamachi, when your friends login, do you see on the server output window the fact that they are logging in? Or do you not get any connection info from them at all?
  23. I have seen this before with a friend's host. He never figured out the issue. I would say contact your hosting company and see why you can't receive the info back from paypal.
  24. Just apply these commands to an invasion script. isnight()isday()These functions will return 1 or 0 depending on whether the server is in night mode or day mode. 'isnight' returns 1 if it's night and 0 if it isn't, 'isday' the other way around. They can be used interchangeably, pick the one you like more: // These two are equivalent: if (isday()) mes "I only prowl in the night."; if (isnight()!=1) mes "I only prowl in the night.";
  25. What? o.o Where do i do that and how :S http://rathena.org/wiki/Custom_Items#View_IDs.2C_Having_A_Custom_Headgear_Without_Xray
×
×
  • Create New...