10375 Commits

Author SHA1 Message Date
shennetsind
c897ecdc25 performance improvement initial commit for status change state functionality, this first commit covers status that makes you unable to move.
-- this cache the status changes into states saving dozens of checks whenever a unit moves/per cell.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16209 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-01 18:42:35 +00:00
shennetsind
6f784872ba Fixed bugreport:4109 battle ground guardians will now follow nearby allies when no foes are in range.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16208 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-01 16:45:45 +00:00
shennetsind
886ca9c647 Follow up r16206 fixed support renewal-disabled builds
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16207 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-01 16:05:19 +00:00
rud0lp20
95795cf08a Fixed bugreport:5889 GC_ROLLINGCUTTER range and behavior are now updated.
Fixed part of bugreport:5880
 -Fixed damage formula of NC_SELFDESTRUCTION.
 -Fixed damage formula of GC_CROSSRIPPERSLASHER.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16206 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-01 14:52:13 +00:00
shennetsind
d1867f8195 Fixed bugreport:208 Warp Portal will cease to function after warping first user if its target is the same point where it was casted.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16205 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-01 14:36:22 +00:00
blacksirius
78c489830e VC10: removed plugin system references from projects :) (see commit r16203)
- VC9 is still missing / broken, ill do this today evening 

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16204 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-01 14:29:28 +00:00
blacksirius
b1881eafee removed the old obsolete Plugin system (commit 1/2)
- Removed @ Autoconf/make and CMake, VC Projects will be cleaned in a additional commit.



git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16203 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-01 14:21:02 +00:00
shennetsind
442132fefe Fixed Leech End poison reportedly not meant to respect phen card.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16202 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-01 13:12:42 +00:00
shennetsind
c386fd80f3 Fixed bugreport:5793 Chrorus skills now count partners properly.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16201 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-01 12:45:05 +00:00
blacksirius
c6c471119f Issue 5887: changed description of --disable-64bit switch.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16200 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-01 11:52:05 +00:00
blacksirius
d1746e052d feature merge bs-coreoptimize->trunk: Build Output Cleanup, Makefile Common Dependency Handling
- "Optimized" the build Output using Makefiles - to Kernel style build output.
- Changed dependency handling to common (core), by generating one lib file (ar) and link against that
	instead of assigning all deps individually in every subproject
- Changed header dependency handling in Subproject makefiles - requiring all common/ headers. 



git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16198 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-01 10:46:02 +00:00
blacksirius
d81154b3ea feature merge bs-coreoptimize->trunk: Enable 64Bit build by default on adequate platforms.
Info:
No need for --enable-64bit anymore, 
you can force to build 32bit bin's on such platforms by adding a --disable-64bit (or --enable-64bit=no) .. 




git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16197 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-01 10:16:44 +00:00
blacksirius
82f5c8991a feature merge bs-coreoptimize->trunk: LTO support
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16196 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-01 10:09:16 +00:00
brianluau
29749ceaa8 - Replaced more -> rAthena (follow up to r15251).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16195 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-01 04:06:10 +00:00
brianluau
d960aa3bee - Follow up to r16164 and r16193: used SVN Copy/Move so SVN History is preserved.
- Added svn:eol-style=native property for some recently added text files.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16194 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-01 03:40:58 +00:00
euphyy
66f7f11388 /custom/ folder overhaul:
==== Script Changes ====
* Warper replaced with Euphy's Warper v1.2
* Stylist replaced with a much more efficient script
* Healer replaced with more efficient script
* MVP Arena heavily condensed, and text edited
* Removed logout suggestion in Reset NPC (why was that there?)
* Quest Warper added to scripts_custom.conf [bug fix]

==== Reorganization ====
* All folders in root directory removed except "battleground", "events", "quests"
* All non-essential scripts in root directory moved to "etc" folder
* A few files renamed for easier identification
* scripts_custom.conf reordered for easier identification

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16193 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-01 02:36:44 +00:00
masao87
0c530aa2fe - Fixed parenthesis check in most 3rd job change quests. bugreport:5883
- Partially rewrote Rune Knight job change quest. bugreport:5881
- Follow up r16180 where i forgot to rename some Warper NPC from Mina to Warp Agent.
- Fixed some comodo quest typos. bugreport:5882

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16192 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 22:13:00 +00:00
shennetsind
60d39385a7 Follow up r16187 adjusted packetver range for the rode bugfix, special thanks to sizenine
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16191 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 22:07:36 +00:00
shennetsind
aef07ec007 a couple checks here and there to remove possible warnings.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16190 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 21:26:10 +00:00
euphyy
93c0ebf9e0 Testing! ~ Euphy
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16189 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 20:49:12 +00:00
shennetsind
6c0ce4927c Fixed bug with banding, super mega ultra thanks to MarkZD for going after it.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16188 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 20:38:01 +00:00
shennetsind
86b0ee72ba Fixed bugreport:5812 november 2011 or earlier clients shall now display the robes properly.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16187 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 19:09:02 +00:00
shennetsind
66e10ae1a7 Updated @changelook to support robe id added missing instruction for already-supported id #6
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16186 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 19:00:20 +00:00
shennetsind
174068d04e Fixed bugreport:5828 Added missing min_group_id_to_connect functionality to login server (presumably removed by accident in r15572).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16185 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 18:50:59 +00:00
shennetsind
ea0fba8394 Fixed bugreport:5839 mapflag conflicts were displaying wrong message
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16184 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 18:42:26 +00:00
shennetsind
cde1d9c0a4 Fixed bugreport:5804 Instances no longer leave "broken" timers behind. Instances also will destroy themselves upon @reloadscript since they break at that.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16183 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 17:46:20 +00:00
shennetsind
13067714a3 Fixed bugreport:5867 clones with cloaking skill are no longer "invincible"
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16182 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 16:04:04 +00:00
shennetsind
166e32999d Fixed bugreport:5835 vendings are no longer broken when character moves map or is recalled by a gm.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16181 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 15:27:13 +00:00
masao87
d588c58958 - Added new towns to the custom warper. bugreport:5878
- Fixed a bug in the monster_race.txt where you would get stuck in the dialog window. bugreport:5861
- Fixed a bug in 71-88 eden group mission npc's where you would get stuck in the dialog window. bugreport:5875

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16180 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 12:29:32 +00:00
shennetsind
973c89b933 Fixed bugreport:5791 mob rebirth skill shall now function properly on newer clients
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16179 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 07:51:16 +00:00
eathenabot
7d9600e96a * Merged changes up to eAthena 15114.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16178 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 05:53:14 +00:00
eathenabot
9d4ba09780 * Merged changes up to eAthena 15113.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16177 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 05:42:46 +00:00
eathenabot
42bade60a6 * Merged changes up to eAthena 15112.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16176 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 05:36:21 +00:00
eathenabot
d3ba34e417 * Merged changes up to eAthena 15111.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16175 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 05:28:43 +00:00
eathenabot
5332f09241 * Merged changes ONLY eAthena 15110.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16174 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 05:12:24 +00:00
eathenabot
15d5073638 * Merged changes ONLY eAthena 15109 (partial).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16173 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 05:11:03 +00:00
eathenabot
c83a410390 * Merged changes ONLY eAthena 15107.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16172 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 05:06:05 +00:00
eathenabot
d254bb1fb9 * Merged changes up to eAthena 15105.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16171 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 05:02:00 +00:00
eathenabot
b1c851fe59 * Merged changes ONLY eAthena 15104.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16170 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 04:32:31 +00:00
eathenabot
397538e535 * Merged changes ONLY eAthena 15101.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16169 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 04:27:27 +00:00
eathenabot
e648c0ed79 * Merged changes ONLY eAthena 15100.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16168 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-31 04:24:46 +00:00
rud0lp20
3a86a38e89 Fixed bugreport:5873 sex changed shouldn't now make exploits regarding item bonuses.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16167 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-30 19:10:36 +00:00
rud0lp20
7771470c6c Fixed bugreport:5850 GN_HELLS_PLANT damage formula and behavior are now updated.
Fixed bugreport:5848 RK_DRAGONTRAINING should now work normally.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16166 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-29 16:25:25 +00:00
masao87
cbd577d069 - Added BaseClass explanation to script_commands.txt .
- Some updates to the custom folder / the old eAAC Scripts which are now in there.
- Fixed custom/warper.txt prontera location to not collide with Ash Vacuum warper. bugreport:5857
- Fixed Platinum Skill Quests properly checking for BaseClass now. bugreport:5853
- Fixed some typos in Ranger Job change Quest & Eden Paradise. bugreport:5858
- Fixed a typo in scripts_athena.conf . bugreport:5852

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16165 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-29 12:08:59 +00:00
jmanfffreak
919738969e Massive updates to /npc/custom folder:
* Removed eAAC scripts, which were outdated. (tid: 64380) (will be released in downloads section)
* Removed scripts in /Lance/ folder, which haven't been updated in years. (will be released in downloads section)
* Combined heal.txt and heal_payment.txt into one script, set options within file to enable or disable zeny requirement.
* Added choice in job changer if you allow third job changes.
* Updated warper with new towns and some dungeons.
* Card remover now has option to prevent or allow item destruction upon removing failure
* Removed 2-2shop and replaced with a full itemmall (thanks Masao!)
* General file structure changes (possibly more later)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16164 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-28 21:19:30 +00:00
masao87
2c2594d918 - Added ability for all 2nd baby classes to change into their 3rd baby job doing the 3rd job change quest. bugreport:5789
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16163 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-28 16:23:03 +00:00
masao87
3f554a4b93 - Added missing repeatable EXP Quests. bugreport:4450
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16162 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-28 14:59:02 +00:00
masao87
cb83b051f9 - Fixed a bug in quests_13_1.txt where sometimes it wouldn't correctly or at all trigger the OnMyMobDead trigger. bugreport:5023
- Updated quest_db.txt with some time durations. bugreport:5023
- Follow up r16152, it's finally and forever done!

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16161 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-28 13:18:18 +00:00
masao87
74779effca - Added Header to Rune Knight Job change Quest. bugreport:5834
- Fixed weapon distribution in Paradise Gear Quests. bugreport:5849
- Fixed wrong warp location inside Paradise Head Quarters. bugreport:5847

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16160 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-28 12:07:44 +00:00
tr0n93
03116b1b21 - Fixed a bug in security check
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16159 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-27 23:59:40 +00:00