-
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
-
Thank you for sharing @Rytech
-
What you need to do is only setting this on the script: // Settings .ThirdClass = false; // Enable third classes? .RebirthClass = true; // Enable rebirth classes? .SecondExpanded = false; // Enable new expanded second classes: Ex. Super Novice, Kagerou/Oboro, Rebellion? .BabyNovice = true; // Enable Baby novice classes? Disable it if you like player must have parent to get job baby. .BabyClass = true; // Enable Baby classes? .BabyThird = false; // Enable Baby third classes? .BabyExpanded = false; // Enable Baby Expanded classes: Ex. Baby Ninja, Baby Taekwon, etc. .BabySummoner = false; // Enable Baby Summoner? .LastJob = true; // Enforce linear class changes? .SkillPointCheck = true; // Force player to use up all skill points? .Platinum = true; // Get platinum skills automatically? .GetJobEquip = true; // Get job equipment (mostly weapons) on job change? Hope it help.
-
Saya juga sedang buat server sendiri. Tujuan yang sama, for fun sahaja. hehehe.. Sekarang masih mid-rates. Sedang fikir samada nak buat translation bahasa malaysia atau tidak. Rasanya terlalu banyak kerja untuk ubah semua ke bahasa. Ya betul. Masih ramai, tapi tak seaktif dahulu. Kita mungkin dalam 5-10% sahaja di forum.
-
Ramai sebenarnya yang tahu. @Akbare pun masih membuat service. Cuma nak contact tu kadang-kadang susah nak jumpa. Tapi boleh cuba PM. Saya nak buat service tak boleh sebab saya sendiri busy dengan server sendiri..
-
Agreed! rAthena have trusted 3rd Party Service. You can check it here: https://rathena.org/thirdpartyservices/
-
Boleh cari, tapi kena cari direct contact. Kadang kala di forum tidak aktif, tetapi aktif di facebook. Hi sahabat lama @Akbare .. Memang sudah lama tak bersua. Masih aktif dalam pembuatan server atau punya server sendiri?
-
Extract your rdata.grf .. the file image is in rdata.grf
-
You can find it here: https://github.com/llchrisll/ROenglishRE
-
Then inside trunk/db/item_delay.txt remove or comment // or change the duration for: 607,5000 // Yggdrasil_Berry 5000 is the duration time/delay for Yggdrasil Berry.
-
If you're using latest rAthena, edit the duration in your db/pre-re/item_db_usable.yml - Id: 607 AegisName: Yggdrasilberry Name: Yggdrasil Berry Type: Healing Buy: 5000 Weight: 300 Flags: BuyingStore: true Delay: Duration: 5000 Status: Reuse_Limit_F Script: | percentheal 100,100;
-
I have my @alootid and all but still its not working
mrfizi replied to Leon Wicked's question in Client-side Support
It working 100% on my server. Try @reloadatcommand or restart you server. -
I have my @alootid and all but still its not working
mrfizi replied to Leon Wicked's question in Client-side Support
Use /* and */ if you want to leave it as a comment or you don't want to delete it.. don't use // -
I have my @alootid and all but still its not working
mrfizi replied to Leon Wicked's question in Client-side Support
group.conf groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { changedress: true resurrect: true alootid: true } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true attendance: true } }, delete -Removed by eAmod -
Check this post: Hope this can help you.
-
I have my @alootid and all but still its not working
mrfizi replied to Leon Wicked's question in Client-side Support
Are you using eAmod? alootid: true - Removed by eAmod -
You need to use OnPCLoginEvent to change it back to normal. The idea is; if char skill point equal to 127 then reset char skill and delete the additional skill point. Make the skill point default again.
-
Basically normal player group ID is 0 and Group ID 5 is for VIP. Default setting: https://github.com/rathena/rathena/blob/master/conf/groups.conf
- 1 reply
-
- 1
-
-
You can request support here: https://rathena.org/board/support/ or can direct ask on rAthena Discord: https://rathena.org/discord/
-
Use default custom jobmaster by rathena: https://github.com/rathena/rathena/blob/master/npc/custom/jobmaster.txt You can setting enable or disable it here: // Settings .ThirdClass = true; // Enable third classes? .RebirthClass = true; // Enable rebirth classes? .SecondExpanded = true; // Enable new expanded second classes: Ex. Super Novice, Kagerou/Oboro, Rebellion? .BabyNovice = true; // Enable Baby novice classes? Disable it if you like player must have parent to get job baby. .BabyClass = true; // Enable Baby classes? .BabyThird = true; // Enable Baby third classes? .BabyExpanded = true; // Enable Baby Expanded classes: Ex. Baby Ninja, Baby Taekwon, etc. .BabySummoner = true; // Enable Baby Summoner? .LastJob = true; // Enforce linear class changes? .SkillPointCheck = true; // Force player to use up all skill points? .Platinum = true; // Get platinum skills automatically? .GetJobEquip = false; // Get job equipment (mostly weapons) on job change?
-
how to fix this plssss :( An error as occured in fread while reading map_cache
mrfizi replied to alexander03's question in Database Support
Please refer this guide for adding custom maps: Hope this will help you and fix your error. -
You can change the script like what @Akkarin post in here:
-
Is this what you mean? https://github.com/rathena/rathena/blob/master/npc/custom/etc/floating_rates.txt Just change the OnHour labels to something else.
-
Refer to this link: