Jump to content

mrfizi

Members
  • Posts

    383
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by mrfizi

  1. Hahaha.. Same here. Never have a chances to play. My laptop only can support for play RO.
  2. Check on this post:
  3. Thank you for the file. I still remember 12+ years ago I need to edit/add source for @dance . ? Thank you again.
  4. I'm not sure if there have guide for this. But you can find 3rd party services for custom headgear with your server logo. Try pm @Adel or @Haziel
  5. Thank you for sharing @Rytech
  6. 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. ?
  7. 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. ?
  8. 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.. ?
  9. Agreed! rAthena have trusted 3rd Party Service. You can check it here: https://rathena.org/thirdpartyservices/
  10. 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?
  11. Extract your rdata.grf .. the file image is in rdata.grf
  12. You can find it here: https://github.com/llchrisll/ROenglishRE
  13. mrfizi

    Coming Back

    Welcome back! ?
  14. 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.
  15. 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;
  16. It working 100% on my server. Try @reloadatcommand or restart you server.
  17. Use /* and */ if you want to leave it as a comment or you don't want to delete it.. don't use //
  18. 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
  19. Check this post: Hope this can help you.
  20. Are you using eAmod? alootid: true - Removed by eAmod
  21. 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.
  22. 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
  23. mrfizi

    ASk refund

    You can request support here: https://rathena.org/board/support/ or can direct ask on rAthena Discord: https://rathena.org/discord/
  24. You need to change all sell price item in item_db* or you can make some custom/change on source.
  25. 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?
×
×
  • Create New...