Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/18/20 in Files

  1. Version 1.0

    609 downloads

    Report all error/bugs in the forum post not in the PM for faster fix, Thanks! By downloading this file, you agree with my Terms of Service: You are not allowed remove my signature from any of the included files. You are not allowed claim my work as yours. If you like it, give me a ?
    Free
    1 point
  2. Version 1.0

    775 downloads

    Report all error/bugs in the forum post not in the PM for faster fix, Thanks! By downloading this file, you agree with my Terms of Service: • You are not allowed remove my signature from any of the included files. • You are not allowed claim my work as yours. If you like it, give me a ?
    Free
    1 point
  3. Version 6.0

    2132 downloads

    In response to this post : https://rathena.org/board/topic/122667-woe-ranking-script/ https://rathena.org/board/topic/121631-woe-rankings-script/#comment-373249 https://rathena.org/board/topic/96397-woe-ranking/ https://rathena.org/board/topic/109488-ranking-woe/ By downloading this file, you agree with my Terms of Service: • You are not allowed remove my signature from any of the included files. • You are not allowed claim my work as yours. If you like it, give me a ?
    Free
    1 point
  4. Version 1.0.0

    224 downloads

    Hello, It's me again sharing some sprites I've done last year. Upon downloading my file you are not allow to alter, remove or change some of it contents (color, position, signature & etc) and lastly please do not claim my works as yours and resell it for profits. Thanks.
    Free
    1 point
  5. Version 1.0.0

    152 downloads

    Hello, Since I'm busy with multiple works, And trying to bring in on the limelight. I would like to share to the community of some sprites that I created. This Owl Mask suits as Upper-Mid View Location. Upon downloading my file you are not allow to alter, remove or change some of it contents (color, position, signature & etc) and lastly please do not claim my works as yours and resell it for profits. Thanks.
    Free
    1 point
  6. Version 1.0.0

    208 downloads

    3 Custom Visors Just cleaning up my design folders. Hehe
    Free
    1 point
  7. Version 1.0.0

    210 downloads

    Colored Credit Cards Just cleaning up my design folders. Hehe
    Free
    1 point
  8. Version 1.0.0

    488 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
×
×
  • Create New...