* Fixed a wrong item ID in Socket Enchant NPC.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10951 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
9a919c6d69
commit
50e183dba6
@ -2,6 +2,7 @@ Date Added
|
|||||||
======
|
======
|
||||||
2007/08/05
|
2007/08/05
|
||||||
* Set default Rachel NPCs as kRO ones (with mask).No more debate please. [SinSloth]
|
* Set default Rachel NPCs as kRO ones (with mask).No more debate please. [SinSloth]
|
||||||
|
* Fixed a wrong item ID in Socket Enchant NPC. [SinSloth]
|
||||||
2007/08/04
|
2007/08/04
|
||||||
* Rev. 10948 Several bug-fixes to various Rachel quests (Gepard) [L0ne_W0lf]
|
* Rev. 10948 Several bug-fixes to various Rachel quests (Gepard) [L0ne_W0lf]
|
||||||
* Small fix to the level 4 weapon quest.
|
* Small fix to the level 4 weapon quest.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= eAthena dev team
|
//= eAthena dev team
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.2
|
//= 1.3
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -18,6 +18,7 @@
|
|||||||
//= 1.1 Updated to official. [SinSloth]
|
//= 1.1 Updated to official. [SinSloth]
|
||||||
//= 1.1b Optimized/cleaned [ultramage]
|
//= 1.1b Optimized/cleaned [ultramage]
|
||||||
//= 1.2 Fixed some typos and a nasty bug. [SinSloth]
|
//= 1.2 Fixed some typos and a nasty bug. [SinSloth]
|
||||||
|
//= 1.3 Fixed a wrong item ID with Sphinx Hat. [SinSloth]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
payon,140,151,5 script Seiyablem 84,{
|
payon,140,151,5 script Seiyablem 84,{
|
||||||
@ -206,7 +207,7 @@ payon,140,151,5 script Seiyablem 84,{
|
|||||||
case 4: callfunc "Func_Socket",1,5019,5163,40,51,2000,985,2; break;
|
case 4: callfunc "Func_Socket",1,5019,5163,40,51,2000,985,2; break;
|
||||||
case 5: callfunc "Func_Socket",1,2235,5165,40,51,2000,985,2; break;
|
case 5: callfunc "Func_Socket",1,2235,5165,40,51,2000,985,2; break;
|
||||||
case 6: callfunc "Func_Socket",1,2234,5164,40,51,2000,985,2; break;
|
case 6: callfunc "Func_Socket",1,2234,5164,40,51,2000,985,2; break;
|
||||||
case 7: callfunc "Func_Socket",1,5063,5166,40,51,1000,985,2; break;
|
case 7: callfunc "Func_Socket",1,5053,5166,40,51,1000,985,2; break;
|
||||||
case 8: callfunc "Func_Socket",1,2343,2360,40,51,1000,985,2; break;
|
case 8: callfunc "Func_Socket",1,2343,2360,40,51,1000,985,2; break;
|
||||||
case 9: callfunc "Func_Socket",1,2602,2622,40,51,1000,985,2; break;
|
case 9: callfunc "Func_Socket",1,2602,2622,40,51,1000,985,2; break;
|
||||||
case 10: callfunc "Func_Socket",1,2601,2621,40,51,1000,985,2; break;
|
case 10: callfunc "Func_Socket",1,2601,2621,40,51,1000,985,2; break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user