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
|
||||
======
|
||||
08/13
|
||||
* The Sign Quest: moved #aldesignwarp to fix enless warp [Lupus]
|
||||
08/12
|
||||
* Fixed id of Dryad Card in the Headgears 2006 quest thanks to tonyfud [Playtester]
|
||||
* Added Violin[3] to the Comodo Weapon seller [Playtester]
|
||||
|
@ -3,7 +3,7 @@
|
||||
//===== By: ==================================================
|
||||
//= SinSloth(Most of the NPCs), MasterOfMuppets(Some of the NPCs + bug fixes) & Kargha(The quiz NPCs)
|
||||
//===== Current Version: =====================================
|
||||
//= 1.1
|
||||
//= 1.1a
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN 3422+(Requires jA Script System)
|
||||
//===== Description: =========================================
|
||||
@ -14,6 +14,7 @@
|
||||
//===== Additional Comments: =================================
|
||||
//= 1.0 First version, beware of potential nasty bugs :x [MasterOfMuppets]
|
||||
//= 1.1 Finalized for stable, might still contain bugs though. [MasterOfMuppets]
|
||||
//= 1.1a moved #aldesignwarp to fix enless warp [Lupus]
|
||||
//============================================================
|
||||
//===== Configuration : ======================================
|
||||
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:
|
||||
set @aldesigncheck,0;
|
||||
warp "aldeba_in.gat",149,120;
|
||||
|
Loading…
x
Reference in New Issue
Block a user