-
Posts
883 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Files posted by Quesooo
-
Costume Quest Story Line
By Quesooo in Games, Events, Quests
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.
7 purchases 13 downloads
Updated
-
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
-
Simple Quest NPC
By Quesooo in Games, Events, Quests
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 !!!!
371 downloads
Submitted