Jump to content

Jasc

Members
  • Posts

    270
  • Joined

  • Last visited

Everything posted by Jasc

  1. Jasc

    Exp gain

    Are you doing custom quests that you want to check for or iRO ones?
  2. Add it to your resnametable.txt, that is where you can put in the duplicate map. Add the map names to your map_index.txt and maps_athena.txt and then update it with weemapcache and upload it back to your server.
  3. Could be a server error too, suggest a fresh SVN
  4. I am still waiting for my paid services topic to be approved lol....
  5. set the variable with a # to indicate account bound
  6. Or you can just add new OnClock0455: through to OnClock2330: and have your announce "message",0;
  7. Jasc

    Error Hep

    For example pc.c:4077 means that you have a error in your source code at line 4077. You seem to have multiple errors that are located in status.c and battle.c Looks like you tried to add in a source code before and errors are popping up now? I recommend a clean SVN export from Rathena to resolve these issues
  8. If you are on a host, try using 127.0.0.1 which is the default local IP of the server it is running on.
  9. Change #cashpoints to getitem "item ID"; without the quotations
  10. It is not a problem, it is a release
  11. Here is a daily points npc with an IP check. dailypointsIPcheck.txt
  12. Max ATK1/ATK2 is 65534 for monsters right now. I believe it is the same for player ATK as well. Anybody know or can point me in the right direction on how to increase this cap? For mobs if you are suggesting me to change the smallint6 for the structure of the field, I have already tried and set it above 65534, but it still caps in game. If anyone can provide some light on this, that would be great, thanks.
  13. 1. They have copyright laws, it does not become public domain, not in our lifetime, unless they decide to go in that direction with their game. Highly unlikely. 2. I would not even bother turning the current emulator into an engine to run something similar to LoL or Dota2. You would have more success using your own engine and marketing it as a new MOBA game that is free to play rather than marketing it to the RO community.
  14. Most likely an error with your setup.exe, or if you have dinput.ini, try checking that file
  15. you are missing a field in your sql tables from the looks of it
  16. progressbar "0xRRGGBB",20; The 20 is the time in seconds
  17. Not at the moment, that would be a source code edit. Styles exist for garment, upper, mid, and lower currently
  18. Just duplicate the same line 10 times. So copy and paste the the information on each refine category until it has 100 values for each
  19. So what's wrong with delete char using birthdate? It's better to specify in the msgstringtable to use only last 2 digits of the year than to go through game errors
  20. Convex mirrors only work on boss_monsters using a permanent monster spawning script right now. I often like to do invasion events etc, requesting the ability to make it so script summoned MVPS can be found with convex mirrors as well such as LHZ bosses, since they are summoned by script but cannot be found by mirrors
  21. Look in your grf, mp3nametable.txt. Find prontera.rsw and see which BGM file it calls for. Maybe 08.mp3 or 01.mp3, just depends on what it is originally. Replace that MP3 file with same name with your new background music in the BGM Folder.
  22. if you want to rename it from 08.mp3, check the mp3nametable.txt
  23. You could try backing it up using SSH instead of through phpmyadmin
×
×
  • Create New...