summaryrefslogtreecommitdiff
path: root/world/map/npc/items
AgeCommit message (Collapse)AuthorFilesLines
2014-04-15New Core Functionwushin1-338/+152
Travelers to warp about Checks being moved into functions Warp Towel Behavior changed
2014-04-02Clean up main scriptsBen Longbons6-0/+7
2013-11-24Fix style and logic of UnequipCBBen Longbons2-15/+11
2013-10-25Multiple Ammo Typeswushin1-0/+36
Added Item SlingShot Added Item SlingBullet Added Const AMMO_NONE, AMMO_BOW, AMMO_SLING Added Function CheckAmmo Added Trigger OnQuequipAmmo to Unequipcb Added Var @AmmoType to Ammo Added Var @LauncherType to Launchers Added File launcher_ammo.txt to scripts Needs TMWA-server commit equip-arrow to work (equip_arrow)
2013-10-25Required Stats, Restricted Items, and Unreleasedwushin4-8/+44
Items properly Unequip on condition failure Bonuses or Bonus Bugs do not appear Item stays unequipped Added unequipcb script Added Timer to RequireStat, RestrictedItem and UnreleasedItem
2013-09-26Fix bug that made require_stat script always failv2013.09.27Ben Longbons1-0/+1
2013-09-16Make RequireStat script less sillyBen Longbons1-21/+8
2013-09-16Refactor all broken returns into goto L_ReturnBen Longbons3-5/+14
2013-07-23Fix some casing and spacing issuesBen Longbons1-6/+6
2013-07-05Make fourth word of functions non-empty, to appease the current serverBen Longbons8-17/+17
2013-07-05Move starting brace to new lineBen Longbons8-17/+34
2013-06-28Warp Towels: block them from working in Candor or the Yeti battle cave.Jessica Tölke1-0/+130
2013-02-21Add GM Killing Event materials:Vincent Petithory1-0/+17
* MagicGMTopHat: The hat to give powers to a gm * Add #pullrabbit spell associated to the magic gm top hat. Requires ./build-magic.sh * Add Murderer Crown (prize)
2013-02-21require_stat script: do not force unequip anymore:Vincent Petithory1-2/+2
* Using unequipbyid was causing a temporary x2 bonus on most stats of the player, which appeared to be exploitable in one case. * Fallback on keeping the item equiped but do not activate its bonuses.
2012-12-17Prevent players to warp from the Illia island (map 052 only):Vincent Petithory1-0/+60
* Update the warp towels conditions * Update dark petal related spell. (#S00 or #alonzialonzo). (requires running build-magic.sh)
2012-12-17Add Illia items:Vincent Petithory1-0/+27
* Sealed Soul * Lock Picks * Lazurite Shard, Crystal, Heart * Bull Helmet * Heart of Isis * Banshee Bow
2011-11-08Fix botcheck coordinates in warptowels scripts.v2011.11.09cafe1-10/+10
2011-11-08Fixes the bug that was making people get oranges when using the orange towel.cafe1-10/+10
2011-10-30Made the name of each item be the same everywhere.ali-g1-20/+20
Changed some names in item_db.txt and the same one in corresponding scripts.
2011-09-11Tab conversion and formatting project.The Kandiman6-157/+187
npc/functions and npc/items complete.
2011-09-07Fix new argument warnings.Ben Longbons2-3/+3
Requires the server patch to allow argumentless script functions
2011-08-29add pink hair color and rewrite the scriptBen Longbons2-2/+2
2011-06-19Move to a subdirectoryBen Longbons6-0/+214