Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-02 | Remove MorganState and SetMorganMask (non-existent functions) | Nick Ashley | 1 | -4/+2 | |
Fixes Morgan | |||||
2015-04-30 | add new consts for the params | mekolat | 1 | -5/+2 | |
2015-04-30 | remove deprecated readparam & statusup2 | mekolat | 1 | -2/+2 | |
2015-04-30 | use wgm and gmlog | mekolat | 2 | -3/+3 | |
2015-04-07 | merge percentheal & itemheal into heal | mekolat | 2 | -2/+2 | |
2015-03-07 | Fix lime towel exploit | alexanderlime | 1 | -0/+7 | |
fix traveller exploit | |||||
2015-03-07 | Add cooldown to towel message | mekolat | 1 | -5/+6 | |
2015-02-01 | remove .gat from npcs | mekolat | 4 | -15/+15 | |
2015-01-07 | Add Item Changes (script) | wushin | 1 | -1/+1 | |
2014-11-12 | fix fight club => v0.4 | mekolat | 1 | -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-05 | Fix Items For AST | wushin | 12 | -19/+17 | |
2014-11-04 | Update scripts for stricter checks | Ben Longbons | 1 | -2/+2 | |
2014-11-01 | Merge pull request #169 from mekolat/duels | Wushin | 1 | -1/+3 | |
Fight Club | |||||
2014-10-30 | double the indentation | mekolat | 1 | -1/+1 | |
2014-10-30 | add fight club | mekolat | 1 | -1/+3 | |
2014-10-25 | disallow hair 0 | mekolat | 1 | -2/+2 | |
2014-10-23 | fixup | mekolat | 1 | -2/+0 | |
2014-10-23 | fix barber and mirror for future classes | mekolat | 1 | -0/+22 | |
2014-08-25 | make the staff use its own sprite with confringo | mekolat | 1 | -0/+2 | |
2014-06-30 | Merge pull request #123 from wushin/starting-area-fix | Wushin | 1 | -0/+65 | |
Starting Area Redux | |||||
2014-06-25 | Starting Area Redux | wushin | 1 | -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-18 | Moving GM/Dev utilities off of botcheck | wushin | 1 | -1/+1 | |
Allows botcheck to become a permanent prison | |||||
2014-05-07 | Remove Warp Towel Multiple Towel Use Random Warp | wushin | 1 | -2/+0 | |
Fixes #101 | |||||
2014-04-27 | Reordered Warp Towel Checks to disable using multiple towels early | wushin | 1 | -19/+18 | |
2014-04-15 | New Core Function | wushin | 1 | -338/+152 | |
Travelers to warp about Checks being moved into functions Warp Towel Behavior changed | |||||
2014-04-02 | Clean up main scripts | Ben Longbons | 6 | -0/+7 | |
2013-11-24 | Fix style and logic of UnequipCB | Ben Longbons | 2 | -15/+11 | |
2013-10-25 | Multiple Ammo Types | wushin | 1 | -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-25 | Required Stats, Restricted Items, and Unreleased | wushin | 4 | -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-26 | Fix bug that made require_stat script always failv2013.09.27 | Ben Longbons | 1 | -0/+1 | |
2013-09-16 | Make RequireStat script less silly | Ben Longbons | 1 | -21/+8 | |
2013-09-16 | Refactor all broken returns into goto L_Return | Ben Longbons | 3 | -5/+14 | |
2013-07-23 | Fix some casing and spacing issues | Ben Longbons | 1 | -6/+6 | |
2013-07-05 | Make fourth word of functions non-empty, to appease the current server | Ben Longbons | 8 | -17/+17 | |
2013-07-05 | Move starting brace to new line | Ben Longbons | 8 | -17/+34 | |
2013-06-28 | Warp Towels: block them from working in Candor or the Yeti battle cave. | Jessica Tölke | 1 | -0/+130 | |
2013-02-21 | Add GM Killing Event materials: | Vincent Petithory | 1 | -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-21 | require_stat script: do not force unequip anymore: | Vincent Petithory | 1 | -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-17 | Prevent players to warp from the Illia island (map 052 only): | Vincent Petithory | 1 | -0/+60 | |
* Update the warp towels conditions * Update dark petal related spell. (#S00 or #alonzialonzo). (requires running build-magic.sh) | |||||
2012-12-17 | Add Illia items: | Vincent Petithory | 1 | -0/+27 | |
* Sealed Soul * Lock Picks * Lazurite Shard, Crystal, Heart * Bull Helmet * Heart of Isis * Banshee Bow | |||||
2011-11-08 | Fix botcheck coordinates in warptowels scripts.v2011.11.09 | cafe | 1 | -10/+10 | |
2011-11-08 | Fixes the bug that was making people get oranges when using the orange towel. | cafe | 1 | -10/+10 | |
2011-10-30 | Made the name of each item be the same everywhere. | ali-g | 1 | -20/+20 | |
Changed some names in item_db.txt and the same one in corresponding scripts. | |||||
2011-09-11 | Tab conversion and formatting project. | The Kandiman | 6 | -157/+187 | |
npc/functions and npc/items complete. | |||||
2011-09-07 | Fix new argument warnings. | Ben Longbons | 2 | -3/+3 | |
Requires the server patch to allow argumentless script functions | |||||
2011-08-29 | add pink hair color and rewrite the script | Ben Longbons | 2 | -2/+2 | |
2011-06-19 | Move to a subdirectory | Ben Longbons | 6 | -0/+214 | |