diff options
author | blackhole89 <blackhole89@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-11 15:58:40 +0000 |
---|---|---|
committer | blackhole89 <blackhole89@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-11 15:58:40 +0000 |
commit | 1e844abc3fa269a504ba6610ac83224d9660ce22 (patch) | |
tree | b40b3f9560fe5d089f3e1ca51403db8f2c4f9938 /Changelog-Trunk.txt | |
parent | 7732674c21858267c2911415f2e52c36d7f30b1b (diff) | |
download | hercules-1e844abc3fa269a504ba6610ac83224d9660ce22.tar.gz hercules-1e844abc3fa269a504ba6610ac83224d9660ce22.tar.bz2 hercules-1e844abc3fa269a504ba6610ac83224d9660ce22.tar.xz hercules-1e844abc3fa269a504ba6610ac83224d9660ce22.zip |
warpportal(x,y,"tmap",tx,ty) - Creates a skill warp portal on the map. battle_check_target modified to allow NPC-owned skill units to proceed.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7612 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 98c7a1a4e..770276218 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,9 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2006/07/11
+ * Added script function warpportal(x,y,targetmap$,targetx,targety).
+ This creates warp portals as in the skill unit as a volatile alternative
+ to static warp portals. [blackhole89]
* Modified the login-sql server to do the ip-ban check only on the
auth-packets instead of on every packet. [Skotlex]
2006/07/10
|