Jump to content

mrfizi

Members
  • Posts

    292
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by mrfizi

  1. Check your script again. npc/custom/AdvanceStylist4.4.txt npc/custom/CustomWarperNPC.txt sorry I can’t check more detail. Already close my laptop and just now I reply from my mobile.
  2. It because == is C++ coding. Just change ==== to ---- mes "-----------[Rohayu]-------------";
  3. You can use the search button to find much tutorial and guide about how to add custom items. Here are example of guide for you to read and watch:
  4. Saya hanya ada satu laptop yang agak terhad penggunaannya untuk cuba Windows11. Jadi saya masih menggunakan Windows10. Kita sedia tahu bahawa ragnarok sudah berusia lebih kurang 20tahun. Mendatangkan kerisauan juga jika diupgrade versi Windows nya.
  5. You want to remove @warp to mvp map. But you not change your warper setting. Player still can use warper to warp to mvp map. For example Anthell. Maya at level 2. So, you need to remove the warp for Anthell level 2. OR the simple thing to setting your warper: OnInit: .Satan_Morocc = true; // false will enable moc_fild 4,5,6,8,9,10,14,15 while disable moc_fild 20,21,22 Default is true. .OnlyFirstFld = false; // true will teleport to the first level of the Fields Default is false. .OnlyFirstDun = false; // true will teleport to the first level of the Dungeons Default is false. } change to: OnInit: .Satan_Morocc = true; // false will enable moc_fild 4,5,6,8,9,10,14,15 while disable moc_fild 20,21,22 Default is true. .OnlyFirstFld = true; // true will teleport to the first level of the Fields Default is false. .OnlyFirstDun = true; // true will teleport to the first level of the Dungeons Default is false. } And don't forget about the mapflag. Hope this will help you.
  6. Thanks for this release @sader1992. Realy like it and will use it on my server.
  7. Hai semua, Saya ingin bertanya sudah adakah antara kalian yang sudah upgrade pc/laptop ke Windows11? Adakah Windows11 masih support untuk tools pembuatan server (ragnarok)? Terima kasih.
  8. First remove map from your warper. Then : mapname mapflag nowarpto https://github.com/rathena/rathena/blob/master/npc/mapflag/nowarpto.txt Or if your server have vip, refer this post:
  9. Just make all link or button function. That more important. Your website is already look great.
  10. hello.. you can refer on this post:
  11. I found this from rAthena Discord. Answer by Fluxion: Hope this can help you.
  12. Not only that. You need more time for this. Not just delete # on that line. If your server pre-renewal, you just need to do until pre-renewal.. just left the renewal part. # Insert jobs here you need to inser all your job here. You can refer https://github.com/rathena/rathena/blob/ac7292c92d2f7af59a048a7b6d57156ed7811bc6/db/pre-re/job_stats.yml or renewal folder for renewal.
  13. Read my post here: You need to use db/import/job_stats.yml for level over 99.
  14. Good to hear that. I need to add this idea into my ro project also. Hope you can guide me if I need some help soon. Thank you for this awesome release.
  15. really love it.. I'm so sure it possible to make your AI available 24/7 in pvp map like a normal monster spawn .. like it will spawn around 3 to 5 minutes after get killed by player. This just an idea..
  16. This is the perfect answer for your question. Better to use monster ID rather than their name.
  17. Amazing!! I just thinking about this around years ago but don't have a time to do. Is it possible to make Human vs Bot in pvp room? Because I just remembered my friend18years ago make a pvp room player/human vs bot. Thanks you for this release..
  18. You don't need to recompile if you just want to clear all the script/npc. What you need to do to is: remove the '//' to enable... or add the '//' to disable... Go to rathena/npc/ and look at conf file below: After finish disable or enable npc, just start your offline server again.
  19. For autolooting: If it from @autoloot command, you need to set on your conf/groups.conf OR If you accidentally change this to yes, https://github.com/rathena/rathena/blob/645ff8591a101836be97a961c82e83b4d691e9eb/conf/battle/drops.conf#L11 Change it to no. For PK mode: check your conf/battle/misc.conf
  20. Use db/import/job_stats.yml You need edit it. Just remove #
×
×
  • Create New...