Jump to content

mrfizi

Members
  • Posts

    311
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by mrfizi

  1. Use game guard. Gepard Shield is the best solution.
  2. Check your custom item bonus https://github.com/rathena/rathena/blob/master/doc/item_bonus.txt You're welcome ?
  3. Hello @Olrox, I just download and using this map on my RO project. I got the same problem like this. The folder file inside model/a1/ cannot be rename to korean/etc .. I have tried using GRF Editor to change it but still can't. This is the folder name and file that cannot be rename or unknown name: Folder name: ¿Üº╫¼πÇ° Ç╡·╤Å₧⌠ó File name: µσ±δºí·╪±æ.rsm ⁿë╡¡»ó03.rsm Hope someone can help me fix this. Thank you so much.
  4. OMG! Really like this Prontera map. Release it soon ?
  5. Here you go.. Check this post/script and change like what you want.
  6. I just find another post about remove something like this. But the only way to remove this is use a client with an earlier date. Check this post:
  7. Hahaha.. Same here. Never have a chances to play. My laptop only can support for play RO.
  8. Thank you for the file. I still remember 12+ years ago I need to edit/add source for @dance . ? Thank you again.
  9. 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
  10. Thank you for sharing @Rytech
  11. 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. ?
  12. 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. ?
  13. 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.. ?
  14. Agreed! rAthena have trusted 3rd Party Service. You can check it here: https://rathena.org/thirdpartyservices/
  15. 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?
  16. Extract your rdata.grf .. the file image is in rdata.grf
  17. You can find it here: https://github.com/llchrisll/ROenglishRE
  18. mrfizi

    Coming Back

    Welcome back! ?
  19. 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.
  20. 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;
  21. It working 100% on my server. Try @reloadatcommand or restart you server.
  22. Use /* and */ if you want to leave it as a comment or you don't want to delete it.. don't use //
  23. 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
×
×
  • Create New...