summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-10-16* Added missing char_sql/int_mercenary files to txt-converter's Makefile.inFlavioJS2-0/+4
(run the configure script after updating to rebuild the Makefile's) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13302 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-16* Corrected typo in Nameless Monestary quest. (bugreport:2352)L0ne_W0lf4-20/+26
* Swapped baseclass for basejob and fixed server-wide announce in god item quests. (bugreport:2349) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13295 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-15- Added the required changes to support the 2008-09-10+ clientsskotlex4-16/+27
- Cleaned around the char set offline function to properly avoid setting offline a character that had relogged faster than the map server's packet arrival to the char-server (I presume this was the bugfix that Kevin attempted a long time ago, but the current code for that causes a dangling pointer problem). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13293 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-15* Fixed ipban sql connecting to the sql server when disabledFlavioJS2-2/+27
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13292 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-14Warp portals dont end with ;Yommy1-8/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13290 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-12Reverted donpcevent change to wizard quest. Moved a percentheal, which ↵L0ne_W0lf2-13/+15
should fix bugreport:2311. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13289 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-12* Changed An nonexistent variable in Refine NPC. (bugreport:2340)samuray224-19/+27
* Fixed a Exploit in Thief Quest Skill. (bugreport:2332) * Fixed donpcevent to doevent. (bugreport:2311) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13288 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-12Fixed multiple casts of NPC_REBIRTH interfering with activation of mob death ↵ultramage1-0/+2
events. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13287 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-12Fixed silly assignment operator mistake in r13281.ultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13285 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-12- Fixed divorce should work on both partners. Bug Report #2339.zephyrus1-10/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13284 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-11*Just some minor updates and fixes I've been putting off :DL0ne_W0lf4-29/+62
- Corrected some of the item typos mentioned by Argatlahm. (bugreport:2326) - Corrected Gorynych summoning Freezers instead of Leskava. (bugreport:2334) - Moved all event items to item_db2 as part of the fix for bugreport:2337. To activate event bonuses for old event items, you need to just uncomment them now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13282 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-11* Using Kaizel in conjunction with Osiris Card should now work. (bugreport:2251)sketchyphoenix3-2/+9
* #monsterignore should turn off properly now. (bugreport:2306) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13281 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-11Code improvement for r13279.ultramage1-3/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13280 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-11Going 90% overweight will now make you stop attacking (bugreport:2315).ultramage1-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13279 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-11Swapped around packets 0x2b6 and 0x2b7, ought to fix some issues with the ↵ultramage1-3/+3
quest system. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13278 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-11Added safeguards to Redemptio's exp penalty code to prevent arithmetic ↵ultramage2-12/+6
overflow in case its requirement checks are somehow bypassed (see topic:152196). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13277 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-11Quick fix to txt charserver initialization order - chardb needs to be ready ↵ultramage1-4/+1
for parties to load correctly. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13275 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-10Slightly corrected the NPC_REBIRTH code from r13272.ultramage5-9/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13274 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-09Removed duplicate constant I added in r13272.L0ne_W0lf2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13273 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-09Updated NPC_REBIRTH. Has it's own values, and no longer leeches off SL_KAIZEL.L0ne_W0lf7-6/+26
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13272 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-08fixed aru castle map namesYommy1-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13270 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-08Fixed chat_createnpcchat() not checking if a chatroom already exists, ↵ultramage3-2/+13
producing memleaks in certain situations (bugreport:2325). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13269 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-07Reverted exp_calc_type back to '0' since it's definitely closer to official ↵ultramage1-1/+1
behavior than mode '1'. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13268 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-07* Adjusted known values for BonusAutoScript down by rate/10.L0ne_W0lf2-17/+23
- Most cards now trigger at a 0.x% while Isilla only triggers 5%. * Implemented Monster Rental Rings that increase exp by 1% per race. * Corrected typo in Strawberry Chocolate. SC -> AL. (bugreport:2303) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13267 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-07Fixed the 'exp calculation overflow fix' from r10291 which wasn't really ↵ultramage1-4/+4
working properly. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13265 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-06Damage count on rebirthed mobs is now reset. (Valaris)L0ne_W0lf4-1/+6
Changed exp_calc_type to 1, as type 0 seems to be based off old rumour, and to compliment the update to mob_revive. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13264 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-06voided out clif_blown as per Valaris' instruction.L0ne_W0lf3-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13263 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-06SC_WEIGHT50 and 90 are no longer removed on death. (bugreport:2316)L0ne_W0lf2-0/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13262 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-06Fixed knockback not updating the client position of disguised players ↵ultramage2-18/+22
(bugreport:2308). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13261 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-06Fixed friends list ack packet using truncated values (bugreport:2310).ultramage1-2/+2
Blame goes to r2574. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13260 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-04Fixed offline divorce not working properly (bugreport:2295).ultramage1-1/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13259 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-04Fixed NPC_REBIRTH not working if the caster had no status active at the ↵ultramage1-3/+0
moment of death. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13258 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-03* Delete ST_LOGIN auth in chrif_disconnectplayer (followup to r13256, ↵FlavioJS2-2/+10
bugreport:2292) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13257 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-03* Fix for "yet another online check bypass technique". (bugreport:2292)FlavioJS3-2/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13256 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-02* Implemented Official Moscovia monster skills. Should finish 11.3L0ne_W0lf3-55/+62
* Corrected Beelzebub's summonslave so he spawns 7 flys and 3 chons. * Implemented the Bombring Box. On use summons one bomb poring. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13255 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-02- Some fixes with check weight.zephyrus3-10/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13254 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-01Modified homunculus auto-vapor setting to yes. (bugreport:2298)L0ne_W0lf2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13253 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-01Kaupe will now trigger from mobs, homuns and mercenaries, as well. ↵L0ne_W0lf2-4/+3
(bugreport:2297) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13252 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-01* Rev. 13251 Removed 'casttime' adjustment from offensive ressurection. ↵L0ne_W0lf3-3/+4
Follow up to r13225. * Kaahi will now override override higher existing levels previously casted. (bugreport:2296) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13251 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-30Added Mercenary System related NPCs.L0ne_W0lf3-0/+789
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13250 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-30Full implementation of all Episode 11.3 Quests.L0ne_W0lf5-736/+19020
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13249 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-30* Corrected a wrong variable name in the Novice Training Ground (bugreport:2293)samuray222-2/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13248 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-29Fixed the delitem assosiated with the last uptate.L0ne_W0lf2-3/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13247 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-29Fixed item requirement for Stellar hairpin in monstertamers.txt. ↵L0ne_W0lf2-3/+6
(bugreport:2290) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13246 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-28Fixing the txt-char converter compilation (bugreport:2171).ultramage3-0/+51
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13245 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-28Adding null pointer check (followup to r13240).ultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13243 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-27Implemented fixes for The Sign quest until my rewrite is finished. ↵L0ne_W0lf2-8/+15
(bugreport:2269) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13242 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-27* Continues replacing of specialeffect/2 numerics with constants.samuray2225-188/+216
* Corrected an If to continue the President's Quest. (bugreport:2276) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13241 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-27Fixed clif_changelook betraying the presence of gm-hidden players ↵ultramage2-3/+12
(bugreport:2283). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13240 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-27Fixed a ShowWarning call in skill_db.txt reading code using random data from ↵ultramage1-1/+1
the stack (bugreport:2282). Blame goes to r5465 and all of the followups that moved, copypasted and even rewrote the message without noticing this mistake. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13239 54d463be-8e91-2dee-dedb-b68131a5f0ec