fixed 2nd bug in the event
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13527 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
822514596c
commit
1bdafa4c97
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Kisuka
|
//= Kisuka
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.1
|
//= 1.2
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -19,7 +19,7 @@
|
|||||||
//= Must enable the event items in item_db2 and item_trade!
|
//= Must enable the event items in item_db2 and item_trade!
|
||||||
//===== Additional Comments: =================================
|
//===== Additional Comments: =================================
|
||||||
//= 1.0 First version. [Kisuka]
|
//= 1.0 First version. [Kisuka]
|
||||||
//= 1.1 Fixed exploit [Lupus]
|
//= 1.1-1.2 Fixed exploits with unlimited rings and non deleting choco [Lupus]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
// Marco Bassinio (Chocolate/Chocolate Box maker)
|
// Marco Bassinio (Chocolate/Chocolate Box maker)
|
||||||
@ -173,6 +173,7 @@ prontera,164,174,4 script Trader#Val09 58,{
|
|||||||
mes "See, your name looks";
|
mes "See, your name looks";
|
||||||
mes "great on the box!";
|
mes "great on the box!";
|
||||||
next;
|
next;
|
||||||
|
delitem 558,1;
|
||||||
delitem 7175,1;
|
delitem 7175,1;
|
||||||
delitem 7174,1;
|
delitem 7174,1;
|
||||||
delitem 7948,1;
|
delitem 7948,1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user