forked from rathena/rathena
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Formatting and grammar edits on recently added docs. - Added missing NPC header and script conf include from ea8ccfc. - Moved ER model files to a separate folder ('doc/model/'). Fixed a typo in Wolfchev instance. (bugreport:9263) http://rathena.org/board/tracker/issue-9263-wolfchevlaboratory-script-error/ Signed-off-by: Euphy <[email protected]>
- Loading branch information
Showing
9 changed files
with
2,566 additions
and
28 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
//===== rAthena Script ======================================= | ||
//= Test: Infinite Warp Loop | ||
//===== By: ================================================== | ||
//= rAthena Dev Team | ||
//===== Last Updated: ======================================== | ||
//= 20140829 | ||
//===== Description: ========================================= | ||
//= Tests infinite warp loop prevention. | ||
//============================================================ | ||
|
||
e_tower,74,116,0 warp #inf_warp1 2,2,e_tower,81,108 | ||
e_tower,81,108,0 warp #inf_warp2 2,2,e_tower,75,84 | ||
e_tower,75,84,0 warp #inf_warp3 2,2,e_tower,74,116 |