10219 Commits

Author SHA1 Message Date
kenpachi2k11
41ee49a6dc Follow up r16253 - Replaced NULL with 0 in mob_db.sql and mob_db_re.sql
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16304 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-15 10:44:45 +00:00
shennetsind
755bb9db5d Minor change on the login server loader
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16303 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-15 04:44:28 +00:00
shennetsind
b7a96033f5 Modified unknown packet ver message to provide more data as on what it believes is an invalid packet ver (e.g. useful to know whether its because of an obfuscated packet header etc)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16302 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-15 03:30:27 +00:00
shennetsind
411249554c Fixed bugreport:6017 somewhat a typo that gcc didn't mind about.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16301 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-15 00:35:07 +00:00
greenboxal2
30e0f39055 Fixed bugreport:5740 var reference was not being restored to call buildin_set on assignment statements.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16300 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-15 00:30:20 +00:00
greenboxal2
59be55b326 Added attack column as string type on TXT2SQL item_db conversion tool for renewal attack. (tid:65568)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16299 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-14 20:21:06 +00:00
shennetsind
c5654e53c1 Follow up r16297 fixed bug with the cart not going visually-off after it was removed.
Follow up r16296 fixed algorithm issue

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16298 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-14 19:43:34 +00:00
shennetsind
282892387f Added support for new carts (requires packetver 20120201 or newer). Super-Ultra-Plus thanks to Fatal Error and Judas.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16297 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-14 19:36:05 +00:00
rud0lp20
2b700279d8 Fixed bugreport:5954 SC_SHADOWFORM Can now be canceled with detecting skills which is check in every 2 seconds.
Fixed bugreport:6010 AB_EXPIATIO now give a piercing damage bonus.
Fixed Diamond/Crystallize status to work only to non mob target and its official behavior(bugreport:5893)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16296 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-14 17:33:21 +00:00
euphyy
bbf1e5cbc6 * Further optimization of "El Dicastes" quests, which fixes bugreport:6011 (quests/quests_dicastes.txt)
* Fixed "Report From New World" EXP reward, as per bugreport:5923 (quests/quests_13_1.txt)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16295 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-14 16:01:40 +00:00
shennetsind
87b7acbc69 Modified @displaystatus to support val1/2/3 as optional arguments (greatly handy at testing/debugging status)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16294 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-14 01:04:19 +00:00
euphyy
fb2d484d14 * Follow-up r16291: Standardized "Valentine's Day 2012" script (events\valentinesday_2012.txt)
* Added entry to scripts_athena.conf, with slight re-ordering of the event list

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16293 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-13 20:49:48 +00:00
xantara
f1f2c7f0db Applied renewal skill changes: (bugreport:5302)
- Energy Coat: Reduces both physical and magical attacks and now has fixed cast time of 5 seconds
- Throw Huuma Shuriken (33%): Cannot be interrupted
- Spread Attack: Can be used with a Grenade Launcher and attack power is increased; now 20*skill_lv
- Turn Undead: Success rate formula changed, Magic damage formula changed on failure
- Drums on the Battlefield: Increase ATK and DEF granted
- The Ring of Nibelungen: Removed level 4 weapon requirement
- Apple of Idun (100%): Increase amount of HP recovered; now (100 + 5*skill_lv + 5*VIT/10)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16292 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-13 20:20:08 +00:00
rikimaru17
d186daf38d git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16291 54d463be-8e91-2dee-dedb-b68131a5f0ec 2012-06-13 19:22:49 +00:00
shennetsind
aa00ed04eb Follow up r16288 the extra F was unnecessary o-o also fixing the default value comment.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16290 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-13 18:42:37 +00:00
euphyy
0c62fa58c0 * Some cleaning of Thanatos Tower quest script (quests\thana_quest.txt)
* Minor cleaning of Nidhoggr's Nest instance script (instances\NydhoggsNest.txt)
* Fixed warp to abyss_01, as per bugreport:6002 (custom\warper.txt)
* Fixed View ID for #18613 (bugreport:6003)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16289 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-13 18:32:49 +00:00
shennetsind
b5729c7f65 Added support for 2012-04-10, super special ultra ubber plus master thanks to Judas.
Fixed support for 2012-03-07f. Made 2012-04-10 the default packet ver.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16288 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-13 18:32:05 +00:00
ignizh
60a4a11dc4 Fixed partially bugreport:60007, added Burning, Freezing and Diamond Dust status in the Lauda Agnus effect list.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16287 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-13 18:24:36 +00:00
rud0lp20
f34e86ebf5 Fixed bugreport:5988 AB_LAUDAAGNUS and AB_LAUDARAMUS now can only give status bonus to non infected targets/party members.
Fixed bugreport:5725 'bautospellonskill' should now work properly.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16286 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-13 15:12:47 +00:00
flaid
9d68815fd3 Follow up fix to r16284
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16285 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-13 03:40:59 +00:00
flaid
86ee10e1f3 Fixed bugreport:6001 updated item script
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16284 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-13 03:20:54 +00:00
shennetsind
bcb7054ee7 Follow up r16280 added renewal checks for the added fireball formula and fixed napalm stacking with the new formula
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16283 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-12 23:06:10 +00:00
euphyy
1c12bbad2f * Added new "Job Master" script to replace the old one - it includes many new features, and fixes bugreport:5922 (custom\jobmaster.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16282 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-12 22:21:09 +00:00
flaid
96c70a1951 Added SQL mob skills bugreport:5992
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16281 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-12 22:17:17 +00:00
ignizh
2756f408ed Fixed Fire Ball renewal damage (bugreport:5991)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16280 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-12 22:08:36 +00:00
brianluau
6261742ed4 * Merged /branches/renewal/ r14635 Item Stacking System to /trunk (follow up to r15060) pid:106973
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16279 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-12 16:22:33 +00:00
brianluau
638642450a - Added svn:eol-style=native property on some recently added text files.
- Fixed a typo in script_commands.txt (bugreport:5998)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16278 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-12 15:33:46 +00:00
flaid
c52fdc104c Small db error fix bugreport:5997
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16277 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-12 10:57:32 +00:00
flaid
5fddaf32ff Added iRO hats and matk fixes into TXT
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16276 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-12 08:14:59 +00:00
flaid
9151093ff7 Added iRO hats and matk fixes into SQL
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16275 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-12 08:12:27 +00:00
shennetsind
4f1f7b9d38 Fixed bugreport:5994 misuse of inline against msvc standards (and inline was pointless there too. thought it'd be used elsewhere, not the case).
Blame on r16273

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16274 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-12 03:59:24 +00:00
shennetsind
4ca3aa34ed Added new bonus as per kenpachi's request: bonus2 bUseSPrateSkill,n,x; // Reduced increases/reduced the SP consumption of skilln by x%. (supports skill names)
e.g. bonus2 bUseSPrateSkill,"AL_BLESSING",50; -> increases AL_BLESSING sp usage by 50% (e.g. if its 50 it goes to 75)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16273 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-12 02:09:55 +00:00
shennetsind
e2fd3350e5 Improved bonus-adding processes by no longer having to add it to the zero'd memset bullshit, replaced it by moving the first set of bonus into its own struct and simply zeroing the struct prior to recalc.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16272 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-12 01:08:05 +00:00
blacksirius
7332a89352 added new networking subsystem (early stage - files are not compiled yet during normal build!)
Note
	The files i added / modifications i did, are not affecting a normal build
	nothing gets changed yet!

	Linux 2.5+ only yet.

	


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16271 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-12 00:59:55 +00:00
blacksirius
b3b21e6e8c Fixed bugreport:5990 OSX compiling error / warnings
Bug in Detail:
 - Misplaced LDFLAGS uage in some Makefile templates (by passing them to the compiler not to the linker.)
 - Wrong usage of volatile (a functions return value couldnt be declared to return volatile :D )
 - Unsupported Inline ASM using lock xchg operation on llvm-gcc .. (apple loves this ..)

Fixed by:
 - Removed unnecessary LDFLAGS 
 - Removed unnecessary volatile declarator
 - Replaced InterlockedExchange and InterlockedExchange64 with gcc intrinsics. 



git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16270 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-11 23:31:19 +00:00
blacksirius
04bc22ca40 Fixed bugreport:5989 map-server crashes.
Bug in Detail:
 - Uninitialized Critical Section used in Condition Variables.. 
 - Possible Stack Overflow in async allocator Thread when build as Release 

Fixed by: 
 - Initialize Critical Section for Condition Var's waiter count lock properly
 - Increased Stack Size of Async. Allocator Thread to 1MB (previously 512KB)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16269 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-11 21:51:09 +00:00
rud0lp20
f6f8f640c5 Fixed bugreport:5963 AB_CHEAL should now work properly on immune targets(Mado, berserk, shield of deaf).
Fixed bugreport:5981 PA_SACRIFICE now won't be granted by bonus damage from cards(RENEWAL CHANGE).
Fixed bugreport:5892 & bugreport:5900 SO_SPELLFIST is now working properly.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16268 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-11 21:00:12 +00:00
euphyy
20eac3f740 * Added documentation for "checkwug" (doc\script_commands.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16267 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-10 21:39:17 +00:00
kenpachi2k11
0e7adedaab Follow up r16249 - enabled double attack ability for all weapon types in all item scripts that enables use of TF_DOUBLE. (bugreport:5935)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16266 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-10 21:00:08 +00:00
blacksirius
d436ed710f moved skill_nocast_db.txt to re / pre-re db path
moved item_noequip.txt to re / pre-re db path 

NOTE: 
 both files are now located in db/re/ (or db/pre-re/) folders
 depending on your build.





git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16265 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-10 16:28:48 +00:00
blacksirius
e96e10ed72 VC9/VC10: followup for commit r16263 (windows port)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16264 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-10 16:08:18 +00:00
blacksirius
3471d3f35e - added some missing copyrights
- merged (bs-coreoptimize->trunk) generic athena style configuration parser (raconf)
- merged (bs-coreoptimize->trunk) threadsafe memory pool (mempool) [i need it for the new 'socket' system]
- set svn:eol-style property on newer files were it was missing



git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16263 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-10 16:04:24 +00:00
euphyy
2cb2ee816b * Added documentation for new mounts (doc\script_commands.txt)
* Minor fix in "eA Job System" documentation for third classes (doc\ea_job_system.txt)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16262 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-10 16:03:07 +00:00
kenpachi2k11
afe325282c Fixed Concentrated White Potion(Z)s script. (bugreport:5895)
Fixed Gym Pass Box' script. (bugreport:5976)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16261 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-10 15:24:04 +00:00
tr0n93
2083c0552c - Fixed 'instance_check_party' (bugreport:5948)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16260 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-10 13:59:48 +00:00
brianluau
b22632ed62 - Fixed unescaped double quotes (follow up to r16251, bugreport:5895).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16259 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-10 06:52:00 +00:00
brianluau
ccdc1a396c - Added svn:eol-style=native property on some recently added text files.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16258 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-10 06:34:50 +00:00
blacksirius
7876a5a38e VC10/VC9: followup for commit r16256
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16257 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-10 02:30:56 +00:00
blacksirius
12b9fdab9c added mutex && cond var abstraction ( for pthread / winapi )
added type 'sysint' to cbasetypes, which's the width of the platform the release gets compiled for.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16256 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-10 02:27:07 +00:00
blacksirius
f4b8626e7c added Makefile && obj dir to svn:ignore @ src/test
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16255 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-10 02:25:32 +00:00