Reverted two duplicate next, please check before commit it
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8557 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
bacae50101
commit
9adb376eae
@ -32,8 +32,10 @@ Playtester
|
|||||||
|
|
||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
08/31
|
||||||
|
* Reverted two duplicate next, please check before commit it [Playtester]
|
||||||
08/30
|
08/30
|
||||||
* Added missing NEXT; to some custom quests. Thanks to $ephiroth
|
* Added missing NEXT; to some custom quests. Thanks to $ephiroth [Lupus]
|
||||||
* A small fix to the 2006 headgears quest, thanks to Belle for telling me about the problem. [MasterOfMuppets]
|
* A small fix to the 2006 headgears quest, thanks to Belle for telling me about the problem. [MasterOfMuppets]
|
||||||
* Added temporary Ice Dungeon spawn file (commented for now) [Playtester]
|
* Added temporary Ice Dungeon spawn file (commented for now) [Playtester]
|
||||||
08/29
|
08/29
|
||||||
|
@ -27,7 +27,6 @@ geffen.gat,127,49,5 script Elven Ears Quest 84,{
|
|||||||
delitem 2213,1;
|
delitem 2213,1;
|
||||||
delitem 1040,20;
|
delitem 1040,20;
|
||||||
delitem 919,20;
|
delitem 919,20;
|
||||||
next;
|
|
||||||
mes "[Elven Ears quest]";
|
mes "[Elven Ears quest]";
|
||||||
mes "Give me a second.....";
|
mes "Give me a second.....";
|
||||||
next;
|
next;
|
||||||
|
@ -23,10 +23,9 @@ izlude.gat,135,96,5 script Fashion Glasses Quest 76,{
|
|||||||
mes "[Fashionable Glasses Quest]";
|
mes "[Fashionable Glasses Quest]";
|
||||||
mes "Good good, let me just check";
|
mes "Good good, let me just check";
|
||||||
next;
|
next;
|
||||||
if(countitem(2271)<1 || countitem(975)<1) goto M_NOITEMS;
|
if(countitem(2271)<1 || countitem(975)<1) goto M_NOITEMS;
|
||||||
delitem 2271,1;
|
delitem 2271,1;
|
||||||
delitem 975,1;
|
delitem 975,1;
|
||||||
next;
|
|
||||||
mes "[Fashionable Glasses Quest]";
|
mes "[Fashionable Glasses Quest]";
|
||||||
mes "Give me a second.....";
|
mes "Give me a second.....";
|
||||||
next;
|
next;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user