Jump to content

Start_

Members
  • Posts

    957
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Start_

  1. Search for Stormbreaker in this forum.
  2. Try OnPCDieEvent: atcommand "@dropall"; end;
  3. Have you export .bmp as 24 bit? And make sure you keep the size as same as official.
  4. - script GuideCommands -1,{ OnInit: bindatcmd "guide","GuideCommands::OnGuide"; end; OnGuide: dispbottom "Helpful"; end; }
  5. (Example: bonus2 bSubEle) Use Notepad++ >> Find all in files 'bonus2 bSubEle' at src folders { Or Visual Studio >> Find All 'bonus2 bSubEle' in Entire Project } >> Find the value calculated lines >> use cap_value function. cap_value(xxxxxxxxxx,MIN,MAX) --- Otherwise If you know where is the final xxxx resistance calculation. Just find it and cap it.
  6. No need to change in packet.h Just change on define_pre.hpp Remember you need to use same client date of exe and whole data requirement for old date. (Item Info, etc.)
  7. Save files and reload scripts {Or restart server} Make sure you edit correct file.
  8. Change spawn maps to 3-2
  9. gettimestr refer: \doc\script_commands.txt lines 3167
  10. disable both side (Server/Client) \conf\battle\client.conf and when you patching NEMO
  11. Check night mapflag for izlude. (located at 'npc' folders)
  12. Please keep in mind if player dead >= 2 times in same map. I think characters will automatic warp back to savepoint.
  13. Go to \conf\char_athena.conf and map-athena.conf change s1 and p1 to anywords also change it on database (login tables).
  14. Right now there are no commands to reload attendance system.
  15. Use body column. (Table: char).
  16. data > msgstringtable then search for Speed has increased
  17. Have you enable bind_ip? if so try disable it.
  18. 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 ).
  19. Try these settings.
  20. 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)
  21. It should be. Is it display correctly on Client?
  22. 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;
  23. Find bonus2 bSubClass line of code. And look for damage reduction, Then add your new bonus here.
  24. This one I found it now.
  25. Check all of your custom scripts that enabled.
×
×
  • Create New...