Jump to content

ryukazuna

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by ryukazuna

  1. Hello! Im using the new rAthena pull in gitHub. But when testing the new skill etc. this annoying things happen. When u use ancient or patent weapon that give bonus autocast RK_SonicWave, instead targeting on mobs, its targeting on the caster. Is there anyway to fix it?
  2. Im currently using 2020 client as my main hexed on my server. AFAIK 2020 client has a different structure of translation. you may apply the translation file from ||chris|| translation project. you can find it here https://github.com/llchrisll/ROenglishRE. on that project he also provide some information about langtype and which hexed client are recommended to use.
  3. Hello rAthena. I want to ask something about global drop system. Currently im using the fuction OnNPCKillEvent. It makes player get some item with fixed percentage that i set. But, the downside are many player currently abusing that from MVP Slave summon like Dracula mobs that spawn Familiar as a Slave. Is it possible to make the global drop system unaffected to MVP Slave? so if player kill MVP slave will not get any item from global drop. Also, i dont want these global drop only from MVP kill. This is current script of global drops im using : - script Global_ShadowBox#0 -1,{ OnNPCKillEvent: setarray .items,9900001; set .theitem, getarraysize(.items); set .dasitem, @items[@theitem]; if (rand(1,1000) <= 15) { getitem .items[rand(.theitem-1)],1; } end; } Thanks!!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.