summaryrefslogtreecommitdiff
path: root/npc/guild2
AgeCommit message (Collapse)AuthorFilesLines
2010-09-18* Added bard/dancer songs and duets to the nodispell list. (bugreport:4411)L0ne_W0lf1-3/+4
* Applied Ai4rei's patch for the skill WE_CALLPARTNER (bugreport:4437) * Lots of updates to monster stats/drops, all fairly minor. * Updated the price and weight of a handful of etc items. * Removed drops for quest-spawned Satan Morroc. (bugreport:4425) * Changed weight on novice consumable items to 0 (bugreport:4442) * Updated Sage quest skill quest with the file curtosy of 5511. * Fixed the Pink Crystal being named Blue Crystal in Flavius. * Touched up the archer tutorial, and phantasmic arrow quests. * Fixed Turbo Track records for 8 and 16 normal saving as expert. (bugreport:4433) * Corrected the positions for the arug castle 04 exterior flags. (bugreport:4436) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14409 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-08-20* Fixed wrong events being called for flavius02 BG waiting rooms. ↵L0ne_W0lf1-3/+4
(bugreport:4395) * Fixed the setwalls in Tierra gorge, again. Removed extra mapflags. * Moved overlapping guild flags outside arug_cas05 to proper points. * Fixed kRO Name for Women's Bundle. (bugreport:4398) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14385 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-06-21* Fixed setcell in arug_cas04 and 5 extending past what it should. ↵L0ne_W0lf2-6/+8
(bugreport:4323) * Minor item database bug fixes! - Corrected some lower headgears being able to be refined. (bugreport:4328) - Fixed wrong view ids for crown of deceit and musical note headband. (bugreport:4328) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14352 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-09- Fixed a typo in arug_cas03 flag. (bugreport:3917)brianluau1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14193 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-12-02- Added mob_avail IDs for iRO Halloween Event 2008, added in r14112. ↵brianluau1-1/+1
(bugreport:3703) - Fixed Tatacho's race, should be Brute. (bugreport:3664) - Fixed a label name in Control Device01#aru04. (bugreport:3716) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14185 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-11-29- Fixed typo in WoE:SE Castle announcements (bugreport:3714).Kisuka10-11/+11
- Fixed typo of a check in god_weapon_creation.txt (bugreport:3613). - Fixed missing changequest in Knight Job Quest (bugreport:3757). - Fixed placement of Control Device01#aru04 (bugreport:3716). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14178 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-11-04* Added known info for WoE SE Guild Dungeon monsters.L0ne_W0lf1-0/+172
- Movement speed, and attack delays are not official. (copy/pasted) - Skills are, like above, copy, pasted, edited. Not official. - Decided not to drops added for the mentioned monsters. * Added mapflags for WoESE guild dungeon. * Added official WoESE Guild Dungeon NPCs, and custom spawns. - As the mobs are not 100% (missing stats, no drops, etc) they are disabled by default. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14123 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-11-03* Added new broadcasting support from r14120 to WoE scripts.L0ne_W0lf10-50/+50
- "Conquered" messages can now be effectively toggled off in Battle log - Added fontsizes for WoESE messages. (At least the non-default sizes.) * Added font weight constants, although they don't seem to do anything. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14122 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-08-18* Changed attribute_recover to no, being hit by the same element should not ↵L0ne_W0lf1-2/+3
recover HP. * Added monster_noteleport to Okolnir quest maps. Will fix the tarot card issue. - Fixed Brynhild dialog in the Asprika quests. (bugreport:3085) - Removed "Disabled" tag from Volcano base quest. (bugreport:3342) - Attempted to fix the sign quest dancing portion. (bugreport:3382) - Fixed Guardian in schg_cas03 using invalid coords. (bugreport:3462) - Fixed Turbo Track records using wrong variable type. (bugreport:3484) - Fixed the checkweights in the Crow of Fate quest. (bugreport:3500) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14013 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-07-29- Fixed a bug cleaning instance variable on party when instance is destroy.zephyrus3-41/+35
- Fixed a bug on Yuno Castle 2 and 3, not killing guardians. - Moved battleground team leave on unit remove map to prevent a crash on multimap servers. - Fixed a bug on checking range with the wrong target. Fix a crash on Item 2002 at refine >= 9. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13979 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-05-12- Fixed double-quotes not being escaped in the custom xmas_rings_event. ↵brianluau1-1/+1
(bugreport:2546) - Renamed an OnClock label so it's consistent with the other castles. (bugreport:2831) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13756 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-04Follow up to r13559, r13560 and r13561. Moved some stuff around in the WoESE ↵L0ne_W0lf10-110/+161
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-03Removed extra lines from schg_cas02 resetting data before eco/def is applied.L0ne_W0lf2-5/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13563 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-03* Applied the updated eco/def investment system to Juno WoESE castles.L0ne_W0lf5-127/+300
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13561 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-03-03* Applied the updated eco/def investment system to Rachel WoESE castles, ↵L0ne_W0lf5-131/+301
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
2008-11-13Corrected wrong treasure spawn position in schg_cas01.zapbomb1-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13369 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-28* More boredom and bugfixing to various scripts. :DL0ne_W0lf2-6/+8
- Updated an outdated comment in refine.txt. (bugreport:2370) - Fixed two bad event calls in arug_cas04/05. (bugreport:2386) - Fixed wrong check in haire dresser script. (bugreport:2392) - Fixed infinite loop in archer quest scropt. (bugreport:2393) - Bonus: Updated the blacksmith supply dealer in Einbroch git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13330 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-10-25Fixed setcell coords for the first barricade in schg_cas03.L0ne_W0lf1-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13326 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-25* Continues replacing of specialeffect/2 numerics with constants.L0ne_W0lf10-290/+302
- A lot of files still remain, but they don't have the proper effect names in commented in beside the ID. ;P git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13238 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-19- Removed duplicated warps.zephyrus3-50/+47
- Implementing new iWall system in WOE SE. - Removed unnecessary dialogs in Advanced Refiner. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13220 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-18*Slew of bugreport fixage. Figured I should do something.L0ne_W0lf4-8/+12
* Fixed copy/paste errors in Aru castles. (bugreport:2012) * Updated Trans-only warp in thanatos tower. (bugreport:2227) * Fixed improper variable in airship quest (bugreport:2238) * Fixed a minor bug in updated repairmain. (bugreport:2245) * Updated Giant Enyclopedia bonus. (bugreport:2053) * Removed Snap from nocast_db in WoE SE git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13219 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-09Enabled WoE SE to be run independently of WoE. Let's see how long it is ↵L0ne_W0lf11-110/+161
before something blows up, or Ultramage pulls out his hair while cursing my existence. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13202 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-09-09Small bug fixes to arug_cas02 (bugreport:2198)Yommy1-3/+4
typo fixes in advanced refiner (bugreport:2199) nameless quest layout fix (bugreport:2106) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13201 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-29* Just fixing some reported script bug.L0ne_W0lf2-16/+18
- Fixed coordinate in level 60 arena. (bugreport:1663) - Fixed errors in the Keil Hyre quest. (bugreport:2129) - Fixed guild look ups in Arug_cas02. (bugreport:2134) - Corrected treasure spawn in schg_cas03. (bugreport:2142) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13152 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-27- Fix on Kiel Hyre Quest.zephyrus1-1/+1
- Fixed setcell on schg_cas03 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13144 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-20- Fixes on schg_cas02 and arug_cas01.txtzephyrus2-42/+44
- Official Meteor Storm. Meteors can fail and just not fall, and only fall where you can get a shootable path. * Tested on Aegis with help of ultramage. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13096 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-17** Please update your server ASAP. **zephyrus1-1/+1
- Fixed a wrong auth process, setting account offline in Login server when accessing Char server. (OMG!) - Fixed a bug on TK_JUMPKICK. It should only do damage if can reach target. - Fixed bug on Arug_cas01 script. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13087 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-24- Some cleanups and a bug fix on schg_cas03.txtzephyrus1-7/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12989 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-22* Removed mail commands that no longer exist from help.txt.L0ne_W0lf6-16/+22
* Finally getting around to fixing a few bug reports - Corrected some view IDs for some newer headgears. (bugreport:1842) - 11.3 bows are now equippable by all archer classes. (bugreport:1885) * Getting around to fixing some script bug. - Fixed bugs in the nameless quest, and other npcs. (bugreport:1845) - Fixed some bugs in the WoE:SE control devices. (bugreport:1848) - Fixed minor typo in the novice grounds. (Bugreport:1877) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12981 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-12Whoops. L0ne_W0lf1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12942 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-12Fixed a typo when disabling a control device.L0ne_W0lf1-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12941 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-11- Fixed a bug in Dancer Quest.zephyrus1-21/+21
- Some fixes on guild2/schg_cas03.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12937 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-23- Some WoE 2.0 fixeszephyrus9-28/+54
* Not investment per day reset bug. * Not stop the emperium respawn if you take it in less than 10 seconds and woe ends. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12886 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-14- Fixed a bug in some Gunslinger skills, when weapon ids changedzephyrus10-22/+21
- Little cleanup in and a bug fix in guild2 scripts. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12831 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-13Converted skill commands integers to strings. Follow up on r12814shadow10-10/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12819 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-03Fixed a typo in schg_cas01 treasure spawning.L0ne_W0lf1-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12754 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-20* Fixed variable issue with Milk Trader NPC. (bugreport:1523)L0ne_W0lf10-41/+84
* Fixed typos in the acolyte nad mage skill quests. (bugreport:1531) * Fixed issue with a removing a Keil Hyre cutin. (bugreport:1593) * Corrected a few oversights in the WoESE scripts. * Added dummy "OnMyMobDead" label to a Niflheim NPC. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12718 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-16Fixed variable typo in guild scripts. (bugreport:1514)L0ne_W0lf10-90/+100
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12712 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-08- Little fix in schg_cas01 script.zephyrus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12694 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-08* Fixed some of the newer reported bugs.L0ne_W0lf10-40/+39
- Corrected typo in guild steward (missing space.) (bugreport:1423) - Corrected duplicate messages in WoE 2.0 scripts. (bugreport:1449) - Corrected missing close in turtle island quest (bugreport:1455) - Corrected missing next in hunter job quest. (bugreport:1477) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12692 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-21Fixed yet another WoE SE Bug (Juno castle 3)L0ne_W0lf1-6/+7
Go go gadget revision counter! git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12629 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-21Fixed another WoE SE Bug. (wrong target for donpcevent)L0ne_W0lf1-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12628 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-21Fixes to WoE SE Juno castles 1, 2, and 3. (copy/paste issues)L0ne_W0lf3-9/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12627 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-21Fixed bugreport:1390, bugreport:1394, bugreport:1396. L0ne_W0lf10-22/+33
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12624 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-15changed MES -> mesLupus10-10/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12596 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-14Fixed bugreport:1337, bugreport:1355, bugreport:1361, and bugreport:1362.L0ne_W0lf1-5/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12594 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-11Fixed setcell range of first barricade in Juno Castle 2.L0ne_W0lf1-5/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12568 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-08Added the Schwaltzvalt Guild Castles 1-5. (update 3/3)L0ne_W0lf5-0/+14266
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12532 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-08Added the Arunafeltz Guild Castles 1-5. (update 2/3)L0ne_W0lf5-0/+14396
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12531 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-08Added new town guild flags in Rachel and Juno. (update 1/3)L0ne_W0lf1-0/+95
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12530 54d463be-8e91-2dee-dedb-b68131a5f0ec