Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/16/23 in Files

  1. Version 1.0.0

    152 downloads

    Small map for PVP fights It's an old map I made, it's small but can be used for 1v1 fights If creative, it can be used for any other event. (Free to the community)
    Free
    1 point
  2. Version 1.0.0

    989 downloads

    Hello Friends, I'm a mapper and I also do map services (contact-me if you're interested in my job) I recently had this Prontera ripped and now I need to make it free for everyone. I hope y'all like it! If anyone wanna support me, please DM me.
    Free
    1 point
  3. Version 1.0.0

    441 downloads

    Hi, there! this functions is ideal for newbie scripters or just someone who wants to "add" or "modify" scripts with rewards. It may be item or variables such as points or stuff... This function can also be used by experienced scripters who are lazy to code and stuff xD. Easy to use and all ? Here are the sample npcs on how to use it. (included in the downloadable files) // Sample NPC for using F_Reward_Item and F_Reward_Var // For beginners. prontera,150,180,0 script F_Reward_Test 123,{ mes "What do you want to get?"; switch(select("Item","Points")) { case 1: F_Reward_Item("501:10,502:5,503:10"); break; case 2: F_Reward_Var("#CASHPOINTS","Cash Points",100); break; } mes "Enjoy!"; close; } // This is just a pseudo-code, you can understand what I mean by this xD // For advance scripters. You can do something like. prontera,150,180,0 script F_Reward_Test 123,{ mes "get items"; close2; F_Reward_Item(.itemlist$); end; OnInit: .itemlist$ = "501:10,502:5,503:10"; end; } I hope this will help! Keep those upvotes coming to motivate me moooore ? Enjoy the rest of the day!
    Free
    1 point
  4. Version 1.0.0

    1009 downloads

    Hello peoples, I've been asked recently to create instances that aren't release on rathena yet So here's my version of Endless Cellar instance, based over infos took here and there, videos and divine-pride database. In the rar, you'll find all you need, including Instance file, mob, item and quest db. You'll still need up to date client (I personnaly use 20160201) to ensure the mobs are created client side. Have fun. Please, leave the credits and do not claim my work as yours.
    Free
    1 point
×
×
  • Create New...