summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-06-04small npc header adjustments, eol settingultramage15-772/+768
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10676 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-04Will the deleting ever stop?ultramage1-142/+142
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10675 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-04added missing OnTouch to Guild Wars script. removed extra set @xxxxLupus3-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10674 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-04* Updated nowarpto map flags for Rachel quest maps.L0ne_W0lf2-0/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10671 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-04* Updated 2006 headgear quests to semi-official dialog.L0ne_W0lf20-1205/+2156
* Various updates to the various guild Castle scripts. - Added Guild Master Room protection. Further security so only the master of the current castle can enter the treasure room. - Updated Guild Castle Flags again. Updated remaining dialogs to official. - Updated a couple announces for when the Emperium breaks. Both are now up to par with iRO. - Moved nguild to the events folder and commented it out, as it was a kRO event that was used twice. Updated .confs to reflect this change. * Added the first class skill resetter into Prontera. She resets players under base level 40 who are first or expanded class. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10669 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-03- Fixed missing client update when 'return to savepoint' failsultramage12-112/+134
- Fixed a bad copy-paste from r10028 letting players escape jail (char was dead on login, so statuses (SC_JAILED) couln't be applied) - Added clif_standing() to clif_sitting(), and used them in clif.c - Cleaned up clif.c a bit - clif_clearchar->clif_clearunit_area, clif_clearchar_id->clif_clearunit_single git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10668 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-02* Displaying op names instead of numbers in script engine errors.FlavioJS7-108/+213
* Fixed a bug introduced in the last rework of the fame ranking. * Created safestrncpy that ensures the string is nul-terminated. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10667 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-02* Updated Knight Peco, Crusader Peco, and Falcon breeders to Aegis 10.3 ↵L0ne_W0lf2-147/+159
standards. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10666 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-01Fixed some 11.3 equipsPlaytester2-6/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10665 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-01* Removed Ktullanux spawn, since the quest is implemented now.L0ne_W0lf2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10664 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-01* Rachel update. Official (to iRO) quests and town NPCsL0ne_W0lf11-589/+7248
- Added a few missing warps as well to both town and dungeon warps for Rachel. * Updated map flags for Rachel quest maps. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10663 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-01Updated sql filesPlaytester3-11/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10661 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-01* Updated NPC dialogs and cutins using Aegis 10.3 files.L0ne_W0lf2-832/+906
- Fixed error with the present checking. (Lupus beat me to committing) - Changed the reward checking to use callsub (fixed the flow of the script) - Optimized and changed the flow of things slightly. - Temporary character variables "@" are now ".@" - Fixed some indentation. - Changed item names to item IDs git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10659 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-01Some typo fixing / cleaningultramage9-57/+51
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10658 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-01Fixed ircbot not processing new usersultramage2-196/+168
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10657 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-01fixed 2 bugs in Bard Job QuestLupus3-82/+85
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10656 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-01fixed bug in new Crusader Job Q. optimizedLupus2-248/+214
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10655 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-01In thana Quest you may enter either "Charmstone" or "Charm Stone"Lupus2-2/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10654 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-31* Fixed some spelling and grammar in crusader quest.L0ne_W0lf2-4/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10653 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-31Some small item fixesPlaytester2-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10652 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-31* Updated Crusader quest.L0ne_W0lf2-938/+1242
- Updated NPC dialogs using Aegis 10.3 file. - Fixed logic error with job change reward for job 50 swordies. - Completely redid the 1st and 3rd tests. - Optimized first four NPC scripts slightly. - Alternatively, the tests themselves need work. - Temporary character variables "@" are now ".@" - Fixed some indentation. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10651 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-31git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10650 ↵samuray221-2/+2
54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-31Fixed duration of Authorative BadgePlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10649 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-30fixed minor old typosLupus1-4/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10648 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-30* Changed little typos error on MVP Arena, Thanks to Sinoco.samuray222-8/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10647 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-29Hopefully fixed the vsnprintf incompatibilityultramage2-0/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10645 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-28Fixed Black Leather Boots and Thorny ShieldPlaytester2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10642 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-28- Fixed an infinite char-server loop on the map connectionultramage4-47/+52
- Cleaned up the charserver a bit git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10641 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-28* RFIFOREST returns 0 when the session is eof (input data is implicitly ↵FlavioJS5-95/+120
discarted). * Reworked the player fame update: - would crash if an invalid pos was received - the wrong player could be updated on certain conditions git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10640 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-28Corrected typos/inconsistencies in npc headersultramage24-70/+67
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10638 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-28Fixed Orc Archer's Bow and Silver ShotelPlaytester2-3/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10637 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-28Readded missing update info in ammo dealer, please don't remove the credits ↵Playtester1-4/+6
if you update a script, just ADD your own. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10636 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-28Fixed NPC name of bullet and magazine dealerPlaytester3-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10635 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-28reverted Bard Quest to my version.Lupus2-5/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10634 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-27Cleaned up a hack from r10112 (forward declaration does the trick)ultramage3-5/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10633 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-27* Guild flag update.L0ne_W0lf7-342/+516
- Guild flags in town by default will no longer show dialog. (changeable) - Updated several guild flag positions and rotations, and removed some others all together. - Added the second set of Payon town guild flags in the northern section - Updated novice WoE flags with the new argument. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10632 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-26* Fixed a little bug on "Bard Quest" (Not Job).samuray222-4/+8
- Maybe will be a good idea change the variables, for something more original. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10629 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-26Fixed mob name Atros -> AtrocePlaytester4-6/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10627 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-26- Fixed guild emblem not showing when you log in (caused by r5359)ultramage4-53/+68
- Fixed server not sending party/guild info when you enter a map - Fixed server not removing member minimap dot when you leave a guild git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10624 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-25- Fixed @statall giving you +99 stats instead of setting them to 99ultramage3-13/+21
- Fixed npctalk and @npctalk displaying the # part of the name git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10619 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-25Reformatting, warning fixes, unsigned char removalultramage9-279/+263
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10618 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-25Some minor Thor Volcano mob skill changesPlaytester2-5/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10617 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage46-167/+229
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10616 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-25* Changed the way the Thanatos Portal works.SinSloth2-28/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10615 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-24Fixed extra '}' typo in the bard questultramage1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10614 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-23- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ↵ultramage30-172/+182
time and delay reducibility by item scripts (cards and such) - Fixed Martyr's Reckoning never triggering for gms with all skills - Added MO_TRIPLEATTACK and RG_SNATCHER to @skillall's skill filter - Made gm_skill_unconditional bypass skill blocking (guild timer, etc) - Reverted the weird delay_dependon_agi thing (r8923, r9055, r9059) - Changed a few memsets to strncpy (reading past buffer is a bad idea) - Sped up some memset operations (multiples of 4 are faster) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10613 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-23fixed typoLupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10612 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-23bard quest bugfix, optimization (-50kb)Lupus2-2025/+550
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10611 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-23* Added a check in Thanatos Boss room to reset event if there's no player ↵SinSloth2-3/+33
inside. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10610 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-23Fixed a typo in Chase Walk code (caused by r10593)ultramage2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10609 54d463be-8e91-2dee-dedb-b68131a5f0ec