moved warp to fix endless warping
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8258 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
1d2c4f8950
commit
45f33bdeef
@ -34,6 +34,8 @@ Playtester
|
|||||||
|
|
||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
08/13
|
||||||
|
* The Sign Quest: moved #aldesignwarp to fix enless warp [Lupus]
|
||||||
08/12
|
08/12
|
||||||
* Fixed id of Dryad Card in the Headgears 2006 quest thanks to tonyfud [Playtester]
|
* Fixed id of Dryad Card in the Headgears 2006 quest thanks to tonyfud [Playtester]
|
||||||
* Added Violin[3] to the Comodo Weapon seller [Playtester]
|
* Added Violin[3] to the Comodo Weapon seller [Playtester]
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= SinSloth(Most of the NPCs), MasterOfMuppets(Some of the NPCs + bug fixes) & Kargha(The quiz NPCs)
|
//= SinSloth(Most of the NPCs), MasterOfMuppets(Some of the NPCs + bug fixes) & Kargha(The quiz NPCs)
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.1
|
//= 1.1a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN 3422+(Requires jA Script System)
|
//= eAthena SVN 3422+(Requires jA Script System)
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -14,6 +14,7 @@
|
|||||||
//===== Additional Comments: =================================
|
//===== Additional Comments: =================================
|
||||||
//= 1.0 First version, beware of potential nasty bugs :x [MasterOfMuppets]
|
//= 1.0 First version, beware of potential nasty bugs :x [MasterOfMuppets]
|
||||||
//= 1.1 Finalized for stable, might still contain bugs though. [MasterOfMuppets]
|
//= 1.1 Finalized for stable, might still contain bugs though. [MasterOfMuppets]
|
||||||
|
//= 1.1a moved #aldesignwarp to fix enless warp [Lupus]
|
||||||
//============================================================
|
//============================================================
|
||||||
//===== Configuration : ======================================
|
//===== Configuration : ======================================
|
||||||
prontera.gat,1,1,1 script TheSignConfig -1,{
|
prontera.gat,1,1,1 script TheSignConfig -1,{
|
||||||
@ -1955,7 +1956,7 @@ s_Last:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
aldebaran.gat,225,54,4 script #aldesignwarp 45,2,2,{
|
aldebaran.gat,226,54,4 script #aldesignwarp 45,2,2,{
|
||||||
OnTouch:
|
OnTouch:
|
||||||
set @aldesigncheck,0;
|
set @aldesigncheck,0;
|
||||||
warp "aldeba_in.gat",149,120;
|
warp "aldeba_in.gat",149,120;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user