summaryrefslogtreecommitdiff
path: root/world/map/npc/items
AgeCommit message (Collapse)AuthorFilesLines
2015-08-02Fix Broken Nick Messagewushin1-3/+3
2015-06-22Merge pull request #330 from mekolat/patch-1Wushin1-1/+1
Make warp towels honor noteleport and nowarp
2015-05-26Remove Unequip from a mapwushin1-3/+1
2015-05-13a few fixes/modifications here and theremekolat3-5/+5
2015-05-06Merge pull request #362 from mekolat/32767Wushin1-1/+1
npc -1 => 32767
2015-05-02Remove MorganState and SetMorganMask (non-existent functions)Nick Ashley1-4/+2
Fixes Morgan
2015-05-02npc -1 => 32767mekolat1-1/+1
2015-04-30add new consts for the paramsmekolat1-5/+2
2015-04-30remove deprecated readparam & statusup2mekolat1-2/+2
2015-04-30use wgm and gmlogmekolat2-3/+3
2015-04-15Make warp towels honor noteleport and nowarpmeko1-1/+1
```noteleport``` makes the player unable to use warp towel ```nowarp``` makes the player AND GMs (with gm level under ```any_warp_GM_min_level```) unable to warp or use warp towel
2015-04-07merge percentheal & itemheal into healmekolat2-2/+2
2015-03-07Fix lime towel exploitalexanderlime1-0/+7
fix traveller exploit
2015-03-07Add cooldown to towel messagemekolat1-5/+6
2015-02-01remove .gat from npcsmekolat4-15/+15
2015-01-07Add Item Changes (script)wushin1-1/+1
2014-11-12fix fight club => v0.4mekolat1-2/+2
disallow towel inside ring kill on exit replace killer var with duel_killer remove nosave trigger restart on enable/disable remove accept/decline notification fix ring x2 and y2 forbid betsanc and asorm fix password var in debug allow random passwords handle all effects do not accept if not present fix rules check map too warp randomly on death fallthrough if no acceptable requests use bitmasking instead of modulo remove resave simplify goback do not re-declare randompassword password minigame
2014-11-05Fix Items For ASTwushin12-19/+17
2014-11-04Update scripts for stricter checksBen Longbons1-2/+2
2014-11-01Merge pull request #169 from mekolat/duelsWushin1-1/+3
Fight Club
2014-10-30double the indentationmekolat1-1/+1
2014-10-30add fight clubmekolat1-1/+3
2014-10-25disallow hair 0mekolat1-2/+2
2014-10-23fixupmekolat1-2/+0
2014-10-23fix barber and mirror for future classesmekolat1-0/+22
2014-08-25make the staff use its own sprite with confringomekolat1-0/+2
2014-06-30Merge pull request #123 from wushin/starting-area-fixWushin1-0/+65
Starting Area Redux
2014-06-25Starting Area Reduxwushin1-0/+65
* Tutorial is a quick funnel * Exits are obvious and open * New Side Quests ** Valon's Beast Mastery ** Zegas's Barrels ** Magic Wand * Some Quests stay open after tutorial is done * House Maggot & Tame Scorpion added * Made Magic usable for lowbies with Wand
2014-06-18Moving GM/Dev utilities off of botcheckwushin1-1/+1
Allows botcheck to become a permanent prison
2014-05-07Remove Warp Towel Multiple Towel Use Random Warpwushin1-2/+0
Fixes #101
2014-04-27Reordered Warp Towel Checks to disable using multiple towels earlywushin1-19/+18
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.