Fixed issue #949 (requirement inversion)
and corrected variable typo in alchemist.txt Signed-off-by: Atemo <capucrath@gmail.com>
This commit is contained in:
parent
cbfa9c9ea1
commit
a2941b7c4d
@ -718,7 +718,7 @@ alde_alche,175,107,3 script Fastidious Alchemist#am 749,{
|
||||
mes "you make from this sale?";
|
||||
next;
|
||||
input .@input;
|
||||
if (.@input != 7680) set w_point,w_point+1;
|
||||
if (.@input != 7680) set .@w_point,.@w_point+1;
|
||||
}
|
||||
if (.@w_point == 0) {
|
||||
mes "[Raspuchin Gregory]";
|
||||
@ -1124,7 +1124,6 @@ alde_alche,13,15,7 script Studying Man#am 750,{
|
||||
mes "Now, make some medicine";
|
||||
mes "using the simple procedure";
|
||||
mes "I just explained to you.";
|
||||
set w_point,0;
|
||||
next;
|
||||
switch(select("Prepare the Medicine Bowl.:Put the Medicine Bowl on your head.:Kick the Medicine Bowl.")) {
|
||||
case 1:
|
||||
|
@ -196,13 +196,13 @@ lighthalzen,342,291,4 script Weird old man#Bio4Reward 4_M_EINOLD,{
|
||||
mes "<<Salvage Cape[0]>>";
|
||||
mes "Allow to use 'Cicada Skin Shed'(Lv 1). Cool time for this skill will be 30 seconds. When equiping it, SP consumption for using any skill will be doubled, When taking it off, SP - 1200.";
|
||||
mes "Garment / Def 1 / Weight 40 / Required Lv 130 / Socket 0 / for Archbishop";
|
||||
callsub L_Reward, 2582, 100, 50, 35; //Salvage_Cape
|
||||
callsub L_Reward, 2582, 300, 300, 400; //Salvage_Cape
|
||||
break;
|
||||
case 6:
|
||||
mes "<<Assassin's Handcuffs[1]>>";
|
||||
mes "MSP + 20, CRI + 3. When equipping with Krishna, ATK + 50, ATK power from 'Sonic Blow' 50% increased, FLEE - 30. When equipping with Cakram CRI + 4, Critical ATK power 40% increased, MHP - 10%.";
|
||||
mes "Accessory / Def 3 / Weight 40 / Required Lv 100 / Socket 1 / for Guillotine Cross";
|
||||
callsub L_Reward, 2892, 300, 300, 400; //Assassin_Handcuffs
|
||||
callsub L_Reward, 2892, 100, 50, 35; //Assassin_Handcuffs
|
||||
break;
|
||||
case 7:
|
||||
mes "<<Green Operating Gown[1]>>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user