Jump to content

mrfizi

Members
  • Posts

    383
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by mrfizi

  1. Mapcache. Then restart your server.
  2. Good work! Keep it up!
  3. Try this..
  4. You can check it on rAthena Wiki and Github
  5. Saya juga masih menggunakan Windows10 selagi versi ini menerima support dan update. Cuma bersedia untuk tukar sekiranya perlu. Bila @ryukazuna beri info Windows11 masih support tools yang ada, ia kurang membimbangkan. ?
  6. Terima kasih atas maklumatnya @ryukazuna . Jadi tiada masalah sekiranya upgrade pada Windows11.
  7. Why your server still use item_db.txt ? Using the latest emulator or convert to yml...
  8. You can use battle manual item effect like this; For Base Exp: sc_start SC_EXPBOOST,1800000,100; For Job Exp: sc_start SC_JEXPBOOST,1800000,100; OR use script like this;
  9. Change this; 5000 means 5second: int warpgodelaycd = 5000; //This is the delay in milliseconds you can set what ever delay you want and this message : clif_displaymessage(fd,"There is a 5 seconds delay in using @go command"); Sorry I can’t put it on code box because I’m reply from my mobile.
  10. You can dowload it from rathena github: https://github.com/rathena/rathena/blob/master/db/pre-re/item_db_etc.yml
  11. You should read every comment in conf file. Read is the key for success. // Minimum account group id required to connect to server. By the way @Elysium has answer your question. Just change it from -1 to 4 .. Then restart your server.
  12. set your min_group_id_to_connect on conf/login_athena.conf // Required account group id to connect to server. // -1: disabled // 0 or more: group id group_id_to_connect: -1 // Minimum account group id required to connect to server. // Will not function if group_id_to_connect config is enabled. // -1: disabled // 0 or more: group id min_group_id_to_connect: -1
  13. 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.
  14. It because == is C++ coding. Just change ==== to ---- mes "-----------[Rohayu]-------------";
  15. 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:
  16. You're welcome ?
  17. Refer this post:
  18. 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.
  19. 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.
  20. Thanks for this release @sader1992. Realy like it and will use it on my server.
  21. 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.
  22. 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:
  23. Just make all link or button function. That more important. Your website is already look great.
  24. hello.. you can refer on this post:
  25. I found this from rAthena Discord. Answer by Fluxion: Hope this can help you.
×
×
  • Create New...