summaryrefslogtreecommitdiff
path: root/npc/guild
AgeCommit message (Collapse)AuthorFilesLines
2009-03-04Follow up to r13559, r13560 and r13561. Moved some stuff around in the WoESE ↵L0ne_W0lf1-13/+15
agits, and corrected a few mistakes I made. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13566 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-03* Applied the updated eco/def investment system to Rachel WoESE castles, ↵L0ne_W0lf1-41/+42
Juno's next. * Corrected the conditions in the if block that I goofed up, in agit_template. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13560 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-03* Another round of bug fixes to various scripts.L0ne_W0lf1-32/+65
- Added Satan Morroc spawn and corrected shadow spawn timers. (bugreport:2690) - Fixed Group of Evil NPC not reactivating when it should. (bugreport:2696) - Fixed the Zeny check when summoning guardians in agits. (bugreport:2712) - Added zeny check to Jawaii bartender (hung the script.) (bugreport:2747) - Corrected a mapwarp assosiated with the z-gang quest. (bugreport:2757) - Fixed warps in ice dungeon 3 being usable all the time. (bugreport:2776) - Corrected impossible condition if in Keil Hyre quest. (bugreport:2789) - Corrected leftover aegis variables in several scripts. (bugreport:2794) - Removed duplicate line from nameless quest. (bugreport:2795) * Implemented official behaviour/Cost for investing in economy and defence - Eco/Def will be modified on the turn of the day instead of immediately. - Cost has been updated to official values. Investing twice now costs 4 times the first investment. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13559 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-29Fixed Econ values in agit_template. Commited by accident, as it's not finished.L0ne_W0lf1-21/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13423 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-12-29- Corrected issues with the Keil Hyre quest. (bugreport:2511)L0ne_W0lf1-12/+21
- Corrected minor typo in alchemsit quest. (bugreport:2530) - High Aco is now given skills on change. (bugreport:2552) - Added item checks to Ice Necklace quest. - Uncommented a warp in morroc_fild. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13422 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-11-16- Item Rental System.zephyrus1-1/+2
Script Usage: - rentitem <itemid>,<seconds>; - rentitem <itemname>,<seconds>; git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13370 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-23- Little optimization on agit_template.txtzephyrus1-27/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13234 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-31* 13026 Added iRO Repeatable EXP quests care of Kisuka.L0ne_W0lf21-584/+87
* Updated guild scripts, removed interior flag dialog. * Applied some Payon 1 script fixes from bugreport:1941. * Cost is now doubled when investing a second time in eco or defence. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13026 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-13Converted skill commands integers to strings. Follow up on r12814shadow1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12819 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-04Fixed more +name+ garbage to +strcharinfo(0)+Lupus1-10/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12756 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-16Fixed variable typo in guild scripts. (bugreport:1514)L0ne_W0lf1-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12712 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-13* Fixed a loading flag emblem for Payon 1.L0ne_W0lf1-4/+6
- Also fixed two typos regarding Guild Steward name. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12708 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-11* Fixed guild manager charging twice for investL0ne_W0lf7-13/+18
- Corrected some treasure room switch sent-to spawns. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12701 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-08* Fixed times-invested not resetting in WoE scripts.L0ne_W0lf9-13/+30
- Fixed a warning when the standard chest spawn time triggered. - Corrected several flag-in spawn points, (burgerpot:1475) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12691 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-28* Rewrote the WoE 1.0 from the ground up nearly.L0ne_W0lf57-4584/+4755
- Renamed the WoE Time setting NPC to "agit_controller.txt" - System is set up to mimic Aegis, some parts are still lacking. - Documentation on the new system is forth-coming. - Updated Novice WoE scripts to keep them from breaking. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12673 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-05I hate the guild castle scripts. Reverted a change.L0ne_W0lf1-3/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12496 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-12Another Small update to castle ownership announcement.L0ne_W0lf1-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12346 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-12Small update to castle ownership announcement.L0ne_W0lf1-3/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12345 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-22* Several small fixes to scripts, and updates.L0ne_W0lf1-2/+3
- Updated City warps for Lighthalzen, and dugneon warps. - Updated castle warps for Schwaltzvalt Castles Map. - "The Sign" quest is now enabled by default. (bugreport:1011) - Added Dimensional Gorge map spawns (According to RO Future Wiki) - Updated Lighthalzen boss spawning mechanisim to official. - Fixed a small error in the novice potion exchanger. - Resolves the following: bugreport:879 bugreport:973 bugreport:983 bugreport:1013 bugreport:1021 bugreport:1024 bugreport:1026 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12227 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-08Castle ownership displays at the start and end of WoE.L0ne_W0lf1-1/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12188 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-01Started fixing bugreport:899 and fixed bugreport:875L0ne_W0lf1-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12156 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-20Corrected one setcastledata call that I missed in r11915ultramage1-8/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12116 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-14Guardian hp handling code removal (see bugreport:342)ultramage1-36/+13
- removed guardian hp from the castle data structure, database, savefiles and various script functions (use upgrade_svn11914.sql) - removed guardian hp calculation and manipulation from the castle manager npc, now the hp values are updated by the server itself (glitch: when castle defense changes, all guardians are healed to full) - tweaked script function 'guardianinfo' to provide some data needed by the manager npc (currently available are hp, maxhp and visibility); also, it doesn't need a player attached to execute anymore The whole thing is experimental, use at your own risk (seems to work though...) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11915 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-14* Commited the quick fix "emps not respawning if the emp breaker logs off". ↵FlavioJS4-44/+72
(from r11630 bureport:369) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11913 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-14* Minor fixes, guild manager, and a couple others.L0ne_W0lf1-2/+3
- bugreport:579, attempt at fixing bugreport:581 - Fixed a typo in the hunter quest. (Not noticable really.) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11905 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-09Fixed a bug in r11633 always spawning only 1 chest typeultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11874 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-26* Fixed some minor guild script related bugs.L0ne_W0lf2-5/+17
- 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-17* Fixed Guild Manager access to Guild Master only.L0ne_W0lf1-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11746 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-06Another Luina guild manager fix (In an I never updated that worked fine before.)L0ne_W0lf1-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11685 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-06Corrected aldeg_cas02 treasure room coordinates. Fixed bugreport:359L0ne_W0lf1-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11678 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-03Corrected an typo in the guild flag function.L0ne_W0lf1-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11649 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-02* Rather large update to the WoE scripts.L0ne_W0lf22-1005/+962
- Eliminated unofficial map-broadcasts (opening treasures/guardian death.) - Fixed several errors in guardian spawning (script-wise.) - Treasure spawning itself is done weird... What exactly is the last paramater for anyway? Near as I can see it's ALWAYS 1. Why is it used? what does it do? Why is it undocumented? Mysteries and more! - Updated dialog and restructured several NPCs. * Created a unique function for novice WoE as the new manager does not support it. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11633 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-01Removed code that queues OnAgitEliminate after the Emperium is broken, this ↵ultramage5-1/+21
is now done properly by the gvg script instead (partially deals with bugreport:342). If you have any extra castles, update your scripts accordingly. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11630 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-16* Added a return at the end of several scripts. Should deal with errors ↵L0ne_W0lf1-1/+1
being shown in due to a recent commit by FlavioJS git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11495 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-21Fixed a typo from r11221 causing castle problems after they've been conquered.ultramage1-17/+15
Converted rest of variables used to temporary script vars. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11258 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-15Some small adjustment to the P.o.S. guild script...ultramage1-90/+103
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11221 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-31* Fixed north prontera kafra having an empty warp listultramage1-1/+1
* Removed junk &#1038;A text from the 2004 headgears * Changed deprecated Job_Alchem to Job_Alchemist (see r10904) * Fixed a typo in a geffen city npc (Job_Merhcant) * Fixed a typo in the Jobmaster custom script (Job_Gunsliger) * Fixed one old eAAC Quest Warper bug (warp to nonwalkable coords) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10940 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-30* Fixed the OnAgitBreak message being map-only and not global when a castle ↵L0ne_W0lf1-2/+3
is taken. (Lil DomX) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10936 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-26typo fix (hte -> the)ultramage3-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10812 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-25* Rather large Kafra update. (May need further testing)L0ne_W0lf7-70/+78
- Updated a good portion of the kafra functions. - Added proper dialog for most functions. - Updated guild Kafras and some o f their locations. * Updated all Guide NPCs. They are now mostly 100% official. - Renamed some of the old files to make them look better, IE: yun to juno. - Added Kunlun and Ayotaya guides. * Added the Einbech tool Dealer since it seemed to had gotten lost when I updated shops. * Updated Dye Maker and Hair Dyer to official. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10810 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-04added missing OnTouch to Guild Wars script. removed extra set @xxxxLupus2-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10674 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-04* Updated 2006 headgear quests to semi-official dialog.L0ne_W0lf15-772/+170
* 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-05-27* Guild flag update.L0ne_W0lf6-342/+510
- 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-04-29More eof eols (followup to r10401); skipping /npc/custom and /npc/samplesultramage43-43/+43
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10402 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-01- Corrected multiple "WoE has begun" announcesultramage2-15/+21
- Removed some poor coding from the gunslinger job script - Fixed some engrish - Added missing changelog edit git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10114 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-01emsolute develop was incorrectly giving 49% / 51% instead of 50%/50%Lupus1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10106 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-16Fixed a missing curly brace and removed some more .gat-sultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10020 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-15removed all .GAT from all the scripts and testedLupus43-1347/+1309
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10018 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-18msg typoLupus1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9878 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-18Guilds with Emergency Call skill mastered or with 9+ skill points can't take ↵Lupus1-2/+38
part in Novice Castles WoE. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9877 54d463be-8e91-2dee-dedb-b68131a5f0ec