Jump to content
Sign in to follow this  
rokimoki

Bloody Branch Quest

Recommended Posts

Script Type: Quest

Script Name: Bloody Branch Quest

Made for: Elaria Woon Reloaded

Made byRokimoki

Latest version: Bloody Branch Quest

Ragnarok version: Any version

Note: This script was made for Elaria Woon Reloaded, since they are going to close I will upload two scripts I made for them.

 

Description:

 

This is a quest that gives a Bloody Branch, this can be configured, even the item as the quantity that gives. The special thing in this quest is that the NPC will appear randomly in any previously configured map. When appear the NPC will ask for X items, you give the items and you get the reward, simple, but the NPC will only work for 10 uses every time the NPC spawns.

 

Configuration:

 

Search for: // ============== NPC CONFIGURATION ==============

Then you will see the configuration instructions, I think it's pretty clear, the hard part is the npc duplicate, if you set or change new maps in .mapListBB$[0] then you must do the same in npc duplicate.

 

For example: I add my custom map "lolmap-01" in the array,

setarray(.mapListBB$[0],
			"prontera",
			"payon",
			"geffen",
                        "lolmap-01" // new map added, last map DON'T HAVE coma
		); 

 

then I add this line as npc duplicate:

 

lolmap-01,100,100,4    duplicate(Bloody Guy)    Bloody Guy::bblolmap-01    4_M_ROKI

 

And that's it.

 

Reward Configuration:

 

Search for: // here starts the reward section

Then, you will see the getitem, you can add more getitem, edit the item id and quantity etc... even add cash points... 

 

Enjoy.

BloodyBranchQuest.txt

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.