Jump to content

ryukazuna

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by ryukazuna

  1. so far, semua tools utama working fine dalam windows 11. tapi kalau menggunakan tools yang sudah sangat lama(old), terkadang ada compatibility issue dengan TPM 2.0 . but, mudah sahaja buat resolve problem tersebut, boleh guna right click > properties > run compatibility. should be fixed old program issue. Basically, if dalam windows 10 runs OK, then dalam windows 11 pun should be OK pula.
  2. https://github.com/rathena/rathena/blob/master/npc/custom/barters.yml you need to understand this barter shop system workflow. this is an example to the first item on your picture , NPC located on prontera,156,183 and selling holy water and cursed water for 1 bloody coins : Body: - Name: Barter Shop Map: prontera X: 156 Y: 183 Direction: South Sprite: 2_F_SIGN1 Items: - Index: 0 Item: Holy_Water RequiredItems: - Index: 0 Item: Bloody_Coin Amount: 1 - Index: 1 Item: Water_Of_Darkness RequiredItems: - Index: 0 Item: Bloody_Coin Amount: 1 Result Picture :
  3. login screen data is belong to this directory : the file should look like this
  4. humm, i use ESET NOD32(Paid License) and not detect anything. i mean im sure its 100% safe. but it's up to you then
  5. maybe this one is helping you. i didnt know the author for sure, but i have it and always use it for my own project or other people project like a decade now. credit to the author. ROLSG[1024x768].exe
  6. i think in the costum npc has not added yet for now. because, even the official vendor ammo shop on major city is still on progress on this PR Pull: 6550 . but it's just partially tho , the best way is always add it on by yourself for now i think.
  7. you must to know, on Infinity Space Instance theres a high level poring. so i assume you have spawned the wrong Poring (3384). so, if you use this command it's should give you the correct Poring (1002) : @monster 1002 The same for Fabre. theres two fabre (3386) MIN_FABRE and (1007) Fabre. Just use the Monster ID Instead to spawn them.
  8. maybe because you want to display .@val variable in that mes , in that case you can try to do it like this : - script login -1,{ OnPCLoginEvent: mes "hello"; input .@val; mes " "+.@val+" "; close; }
  9. just go ahead to ./src/custom/defines_post.hpp , and put this 2 line before the last line of the file. recompile. #undef PACKET_OBFUSCATION #undef PACKET_OBFUSCATION_WARN
  10. Not Possible. First, you need to know how ASPD Calculation works. refer to this Link or this Video . What im trying to say, Max ASPD for ragnarok is only 199, the game couldn't handle it if over 199. because based on calculation of ASPD works, if you have 200aspd = Infinite Attack/Second. which is impossible.
  11. Merry Christmas Guys!! ???
  12. There's no corelation in which platform you diffing, i alreadyuse nemo in my server about 1 years, and everything just fine ? but if your nemo didn't up-to-date then it may cause this problem. make sure update your nemo with certain period of time if you server building regularly.
  13. Should be Like this, - Id: 22000 Title: Fishy affair Targets: - Mob: VADON Count: 45 Location: iz_dun01 MapName: Undersea Tunnel B2 just check the formatting for every quest you add.
  14. Make Sure your grf content and directory tree is correct. The 2020-09-02 and later client have different format of externalsettings() from 2020-04-02 and older. Please use RoEnglishRE by ||chris|| Project, and check the folder inside Client Support/2020-09-02/data he provide in the project. Also don't forget to setup your webservice either it's from vstumpf webservice or secret's athenaweb. good luck!
  15. You don't need to complete all the quest to do so. Check on the final NPC that episode script give. and see what quest it check and what variable. example: ep_illusion = 47; completequest 16360; navigateto("sp_cor",113,130,NAV_ALL); close2; So you just need to set the variable with @set ep_illusion 48 . For the quest do this command@setquest 16360 then do @completequest for it. just make sure its the end of the story of your episode script.
  16. In Which Port are you running the server? Probably the port is used by your OS so it's keep pinging the server. So, rA will detect that as a DDoS attack. You'll need to give more information, like your connection settings on conf folder, or anything else.
  17. depends who's script u are using. you can set the quest variable into desired amount. e.g = set ep_illusion = 35.
  18. in that case, maybe you are missing some line of code when patching your sever. Try to patch manually instead. the rev7 works just fine for me, except its not working when buying with items.
  19. are you sure you're using latest git revision? are you updating or fresh clone from rathena git? Here's the v6 and v5. ExtendedVending_rev5.diff ExtendedVending_rev6.diff
  20. yeah the same here. for now better use the v5 or v6 version and cleanup some code to replicating the rev7 @Easycore. it works like a charm for me.
  21. as my inspection you are using gepard fetures src but your SQL database didnt use it. Quick fix for it, just add new column called "unique_id" on your logs db. make sure its under loginlog tables. or you just can use fresh src from rathena github.
  22. Thanks for the info guys! yeah, quick fix for this is change the target autospell to itself (0) instead to enemy (1), i think someone messed the logical of autospell there.
  23. 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?
  24. 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.
×
×
  • Create New...