Jump to content

Start_

Members
  • Posts

    928
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Start_

  1. Try use cap_value on item bonus or somewhere that calculate those bonuses. --- Not sure this is correct way to fix but you can try Go to \src\map\pc.cpp Line 3725 Add sd->subrace[type2] = cap_value(sd->subrace[type2], 0, 90);
  2. Hey, now skill_db of rAthena is yaml. Did you use the newest rAthena? Otherwise please check on import folder.
  3. If some stats are too high it can be cause overload value then final result will start from 0 again. Try lower your item bonus script. Is there something like ASPD +100%?
  4. Try lower value / Or your import folders had overwritten normal files.
  5. Clone this https://github.com/llchrisll/ROenglishRE and copy this to YourROClientFolders/data
  6. I mean learn skill from Archer class and Hunter class.
  7. Spend 40 points on 1st class and (40 or 50 idk) points on 2nd class now you should able to.
  8. Try clone rAthena from Github and compile that should work.
  9. Yes. It's work well on 2020-03-04 RagexeRE. 20200401 last time I tried it's not working but not sure it's worked right now or not.
  10. I don't know this step neccessary or not. cd to your guild emblem folder like before and type php artisan serve
  11. Edit IP on '\data\luafiles514\lua files\service_korea\ExternalSettings_kr.lub' AccountLinkedUserDataUrl = { Save = "http://127.0.0.1:8000/userconfig/save", Load = "http://127.0.0.1:8000/userconfig/load" } TwitterDataUrl = { Auth = "http://0.0.0.0:3000/twitter/user-auth", Upload = "http://0.0.0.0:3000/twitter/upload" } EmblemDataUrl = { Upload = "http://127.0.0.1:8000/emblem/upload", Download = "http://127.0.0.1:8000/emblem/download" } Change 127.0.0.1 to your ip address.
  12. Did you use upgrade files sql yet? Try that first and if it still error + you're using Guild Emblem please follow Secretz readme in github pages.
  13. Make sure DATA.ini read the same way .grf as you align it on SDE.
  14. Try use skill id instead of skill name. Maybe your item script is too long.
  15. You didn't change 'conf > inter_athena.conf' Try read his tutorial again.
  16. Hey I suggest you to use additional storage instead of increase max value. Because somehow I remember it crash when store high-amount of items. (Additional storage >> You can added many many special storage like VIP Storage 01, VIP Storage 02) conf > inter_server then add storage2 table on database too. (Duplicate from storage) then simple call openstorage2 1,STOR_MODE_GET|STOR_MODE_PUT;
  17. C:\Cloud\rathena\src\map\battle.cpp Line 3966.
  18. Try this data: https://github.com/llchrisll/ROenglishRE
  19. L_reward: announce getarg(2) +" team has won!", bc_npc | bc_map | bc_blue; bg_get_data getarg(0), 1; for ( .@i = 0; .@i < $@arenamemberscount; ++.@i ) getitem .rwd[0],.rwd[1], $@arenamembers[.@i]; sleep 1; bg_get_data getarg(1), 1; for ( .@i = 0; .@i < $@arenamemberscount; ++.@i ) getitem .rwd[2],.rwd[3], $@arenamembers[.@i]; return; Change getitem to whatever your want.
  20. Start_

    Refine scroll

    Maybe this one should work
  21. - script SellCommand -1,{ OnInit: bindatcmd "sell",strnpcinfo(3) + "::OnSellCommand"; end; OnSellCommand: .@s$ = .@atcmd_parameters$[0]; announce strcharinfo(0) + ": " + .@s$,bc_all,0x2fe24a; end; }
  22. Use setunitdata to change UMOB_ELETYPE with spawn mobs?
  23. Loop all quest id in db and use checkquest commands rathena\doc\script_commands.txt (Line: 9294)
  24. Use item 'Convex Mirror' to find a boss on mini-map
  25. Whoaaaaa you continue this projects.
×
×
  • Create New...