summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2006-12-29WTF was I doing?Lance1-4/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9595 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-28- Fixed typo in the Priest Quest.KarLaeda2-31/+34
- Added year to the dates in stable/npc/Changelog.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9585 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-26- Fixed some warningsskotlex1-1/+1
- Corrected the comment for the global functions file. - Updated Charge Attack's damage equation as per the only source I've seen of it so far. - Now Guardians/Emperium can't hit /be hit if their current map isn't a gvg_castle or woe is off. This enables "localized" WoE by removing/setting the mapflag gvg_castle on the castles where you want WoE to take effect (note that even though normal players can't be hit on non gvg_castle maps, normal mobs can still be killed in such maps, you'd still need to modify the WoE scripts to use this kind of feature) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9575 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-25- Applied the rest of Rayce's suggestions and fixes ↵FlavioJS3-4/+8
(http://www.eathena.ws/board/index.php?showtopic=129185) - warn_cmd_no_comma, warn_func_no_comma, warn_cmd_mismatch_paramnum are now warn_func_mismatch_paramnum and it only prevents showing the error, as it was probably intended in the first place. (correct me if i'm wrong) - Merged the parsing of function calls in the script engine, removing the parse_cmd hackery, and made "heal (.@val+rand(0xff))&0xff,0;" valid again. - Fixed a bug in eye_of_hellion.txt and a bug in hunter.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9569 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-22- Simplified the global function "getJobName"skotlex5-167/+11
- Simplified function agitcheck so it isn't crash prone. Now it takes no arguments, and will return whether WoE is on or not. - Updated bundled scripts as required for this change. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9559 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-20- Now root script functions calls can have parenthesis (will take any ↵FlavioJS3-2/+5
parenthesis after the function as the start of the argument list). This means "func (exp),exp;" isn't valid anymore and has to be changed to "func exp,exp;" or "func((exp),exp);" or something like that. - Updated swordman.txt and knight.txt accordingly. Only changed this because it was very annoying when I was creating the sample localized npc. Don't expect more changes unless something similar happens again. Bottom line: we're in soft feature freeze and moving to eApp... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9536 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-20- Changed the script source from unsigned char* to const char*.FlavioJS1-151/+151
- Updated plugins Makefile. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9532 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-20- Fixed the meaning of stdout_with_ansisequence and changed the default ↵FlavioJS1-9/+22
value to no. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9531 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-19- Added year to the dates in the npc changelogFlavioJS2-572/+664
- Added sample localized NPC git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9524 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-18Fixed exploit in The Sign QuestKarLaeda2-0/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9513 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-13Fixed exploit in the Slotted Sunglasses QuestKarLaeda2-4/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9483 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-11* Adjusted Rachel Sanctuary entrance to prevent exploitsPlaytester7-9/+18
* Added Ktullanux to spawns until the quest is added * All Rachel MVPs now only respawn once a day to prevent exploits * Uncommented Rachel Sanctuary spawns by default git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9456 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-11removed extra nameLupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9454 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-11Added missing close2 to Hunter Job Quest, merge it to stableKarLaeda4-341/+344
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9452 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-11Some cleanup & optimization for MvM ArenaKarLaeda2-111/+117
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9451 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-11added yuno warps, fixed wiz quest, fixed assassin questLupus4-24/+42
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9449 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-06Minor fix to the sign quest, thanks to theultramage for pointing it out.MasterOfMuppets2-1/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9419 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all ↵FlavioJS530-182776/+182776
txt/conf/h/c files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9410 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-02Fixed event's label for many quest-spawned monstersKarLaeda8-157/+175
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9386 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-02Small fix to The Sign QuestKarLaeda2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9382 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-01* Removed outdated Thief Bug ID [Playtester]Playtester4-4/+7
- 1017 and 1021 don't exist anymore git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9379 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-30Removed garbage vars from Shinokas questLupus3-23/+29
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9372 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-30* Added first version of Rachel Sanctuary spawnsPlaytester4-0/+58
- commented for now git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9371 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-28Fixed Thanatos Tower QuestKarLaeda1-15/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9349 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-28* Enabled Ice Dungeon spawns so they can be testedPlaytester3-2/+4
* Updated sql files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9348 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-28Reverted fix in Merchant Skills QuestsKarLaeda2-7/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9338 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-27Fixed exploit in Merchant Skills QuestsKarLaeda2-1/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9333 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-27- Updating Thanatos quest with a check to prevent multiple Thanatos spawning.eaac3-22/+45
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9329 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-26Enabled Rachel Field spawns so they can be testedPlaytester3-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9323 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-24Cleaned up global permanent variables in Airship QuestKarLaeda3-32/+42
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9306 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-23Fixed Mage Tutorial QuestLupus3-3/+6
Fixed typos in Ninja Quest git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9302 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-21* Updated healing values of Ketupat and Red Thorn FruitPlaytester2-4/+6
* Less G_mobs spawning in Odin Temple git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9284 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-21Fixed typo in Ninja questsLupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9281 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-21Updated Skill Resetter Event, thanks to $ephirothLupus2-2/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9280 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-20Fixed Sage guestLupus2-4/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9279 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-20Fixed exploit in Shinokas QuestLupus2-1/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9273 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-20- Removed security check since source level patch is applied. Reverted ↵Lance26-936/+772
select(), created prompt(). modified Changelog-Trunk.txt modified npc/airports/airships.txt modified npc/cities/amatsu.txt modified npc/cities/gonryun.txt modified npc/cities/hugel.txt modified npc/cities/lighthalzen.txt modified npc/cities/niflheim.txt modified npc/cities/valkyrie.txt modified npc/custom/eAAC_Scripts/disguiser.txt modified npc/custom/eAAC_Scripts/quest_warper.txt modified npc/custom/jobs/jobmaster.txt modified npc/events/idul_fitri.txt modified npc/jobs/1-1e/gunslinger.txt modified npc/jobs/1-1e/ninja.txt modified npc/jobs/novice/novice.txt modified npc/merchants/kunai_maker.txt modified npc/merchants/novice_exchange.txt modified npc/merchants/refine.txt modified npc/other/comodo_gambling.txt modified npc/other/dts_warper.txt modified npc/other/marriage.txt modified npc/other/powernpc.txt modified npc/quests/Lvl4_weapon_quest.txt modified npc/quests/gunslinger_quests.txt modified npc/quests/quests_ein.txt modified npc/quests/quests_umbala.txt modified npc/sample/monster_controller.cpp modified src/map/script.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9267 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-19Small fix for Lance's security patchesLupus2-3/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9263 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-19Applied security patches. PLEASE CHECK THEM ALL.Lance10-760/+871
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9260 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-19Updated scripts with select().. THERE ARE TONS OF THEM!! Will somebody give ↵Lance16-12/+63
me a hand or something? :B git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9259 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-18Typo :PLance1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9253 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-17Enhanced implementation to use Skot's Christmas Present: KARMA. :DLance1-4/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9246 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-17Check and remove MD_CHANGECHASE flag to prevent guardians from getting berserk.Lance1-0/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9240 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-17fixed possible double levelup bugs, merged 1st class quests from trunkLupus4-36/+40
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9239 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-17added logmes to skill reset eventLupus1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9238 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-17typoLupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9237 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-17Added official kRO Skill Reset EventLupus5-2/+114
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9236 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-16Fixed wrong label name in adoption NPCLupus2-3/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9234 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-16* For the sake of avoiding confusion, all script events are named with ↵Lance2-5/+5
prefix 'On' from now on. modified Changelog-Trunk.txt modified conf-tmpl/script_athena.conf modified doc/pccommand_list.txt modified doc/script_commands.txt modified npc/custom/Lance/FR_HallOfFame.c modified npc/sample/PCLoginEvent.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9231 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-16Stable: added official Ninja quest. Trunk: removed name duplicatesLupus5-26/+15
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9225 54d463be-8e91-2dee-dedb-b68131a5f0ec