Jump to content
  • 0

rachel sanc script


Question

9 answers to this question

Recommended Posts

Posted

https://github.com/rathena/rathena/blob/master/npc/quests/quests_rachel.txt

//===== rAthena Script ======================================= 
//= Rachel Quests
//===== By: ================================================== 
//= L0ne_W0lf
//===== Current Version: ===================================== 
//= 3.6
//===== Compatible With: ===================================== 
//= rAthena Project
//===== Description: ========================================= 
//= Collection of Rachel Quests 
//= Lost Child Quest:
//= - End of quest coincides with opening the Sanctuary.
//= - Variable in use: lost_boy (max 13)
//= Bruspetti Quest:
//= - [Official Conversion]
//= - Requires friendship quest as a prerequisite.
//= - Variable in use: rach_vice (max 24)
//= Ice Necklace Quest:
//= - iRO uses a different sprite for Urstia, and no cutins.
//= - Variable in use: ice_necklace_q (max 7)
//= Sanctuary Quest:
//= - Actually two quests in one. Donation and dungeon quest.
//= - Requires 10000 donations before players can start the quest.
//= - Variable in use: ra_tem_q (max 23) (unset at end)
//= - Variable in use: Once completed MISC_QUEST bit 8192 is set
//= - Variable in use: ra_have_donated (0 no/1 yes)
//= - Variable in use: $rachel_donate (max 10000)
//===== Additional Comments: ================================= 
//= 3.0 Large reordering of Zhed, and Peace to the Arunafeltz addition. [L0ne_W0lf]
//=     Some more numeric conversion, and some other cleanup.
//= 3.1 Updated Ice Necklace quest, added missing checks. [L0ne_W0lf]
//= 3.2 Added missing updates for Peace to the Arunafeltz quest. [L0ne_W0lf]
//= 3.3 Fixed occurance of PcName. [L0ne_W0lf]
//=     Fixed level 4 ID warps always being usable.
//= 3.3a Fixed level 4 ID warps again. (Bugreport:4102) [L0ne_W0lf]
//= 3.4 Added quest log entries for:
//=     - Ice Necklace Quest
//=     - Thor Volcano Base Quest addition.
//= 3.5 Updated RE/Pre-RE EXP. [Euphy]
//= 3.6 Added questlog support. [Euphy]
//============================================================ 

// Lost Child Quest (Prerequisite to High Priest quest) :: rachel_wonjumin
//============================================================ 
Posted

 

https://github.com/rathena/rathena/blob/master/npc/quests/quests_rachel.txt

//===== rAthena Script ======================================= 
//= Rachel Quests
//===== By: ================================================== 
//= L0ne_W0lf
//===== Current Version: ===================================== 
//= 3.6
//===== Compatible With: ===================================== 
//= rAthena Project
//===== Description: ========================================= 
//= Collection of Rachel Quests 
//= Lost Child Quest:
//= - End of quest coincides with opening the Sanctuary.
//= - Variable in use: lost_boy (max 13)
//= Bruspetti Quest:
//= - [Official Conversion]
//= - Requires friendship quest as a prerequisite.
//= - Variable in use: rach_vice (max 24)
//= Ice Necklace Quest:
//= - iRO uses a different sprite for Urstia, and no cutins.
//= - Variable in use: ice_necklace_q (max 7)
//= Sanctuary Quest:
//= - Actually two quests in one. Donation and dungeon quest.
//= - Requires 10000 donations before players can start the quest.
//= - Variable in use: ra_tem_q (max 23) (unset at end)
//= - Variable in use: Once completed MISC_QUEST bit 8192 is set
//= - Variable in use: ra_have_donated (0 no/1 yes)
//= - Variable in use: $rachel_donate (max 10000)
//===== Additional Comments: ================================= 
//= 3.0 Large reordering of Zhed, and Peace to the Arunafeltz addition. [L0ne_W0lf]
//=     Some more numeric conversion, and some other cleanup.
//= 3.1 Updated Ice Necklace quest, added missing checks. [L0ne_W0lf]
//= 3.2 Added missing updates for Peace to the Arunafeltz quest. [L0ne_W0lf]
//= 3.3 Fixed occurance of PcName. [L0ne_W0lf]
//=     Fixed level 4 ID warps always being usable.
//= 3.3a Fixed level 4 ID warps again. (Bugreport:4102) [L0ne_W0lf]
//= 3.4 Added quest log entries for:
//=     - Ice Necklace Quest
//=     - Thor Volcano Base Quest addition.
//= 3.5 Updated RE/Pre-RE EXP. [Euphy]
//= 3.6 Added questlog support. [Euphy]
//============================================================ 

// Lost Child Quest (Prerequisite to High Priest quest) :: rachel_wonjumin
//============================================================ 

 

 

i do have question if i copy paste all scripts? it will automatically remove the 10,000 donation?

Posted


//= Sanctuary Quest:

//= - Actually two quests in one. Donation and dungeon quest.

//= - Requires 10000 donations before players can start the quest.

//= - Variable in use: ra_tem_q (max 23) (unset at end)

//= - Variable in use: Once completed MISC_QUEST bit 8192 is set

//= - Variable in use: ra_have_donated (0 no/1 yes)

//= - Variable in use: $rachel_donate (max 10000)

Posted

@GMynna What he tries to say is that you may change the variables (or the conditions), as said in the posted description part. Just look up the variable ($rachel_donate) and change the value:

	if ($rachel_donate >= 10000) {

You can set the donation limit with it. /no1

  • Upvote 1
Posted

@GMynna What he tries to say is that you may change the variables (or the conditions), as said in the posted description part. Just look up the variable ($rachel_donate) and change the value:

	if ($rachel_donate >= 10000) {

You can set the donation limit with it. /no1

 

thank you

Posted

how could i make this close to official?? like a character must quest this.. only people who have done the quest could go in?... bcoz on my server only 1 person was able to do the quest but alot of my players was able to get in...

Join the conversation

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

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...