6732 Commits

Author SHA1 Message Date
ultramage
5767cc5285 Cleaned up and corrected some more land skill code:
* removed redundant skill_ganbatein() function
 * Added flag UF_PATHCHECK from jAthena which affects whether a skill's cells will be affected by the surrounding terrain. Adjusted existing flags so that they closely match jA's (for easier comparisons).
 * Fixed code that allowed placing of skill unit cells on 'gaps'.
 * Fixed code that prevented successful casting of land skills on 'gaps' (officially it's possbile, even though they will not deploy entirely).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12331 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-09 17:28:01 +00:00
zephyrus
29fea0fdaa - Fixed some bugs in Assassin job quest.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12330 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-09 07:48:52 +00:00
L0ne_W0lf
839fc64e7a Follow up fix in assassin job quest.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12329 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-09 06:49:47 +00:00
ultramage
a08c56007a Corrected a problem where a party invite acknowledgement would not be sent (bugreport:1091).
There is still the unresolved issue where newly added party members will not display their party correctly.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12328 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-08 23:03:06 +00:00
zephyrus
83deaf5e43 - Added battle/misc.conf auction settings.
- Fixed a typo in auction script.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12327 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-08 20:37:38 +00:00
Paradox924X
1ac63b8166 Added a missing ; in item 5384's script. (bugreport: 1115)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12326 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-08 20:22:23 +00:00
zephyrus
0c381f2877 - Auction System implementation completed.
- As mail system, this will need a "mapflag" or something to only allow auctions on some maps.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12325 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-08 20:11:28 +00:00
Paradox924X
68a7bc7f1a Fixed a typo in AuctionWarper function name.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12324 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-08 19:04:39 +00:00
zephyrus
a6a68c756d - Added support for Auction Close and Cancel.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12323 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-08 15:52:15 +00:00
zephyrus
8051df3245 - Fixing the time calculation. (Missing "()" <<)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12322 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-07 23:09:13 +00:00
zephyrus
e8548adb44 - Moved the auction time controls only on Char Servers.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12321 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-07 21:41:53 +00:00
zephyrus
bb503db395 - Fixed a possible crash bug on mail system.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12320 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-07 20:40:59 +00:00
L0ne_W0lf
1a04548970 * Follow-up fixes to counteragent quest. (bugreport:1122)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12319 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-07 20:40:46 +00:00
zephyrus
62c41846f0 - Fixed some bugs on auction.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12318 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-07 20:38:33 +00:00
zephyrus
8371e84434 - Added some debug messages to test Auctions.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12317 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-07 16:26:39 +00:00
L0ne_W0lf
8dda73269d A few minor fixes to counteragent quest. (bugreport:1122)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12316 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-07 15:30:49 +00:00
skotlex
92960a166f - Added config settings mob_active_time and boss_active_time, what they do is specify a duration during which monsters will keep running their active AI after all players have left their vecinity. Their current defaults are set to 0 (disabled).
-  Script induced status changes can now be reduced by stats/cards (but only trigger rate is reduced, not duration)
- Battle delay timers will now check if the target player has the invincible timer active or not.
- Adjusted mob_ai_sub_hard to return a bool indicating whether the AI was executed or not.
- Adjusted clif_damage and clif_skill_damage to set the endure type value based on dmotion and damage, rather than hardchecking for SC_ENDURE.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12315 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-07 15:02:32 +00:00
zephyrus
076f76077d - More updates to Auctions. Now you "really" can register auctions, limit to 5 per char (according to official info).
- Also added the Buy and Sell lists.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12314 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-07 05:08:12 +00:00
zephyrus
df249eaed2 - More official way of auction mails.
- Added a new condition in mail. If sender_id = 0 you just can't return that mail.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12313 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-07 02:37:47 +00:00
zephyrus
2fda0f2d90 - Missing update for @auction.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12312 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-07 00:28:15 +00:00
skotlex
3a36995d8b - Corrected pc_checkitem not behaving correctly when you had more than one equip with a restricted card.
- Fixed non-chatroom owners being able to kick others from the chatroom.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12311 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-06 19:58:53 +00:00
skotlex
5a8962fca0 - Corrected pc_checkitem not behaving correctly when you had more than one equip with a restricted card.
- Fixed non-chatroom owners being able to kick others from the chatroom.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12310 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-06 19:43:37 +00:00
L0ne_W0lf
60db8e94f3 Another fix to Lucius. (bugreport:1118)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12309 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-06 18:19:09 +00:00
ultramage
8257a27590 Fixed a crash when a homun kills a mvp and the char that did the most damage is unable to carry the mvp reward (bugreport:1114)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12308 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-06 16:48:24 +00:00
ultramage
b0aeb8b2c9 eol-style:native for recently added files
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12305 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-05 17:46:40 +00:00
zephyrus
e742a17822 - Optimized the code to handle #KAFRAPOINTS and #CASHPOINTS. Now you can really edit those vars on scripts.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12304 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-05 17:43:46 +00:00
zephyrus
284334b4f0 - Merged Auction Search and Register. It seen to work fine, so you can test those.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12301 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-05 17:09:47 +00:00
ultramage
0088adcbbf * Added code to clear the Illusionary Shadow effect (followup to r12293)
* Added some trim() calls into mapflag code (followup to r12238)
* Fixed mvp exp reward packet not working right for big values
* Added dbghelpplug plugin entry to the plugins configuration file
* Added conf setting for auction table name (see r12287)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12300 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-05 16:23:02 +00:00
skotlex
ccb13e72c0 - Implemented Firepillar's 'target cannot move for 0.2 sec x hit' property.
- Corrected Earthquake so it behaves as explained in the development topics.
- Corrected a missing opt_flag = 0 when using SC_INCATKRATE on mobs.
- Added a missing line to actually unequip unallowed compounded cards when changing maps.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12299 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-05 15:39:46 +00:00
L0ne_W0lf
4008e3d757 Updated Gunslinger battleground set. (bugreport:1010)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12295 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-05 04:37:41 +00:00
zephyrus
9f2fcbdb6c - Added the auctiondb structure
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12294 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-05 02:16:34 +00:00
skotlex
8ae4bd12ad - Updated firepillar so it cannot be placed on top of others.
- Updated the firepillar code so it behaves like the other traps.
- Changed the default format for @me and @main to avoid crashes on the newer clients.
- Fixed the char-sql server so it returns a valid 'not found' packet when attempting to load a non-existing homunculus.
- Fixed jump to use 0,0 for random coordinates rather than -1,-1
- Added missing \n to error reporting in getmonsterinfo
- Additional status changes now only get triggered if the attack did damage, not if they get absorbed.
- Fixed a logical comparison in unit_free to properly remove pets/homuncs when their intimacy is reduced to 0.
- Properly set the opt3 value for Moonlight, Changeundead and Soul Link
- Fixed the "no equip" flag of cards not being properly applied when attemting to equip items.
- Added a check to avoid invoking pet menu entries when the pet is incuvated.
- Fixed the session_data de-association in chrif_auth_delete
- Cleaned chrif_auth_ok so that the latest received char info is kept when previous char login data was already in there.
- Corrected docs mentioning non-existing flag 'mf_nopvp'


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12293 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-04 18:04:04 +00:00
L0ne_W0lf
812c6439d7 Added a slot drooping ninetails. (bugreport:1089)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12292 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-04 06:20:47 +00:00
L0ne_W0lf
268753de0c Corrected Field Manual 100% box. (bugreport:1104)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12291 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-04 06:17:13 +00:00
L0ne_W0lf
286f36dce9 Hopefully fixed waiting room in the assassin quest. (bugreport:1100)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12290 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-04 06:02:17 +00:00
zephyrus
fee18c4efb - Merged mail system to Stable. Need a second check... please wait.
- No packet added until everything is done.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12287 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-03 22:03:38 +00:00
zephyrus
021af17a50 - By test, this seen to be a valid operation for mail. When a char receives the "New Mail" notification, it request the inbox again.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12286 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-03 19:57:02 +00:00
L0ne_W0lf
2947426106 Added dummy "OnMyMobDead" labels to rogue quest. (bugreport:1100)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12285 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-03 17:04:31 +00:00
L0ne_W0lf
ff62c68780 * Rather large update to the item database.
- Lots of minor updates to sell prices and kRONames, and more.
- Added several items. ($ephiroth and myself)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12284 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-03 16:53:11 +00:00
L0ne_W0lf
b018ddb3d2 Added Auction file. (Disabled until auctions work)
Removed auction NPCs from Lighthalzen, and fixed bugreport:1103.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12283 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-03 16:37:57 +00:00
zephyrus
437946cb18 - An extra ; removed. Reported by Itakou.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12282 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-03 16:06:02 +00:00
Paradox924X
ccbc3d6c86 Fixes a bug in the crusader job quest (bugreport:1101)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12281 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-03 05:40:01 +00:00
L0ne_W0lf
45c7aa6144 Fixes a bug in the hunter job quest. (bugreport:1099)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12280 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-03 02:03:22 +00:00
zephyrus
84ffdd36bf - The last, i hope, fix to the mail system.
* kRO have a possible way to read mail by just sending the open mail window packet to the client.
This protection adds a mapflag town, to set the only maps that allow mail operations.
because there is no way to know when client closes the mail inbox window. *

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12279 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-02 23:03:22 +00:00
zephyrus
1cbcdaf3f2 - New optimizations for mail system and adjust to use it on Auctions.
- Added a Sql patch to clear all deleted mails. (There is no need to keep that data)
- Added more code for Auctions. Not implemented but just for study.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12278 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-02 19:07:14 +00:00
ultramage
d84310bc4e Fixed wrong mvp format string for @mobinfo (would not show big mvp exp rewards correctly).
Added data length check to chrif_authok(), to detect a mismatch between charserver's and mapserver's mmo_charstatus structure size.
Corrected some typos in the cash shop code.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12277 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-02 17:36:59 +00:00
L0ne_W0lf
0e67834489 Resolves bugreport:1025, bugreport:1062, bugreport:1077 and bugreport:1078. :P
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12275 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-01 17:05:27 +00:00
L0ne_W0lf
a77f8dd4a8 Updated Turtle Island quest, and mixture quest.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12274 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-01 01:56:29 +00:00
L0ne_W0lf
04200bcfcb Added some additional map flags for some newer maps.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12273 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-01 01:04:35 +00:00
zephyrus
04e34c2d46 - Fixed zeny exploid with item 1084. Please update your scripts ASAP or disable "Kafra Service#alde" if you can't right now.
- There is no way to get this item from sometime ago but just in case for long life servers.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12272 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-01 00:57:49 +00:00