summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-11-28- Applied the required changes to handle def as a signed char (allows for ↵skotlex4-11/+12
negative def) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11837 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-28- Corrected skill_check_condition to not delete items right away for certain ↵skotlex4-38/+47
skills that do the deletion themselves. Fixes several skills consuming items twice. - Dispel's success rate is no longer affected by MDEF - You are no longer blocked from being warped when standing in a warp while in a duel. - Duels are now automatically ended when you warp out of the map you are in. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11836 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-28Fixed reflected spells bypassing WoE no-knockback restriction, because the ↵ultramage2-1/+3
code allowed that when cast on self; not anymore (bugreport:231) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11835 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-28Fixed a typo in r11826 messing up TXT gm account loading.ultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11834 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-28Yikes, forgot to add the new admin.c file... (followup to r11826)ultramage1-0/+942
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11833 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-28- Reverted the position of the max_hp/max_sp basic setting, modified the ↵skotlex3-16/+26
max_hp/max_sp bonuses to use casting in order to work correctly with negative bonuses. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11832 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-28Applied clif_setlevel() to the new trade window packets to make it display ↵ultramage1-2/+2
properly when going over lvl99. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11831 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-28* Reconstructed a list of all PACKETVER types, by reverse-engineering it ↵ultramage4-18/+57
from places in the code where the define is used - recovered PACKETVER 6 which was added in r51, but overwritten by r141, one of the dumbest commits that I have seen so far - since 6 was the 'new trade window' update, it and its corresponding reply packet will now be used from now on instead the old version git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11830 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27* Corrected some broken warp points. (bugreport:497)samuray225-11/+17
* Corrected a bug on Sample Dynamic Shop. (bugreport:421) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11829 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27* Added safesnprintf to strlib.c/h (bugreport:372)FlavioJS3-0/+31
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11828 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27- reverted R11820, Cart Termination was already a 0x8 nk skill, I ↵skotlex1-1/+1
accidentally set inf2 to that, which meant 'spirit skill'! git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11827 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27* TXT/SQL login server code synchronizationultramage16-1887/+695
- exported several core structures to login.h - split off ladmin communication code from the TXT login server - removed all occurences of login_log(); a unified function should be added when SQL's loginlog_db logging code gets synced with TXT - removed conf setting login_log_filename - fixed ladmin getting timeouts since the ping system was changed - removed login/char server_fd[] arrays, added server[].fd instead git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11826 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27Removed some unneccessary charserver code.ultramage2-26/+24
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11825 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27Added Battle field and Memorial dungeon maps.L0ne_W0lf5-0/+57
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11824 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27- Overpowered some more NPC_EARTHQUAKE as per Gravity retardation.skotlex1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11822 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27- Cleaned some more the sc_end check so it is more generic and not so ↵skotlex1-13/+11
limited just to infinite endure. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11821 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27- Cart Termination now ignores the attacker's cards, as a side effect makes ↵skotlex2-1/+4
it bypass AutoGuard & Cicada Skin Shedding git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11820 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27- Moved basic max HP/SP calculation to before parsing equipment, fixes ↵skotlex2-9/+6
negative absolute HP/SP bonuses not working. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11819 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27- Corrected the online_data_cleanup routine setting offline characters that ↵skotlex5-1/+16
are still connected to the char-server. - Added a check in script command sc_end to properly end infinte endure - ASC_BREAKER no longer triggers status effect cards. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11817 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27* Fixed fake_nd not being exported correctly and being unloaded when ↵FlavioJS3-2/+8
reloading scripts. (probably fixes bugreport:444) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11816 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27Fixed a bad warp in ice dungeon. L0ne_W0lf2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11815 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27Updated the Soul Linker job quest.L0ne_W0lf3-294/+312
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11814 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27Updated the Taekwon Master quest.L0ne_W0lf2-643/+680
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11813 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-26* Normalized makefiles:FlavioJS11-215/+230
- 3 sections: variables, public targets, private/support targets - object files always in a *_OBJ variable - header files always in a *_H variable - object files always generated to an obj* subfolder - all Makefiles can be executed individually, calling other makefiles if necessary - generic object targets when possible git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11812 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-26* Fixed some minor guild script related bugs.L0ne_W0lf3-5/+19
- And no, this does NOT fix the Emperium spawning issue. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11811 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-26Updated trigger area of Payon's West exit/entrance.L0ne_W0lf3-3/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11810 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-26* Fixed buildin_query_sql using Sql_Query instead of Sql_QueryStr, wrongly ↵FlavioJS2-1/+3
processing all %f,%d,... (fixes bureport:218) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11809 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-26Fixed guild expulsion not working correctly.ultramage4-3/+14
Corrected explusion -> expulsion typo. Added packets from 2007-11-20a sakexe; there are some changes but can't test them yet, so they're left commented out. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11808 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-26* Fixed a memory leak in mail_savemessage (src\char_sql\int_mail.c).FlavioJS2-0/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11807 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-25git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11806 ↵samuray221-1/+0
54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-25* Fixed a Problem in Mage Quest. (bugreport:489)samuray223-4/+9
* Change a "+ name +" to "+ strcharinfo +" in a jawaii NPC. * Change to non-capital letters StarGladiator and SoulLinker Quests Name. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11805 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-25Giant Fly Wings are now blocked on noteleport maps and duels.L0ne_W0lf2-4/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11804 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-25* Updated Super Novice Quest with iRO dialog.L0ne_W0lf2-270/+359
- Also restructured the NPCs significantly according to iRO's script. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11802 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-25git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11801 ↵L0ne_W0lf3-387/+665
54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-25Updated Bunny Band and Mr. Smile quests.L0ne_W0lf3-151/+294
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11800 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-25Fixed an NPC error in lutie quest file (scrap " left behind.)L0ne_W0lf2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11799 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-25Changed item names to item IDs on some scripts.samuray225-65/+73
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11798 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-25* Rescripted Super Novice Quest to Aegis 10.3 Standars.samuray222-265/+369
- Bug Testing Required. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11797 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-24Fixed a crash when Slim Pitcher is cast (due to one unconverted piece of code)ultramage2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11796 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-24Fixed a crash when a taekwon hits a wall while Sprinting (bugreport:483)ultramage2-4/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11795 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-24* Rescripted Soul Linker Quest to Aegis 10.3 Standars.samuray222-288/+611
- Bug testing required. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11794 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-24Fixed a error (Again) in Rogue Job Quest. (bugreport:481)samuray221-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11793 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-24Added support for latest official client/server packet changes.ultramage4-1/+49
Enable by setting PACKETVER to 9. Note that this breaks older clients. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11792 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-24Make the walk/stand/spawn packet generation incremental - deriving new ↵ultramage1-304/+150
versions from previous versions. This means less code but more work for the CPU, as some parts have to be memmove()-d around. Need a better packet building mechanism. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11791 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-24* Fixed a error in Rogue Job Quest. (bugreport:481)samuray222-4/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11790 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-23Fixed a badly defined skill range in homunculus loading code (followup to ↵ultramage1-2/+2
r11731) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11789 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-23Fixed some old mistakes in npc shop code causing misinterpretation of the ↵ultramage1-4/+5
number of function parameters (bugreport:404) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11788 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-23- Added a few missing skill fail messages on cast-end-pos skills.skotlex1-2/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11787 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-22- Changed the status_change structure to use dynamic rather than static ↵skotlex18-1609/+1618
memory to hold the individual status changes, this should have a noticeable impact on the server's memory consumption. - Had to add a few 'ugly' flags to status_change since now you can't track SC related information while said SC is not active (happens only for Storm Gust, Joint Beat and Magic Power). - Since I am unable to fully test, watch out for any bugs~ git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11786 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-22* Added slots to Cross Shield and Book of Charms (bugreport:429)L0ne_W0lf2-3/+5
- Fixed the brynhildr item script. (bugreport:429) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11784 54d463be-8e91-2dee-dedb-b68131a5f0ec