-
Posts
278 -
Joined
-
Last visited
-
Days Won
6
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by mrfizi
-
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.
-
Terima kasih atas maklumatnya @ryukazuna . Jadi tiada masalah sekiranya upgrade pada Windows11.
-
Why your server still use item_db.txt ? Using the latest emulator or convert to yml...
-
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;
-
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.
-
You can dowload it from rathena github: https://github.com/rathena/rathena/blob/master/db/pre-re/item_db_etc.yml
-
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.
-
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
-
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.
-
It because == is C++ coding. Just change ==== to ---- mes "-----------[Rohayu]-------------";
-
Other Release: [400 Custons + 20 Custom Wepons] by Mihael
mrfizi replied to Mihael's topic in Sprites & Pallette Downloads
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: -
You're welcome
-
Refer this post:
-
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.
-
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.
-
Utility: All In One - Random Options Script
mrfizi replied to sader1992's topic in Utility Script Releases
Thanks for this release @sader1992. Realy like it and will use it on my server. -
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.
-
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:
-
Need some suggestion how can i improve my website
mrfizi replied to Dolphin86's question in Web Support
Just make all link or button function. That more important. Your website is already look great. -
hello.. you can refer on this post:
-
I found this from rAthena Discord. Answer by Fluxion: Hope this can help you.
-
hp is bugging when you pass level 100
mrfizi replied to poring amarelo's question in General Support
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. -
Update your kro using rsu updater.
-
hp is bugging when you pass level 100
mrfizi replied to poring amarelo's question in General Support
Read my post here: You need to use db/import/job_stats.yml for level over 99. -
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.