DZeroX
fbb8169172
- Fixed Rogue Job Quest not checking for all items correctly.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12567 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-11 17:26:55 +00:00
zephyrus
3f1e9f8d9b
- Added code to remove a trap when it dies.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12566 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-11 16:34:50 +00:00
ultramage
00a5bccbd3
The max_account_id packetver detection mechanism will never cause any connection problems ever again. (bugreport:388)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12563 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-11 09:31:32 +00:00
DZeroX
f45a8f2c82
- Optimized several NPCs
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12562 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-11 08:48:41 +00:00
ultramage
65ea169212
Reverted the login
table changes from r12464
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12561 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-11 07:45:26 +00:00
Kevin
e889fc9d62
Changed eol-style to native for these files.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12560 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-11 07:28:27 +00:00
Kevin
a6b57811f9
New sql definitions for the quest code.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12559 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-11 07:24:03 +00:00
Kevin
ffa3b60fc0
Finished most of the quest log code, still bits here and there but it's usable now.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12558 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-11 07:12:45 +00:00
Kevin
12aff369d9
Some quest log changes and removed one of the set char offline calls that was added in revision 12552.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12557 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-11 02:42:30 +00:00
Kevin
9bcdb353a4
More questlog code.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12556 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-11 01:38:41 +00:00
zephyrus
1c7cf5aa3e
- Fixed a bug in de-adopt code (parent skills need to be removed).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12555 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-11 00:42:34 +00:00
Kevin
7a04bbfed2
Crash fix for (r12552).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12554 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-10 22:11:35 +00:00
Kevin
c62b5e223f
Lolwhoops.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12553 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-10 21:45:03 +00:00
Kevin
3c7a81a079
Client not marked online until map receives auth request from the client and is approved. Also added some online/offline sets to the auth system that were being looked over and not properly updating the char server as to what's going on.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12552 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-10 21:28:27 +00:00
ultramage
fd5f918452
Modified the charservers to use a DBMap instead of a cyclic array for auth data.
...
Merged the auth fix from r12473 to TXT as well.
Removed the no-op from r12547.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12551 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-10 19:07:00 +00:00
L0ne_W0lf
977a966a6c
* Reverted the change to MAX_SQUARE_LAYOUT.
...
* Evil Land will always as a 3x3 animation.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12550 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-10 16:49:00 +00:00
zephyrus
d6c303341b
- Fixed Max Guardians max = 8 (no need to increase this value for woe 2.0 as non indexed guardians are set outside of the array).
...
- Hunter traps have 3500 HP, they are not removed by just one hit. (This also fix the bug you can't move traps with arrow shower).
- Some cleanups.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12549 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-10 15:40:48 +00:00
L0ne_W0lf
83f22f6584
* Updated NPC skill "Evil Land". More gravity wtfage.
...
- Based on visual observation, and experience with it on iRO Sakray.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12548 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-10 15:16:27 +00:00
Kevin
d4dd257fb6
Login server will now correctly keep online account information and properly disconnect double login attempts.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12547 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-10 07:43:48 +00:00
DZeroX
a34c05f884
- Optimized all the Lutie NPCs
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12546 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-10 06:55:20 +00:00
Kevin
f5fd71f4be
Char server now loads/saves quest information.
...
Included table definitions for quests and quest objectives.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12545 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-10 05:35:04 +00:00
Kevin
6391d7b687
Some preliminary code for the questlog system (clif packet functions and basic data structures).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12544 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-10 03:36:33 +00:00
DZeroX
5b63319859
- Coins are no longer Usable items that can't be used due to an invalid Gender value, but instead, Etc. items, as they should be.
...
- Sweet Memory of Marriage has a correct Gender value now.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12543 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-10 01:42:17 +00:00
DZeroX
145c53838d
- Changed close -> close2, as per bug report #1336 .
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12542 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-10 00:56:24 +00:00
Kevin
a873c21e21
Lolbug.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12541 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-08 22:46:09 +00:00
ultramage
c70160e956
Fixed party invitation ack messages not displaying on recent clients (bugreport:1308)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12540 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-08 17:51:45 +00:00
ultramage
103cbd445f
Modified PACKETVER for recent clients to use a YYYYMMDD date format instead of a simple sequence number (allows adding versions inbetween).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12539 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-08 17:29:45 +00:00
ultramage
c16def84aa
Small party/guild creation cleanup. Added packet comments. Removed fake reply packet usage.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12538 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-08 15:54:52 +00:00
Kevin
db678f0eb0
Apparently I'm the only one that has it out for the alphabet.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12537 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-08 15:22:04 +00:00
Kevin
2fdec7d617
Added some aFrees, ultramage is a jerk.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12536 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-08 15:04:32 +00:00
Kevin
de171b1628
The fix in r12521 will now temporarily trim white space before checking the string length when creating a guild/party. (bugreport:1328)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12535 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-08 14:59:59 +00:00
ultramage
2854052b97
Full revert of r12402, could be the cause of mob respawn problems (followup to r12512)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12534 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-08 12:49:19 +00:00
toms
849ae02e11
Reverted L0ne_W0lf's change of PACKETVER
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12533 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-08 11:35:22 +00:00
L0ne_W0lf
06775a7179
Added the Schwaltzvalt Guild Castles 1-5. (update 3/3)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12532 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-08 01:17:48 +00:00
L0ne_W0lf
62ee72d4e3
Added the Arunafeltz Guild Castles 1-5. (update 2/3)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12531 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-08 01:16:10 +00:00
L0ne_W0lf
6b5adfbfbb
Added new town guild flags in Rachel and Juno. (update 1/3)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12530 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-08 01:14:43 +00:00
L0ne_W0lf
18bd823cf8
Updated MAX_GUARDIANS to support an insane amount of guardians.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12529 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-08 01:09:18 +00:00
L0ne_W0lf
feb95aeeb1
* Reverted the Ice Wall change (r12526.)
...
- Increased the range of Ganbantein to 16, as tested on iRO.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12528 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-07 23:05:47 +00:00
Kevin
c86112f4e9
Immunity to magic now makes you immune to the SC effect as well. (bugreport:1277)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12527 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-07 22:25:22 +00:00
Kevin
75ca539ea1
Limited number of wizard icewalls to 5 (iRO).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12526 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-07 21:46:10 +00:00
FlavioJS
cd1f48cc9e
* Made script command 'flagemblem' and guild_emblem_change send an update of the emblem_id to the players in the area.
...
- known bug: ui components that are displaying the emblem at the time (emblem in flag npc and emblem over head in gvg maps) are not updated, but putting the mouse over the target shows the new emblem
* Modified script command 'guardian':
- returns the id of the guardian
- if guardian index isn't supplied, it generates a temporary guardian
* Implemented support for temporary guardians (not saved with castle).
* Added missing includes from r12520.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12525 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-07 21:04:28 +00:00
Kevin
b316eef727
Party/guild names can no longer be less then 2 characters long.(bugreport:1328)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12521 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-07 15:10:37 +00:00
ultramage
255f0fe3fc
Removed the 'wait close' timer that closed a session's socket after 5 seconds.
...
This was causing random disconnects when logging in. (bugreport:1330)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12520 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-07 13:49:13 +00:00
ultramage
8509bea301
Improved the Mental Sensing fix from r12507 to not start the status at all, instead of starting it and ignoring it later on.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12519 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-07 08:56:54 +00:00
Kevin
39a6aabcd6
Fixed a case where a dangling pointer was formed when a person was invited to a party immediately after creating their own. (bugreport:1180)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12518 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-07 05:36:36 +00:00
Kevin
bb63504c0f
Magnum Break will now affect traps. See (r12516).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12517 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-07 04:59:46 +00:00
Kevin
9320f89d09
-Sight rasher now affects the wizard's own and other's icewalls.
...
-Sight rasher, sight blaster, and arrow shower are now the only three skills that will affect traps.
(bugreport:59)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12516 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-07 04:55:26 +00:00
L0ne_W0lf
a816ffdb81
* Dur, I'm bored. Added place-holders for Mercenary skills.
...
- These skills are NOT usable. They're semi-filled in. Don't even try.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12515 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-07 02:22:08 +00:00
Kevin
4c6416ffb5
NPC earthquake now divides the atk2 bonus between players. (bugreport:1253)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12514 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-07 02:18:11 +00:00
Kevin
e7d2509efb
Changed guild skills restore, regen, and battle order to only affect BL_PC. (bugreport:1313)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12513 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-07 01:15:52 +00:00