Jump to content

Start_

Members
  • Posts

    950
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Start_

  1. I mean learn skill from Archer class and Hunter class.
  2. Spend 40 points on 1st class and (40 or 50 idk) points on 2nd class now you should able to.
  3. Try clone rAthena from Github and compile that should work.
  4. 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.
  5. I don't know this step neccessary or not. cd to your guild emblem folder like before and type php artisan serve
  6. 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.
  7. 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.
  8. Make sure DATA.ini read the same way .grf as you align it on SDE.
  9. Try use skill id instead of skill name. Maybe your item script is too long.
  10. You didn't change 'conf > inter_athena.conf' Try read his tutorial again.
  11. 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;
  12. C:\Cloud\rathena\src\map\battle.cpp Line 3966.
  13. Try this data: https://github.com/llchrisll/ROenglishRE
  14. 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.
  15. Start_

    Refine scroll

    Maybe this one should work
  16. - script SellCommand -1,{ OnInit: bindatcmd "sell",strnpcinfo(3) + "::OnSellCommand"; end; OnSellCommand: .@s$ = .@atcmd_parameters$[0]; announce strcharinfo(0) + ": " + .@s$,bc_all,0x2fe24a; end; }
  17. Use setunitdata to change UMOB_ELETYPE with spawn mobs?
  18. Loop all quest id in db and use checkquest commands rathena\doc\script_commands.txt (Line: 9294)
  19. Use item 'Convex Mirror' to find a boss on mini-map
  20. Whoaaaaa you continue this projects.
  21. Kunai Explosion require Kunai Swirling Petal require Huuma
  22. Try this clientinfo or sclientinfo <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Your Server Name</display> <address>127.0.0.1</address> <port>6900</port> <version>55</version> <langtype>5</langtype> <registrationweb></registrationweb> <loading> <image>loading00.jpg</image> </loading> </connection> </clientinfo>
  23. if(getcharid(2) > 0){ //char in guild. }
  24. - Use 20200401 - No need to define packetver - No need to modify packet obfuscation
  25. \src\map\battle.cpp Line 4993 you can play around here.
×
×
  • Create New...