Jump to content

Start_

Members
  • Posts

    950
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Start_

  1. Save files and reload scripts {Or restart server} Make sure you edit correct file.
  2. Change spawn maps to 3-2
  3. gettimestr refer: \doc\script_commands.txt lines 3167
  4. disable both side (Server/Client) \conf\battle\client.conf and when you patching NEMO
  5. Check night mapflag for izlude. (located at 'npc' folders)
  6. Please keep in mind if player dead >= 2 times in same map. I think characters will automatic warp back to savepoint.
  7. Go to \conf\char_athena.conf and map-athena.conf change s1 and p1 to anywords also change it on database (login tables).
  8. Right now there are no commands to reload attendance system.
  9. data > msgstringtable then search for Speed has increased
  10. Have you enable bind_ip? if so try disable it.
  11. 127.0.0.1 should be fine. Please have a look at 1.) \conf\char_athena.conf Line 24, 37 ( Uncomment these lines ). 2.) \conf\map_athena.conf Line 22, 33 ( Uncomment these lines ).
  12. Start_

    Atcommand

    \doc\script_commands.txt line 7747 You can copy their codes and look what happened when ran it. Then just change command to your own. (bts, train)
  13. It should be. Is it display correctly on Client?
  14. Try something like this. You need to change code formula to match your new bonus. case SP_SUBEQUIPWEIGHT: // bonus bSubEquipWeight,x; //[Synel] if (sd->state.lr_flag != 2) sd->subclass[type2] += val; break;
  15. Find bonus2 bSubClass line of code. And look for damage reduction, Then add your new bonus here.
  16. I think about script that made fake players wandering around towns. (I can't remember which topics located). After you implemented it just spawn 1 with same class same look.
  17. Update kRO patch to latest. --- Then re-import https://github.com/llchrisll/ROenglishRE --- Use latest NEMO https://gitlab.com/4144/Nemo And try my NEMO log https://drive.google.com/drive/folders/1jaNPTE8BbiMtAQ1wrf9hOp4YBXgvkraO?usp=sharing --- Check IP everywhere is correct.
  18. Try \db\re\job_basehpsp_db.txt
  19. Spend a time play around more with GRF Editor, Like press every buttons, do everything. Don't care the error/bug just backup before you done anything. Then you will find magic of this programs.
  20. Other tricky way is print timer inside message like this cpawjou : hello to cpawjou : [15:23] hello (Edit on src idk where it is just suggestion).
  21. Try changebase instead? \rathena\doc\script_commands.txt line 4380
×
×
  • Create New...