Jump to content

Quesooo

Members
  • Posts

    883
  • Joined

  • Last visited

Files posted by Quesooo

  1. 10.00 USD

    Costume Quest Story Line

    About This File
    Story line quest that make some twist for your server
    Features
    Easy Use just Add this script in your NPC Script and load them you can change or add the reward items on this line set .@gamble1,rand(1,7);         if (.@gamble1 == 1) set .@item,18747;         else if (.@gamble1 == 2) set .@item,18741;         else if (.@gamble1 == 3) set .@item,31120;                 else if (.@gamble1 == 4) set .@item,31121;         else if (.@gamble1 == 5) set .@item,20430;          else if (.@gamble1 == 6) set .@item,20398;         else if (.@gamble1 == 7) set .@item,19985;         getitem .@item,1 This are the items you can get "randomly" on completing the quest

     
    By buying this script, you agree to these terms:
    You are not allowed to redistribute this script in any way, shape, or form.
    Chargeback scams are not tolerated and will get you punished on rAthena.
    I still retain all rights to this script.
    Terms above may be changed or adjusted without prior notification.

    5 purchases   9 downloads

    Updated

  2. 15.00 USD

    Quest NPC ( Instance Base )

    Good day !!!
     
    this is my new quest NPC ( instance base script )
     
    why i called it instance base ?
    because you need to do some quest by entering instance first and find the monster need to kill to finish this quest
     
    i insert all modifications and scripts needed on this NPC script
    i also insert Shadow boxes lua file modification on this script
     
    Take note : please read all read me text first to do all procedures properly
     
    thank you guys

    2 purchases   6 downloads

    Updated

  3. Free

    Simple Quest NPC

    hi there i want to share my simple npc made before
     
    this npc let you make quest item
    Book of Exorcism
    Conch
    Dofle Axe
    Hitairoi Sword
    Magic Sword
    Meteor Strike
    Octopus Kitchen Knife
    Onimaru
    Royal Bow
    Shadow Staff
    Spear of Odin
     
    you can add items as many as you wanted at line 13
     
    and edit requirements of each items on every part of 
     
        if(countitem(2129) < 1) goto Q_ITEM_1b;//Items: Exorcism Bibble,
        if(countitem(4072) < 1) goto Q_ITEM_2b;//Items: Golem Card,
        if(countitem(7112) < 50) goto Q_ITEM_3b;//Items: Sharp paper,
        delitem 2129,1;//Items: Exorcism Bibble,
        delitem 4072,1;    //Items: Golem Card,
        delitem 7112,50; //Items: Sharp Paper
     
    fell free to use it  credits to all who help me alot here at rathena !!!!

    351 downloads

    Submitted

×
×
  • Create New...