Age | Commit message (Expand) | Author | Files | Lines |
2006-03-16 | A small fix. | MasterOfMuppets | 1 | -1/+4 |
2006-03-16 | Update NJ_ZENYNAGE to deal a random ammount of damage depending on its skill ... | MasterOfMuppets | 1 | -2/+6 |
2006-03-16 | - @kill_monster/@kill_monster2 won't touch Guardians/Emperium now. | skotlex | 1 | -1/+4 |
2006-03-16 | - Small change in the random item reading function, may fix @itemdbreload mes... | skotlex | 1 | -0/+2 |
2006-03-16 | Restricted the use of GS_BULLSEYE to demi-human and brute targets. | MasterOfMuppets | 1 | -2/+7 |
2006-03-16 | * mob_chat_sub fix. Added buildin_pcblockmove. | Lance | 5 | -18/+37 |
2006-03-16 | * BL_PC and BL_MOB control script commands (experimental). | Lance | 7 | -4/+421 |
2006-03-16 | * Made an adjustment to addspiritball() to allow Gunslingers to summon up to ... | Lance | 2 | -30/+40 |
2006-03-16 | - Fixed Tarot Card of Fate using time instead of time2 which is the one that ... | skotlex | 2 | -22/+22 |
2006-03-16 | - Fixed mob random walk interval being set to up to 6K seconds in some instan... | skotlex | 2 | -3/+3 |
2006-03-15 | - Added mapflag nodrop, fixed mapflag notrade. | skotlex | 7 | -16/+41 |
2006-03-15 | - Small fix on status_change_start | skotlex | 1 | -1/+3 |
2006-03-15 | - Removed the hardcoded duration of 30seconds for sleep. | skotlex | 4 | -8/+5 |
2006-03-15 | - gm_skill_unconditional setting now also overrides skill_partner_check setting. | skotlex | 1 | -5/+11 |
2006-03-15 | * Emulated strtok_r functions to work strictly with ANSI compilers. | Lance | 1 | -5/+11 |
2006-03-15 | - Added battle config options item_rate_adddrop, item_drop_add_min and item_d... | skotlex | 5 | -76/+74 |
2006-03-15 | - Added item_db2.sql and mob_db2.sql, thanks to Joshuaali | skotlex | 1 | -6/+5 |
2006-03-15 | - Fixed twilight pharmacy dropping 1 item to the ground instead of the qty pr... | skotlex | 1 | -2/+3 |
2006-03-15 | - Fixed a possible crash in Venom Splasher if the countdown is too high. | skotlex | 2 | -3/+3 |
2006-03-14 | - Fixed skill_notok blocking guild skills | skotlex | 2 | -23/+15 |
2006-03-14 | - Updated @rura/@warp. Now you can use both "@warp mapname x y" and "@warp ma... | LuzZza | 2 | -4/+42 |
2006-03-14 | - Fixed WZ_WATERBALL + HW_MAGICPOWER | skotlex | 2 | -11/+9 |
2006-03-14 | - Some small cleanups of how @reloadscript works. | skotlex | 2 | -5/+4 |
2006-03-14 | - Fixed incorrect range check in autospell2 triggers. | skotlex | 5 | -141/+89 |
2006-03-14 | - Status_check_skilluse again does the status_isdead check, but only on non-s... | skotlex | 2 | -5/+13 |
2006-03-14 | - Fixed player auto-attack not cancelling when dead. | skotlex | 2 | -12/+4 |
2006-03-13 | - Finished some checks to make sure Land Protector Only blocks BF_MAGIC skill... | skotlex | 1 | -6/+4 |
2006-03-13 | - Fixed script command warpparty looking for an attached player even when it ... | skotlex | 1 | -29/+23 |
2006-03-13 | - HW_GRAVITATION now ignores elemental modifiers. | skotlex | 1 | -1/+4 |
2006-03-13 | - Shield Reflect is now passed through Devotion as well. | skotlex | 4 | -162/+163 |
2006-03-13 | - Added function battle_calc_gvg_damage for gvg related damage reductions. Fi... | skotlex | 2 | -48/+93 |
2006-03-13 | - Corrected char-server parameters so that the subnet config file is the thir... | skotlex | 5 | -8/+7 |
2006-03-12 | - Updated clone skill copy to consider combo-skills. | skotlex | 1 | -10/+18 |
2006-03-12 | nj/gs work by RockmanEXE and red_sun | Vicious | 2 | -11/+20 |
2006-03-11 | more ninja/gs work | Vicious | 3 | -9/+17 |
2006-03-10 | - Fixed mob-casted demonstration/quagmire being affected by the gvg_traps_all... | skotlex | 1 | -1/+2 |
2006-03-10 | - Cleaned up the Skillbreaker implementation, HP gaining happens at level 5 now. | skotlex | 2 | -66/+41 |
2006-03-10 | - Increased the range for unlocking out of Close confine. | skotlex | 2 | -7/+5 |
2006-03-10 | - Added a few dummy times in skill_cast_db for some GS skills. | skotlex | 3 | -9/+14 |
2006-03-10 | - Changed div behaviour. Skills with div above zero will get their total dama... | skotlex | 1 | -39/+46 |
2006-03-10 | GS_MAGICALBULLET implementation: declaring variables after case: without defi... | blackhole89 | 1 | -3/+5 |
2006-03-10 | missing } near line 449 | blackhole89 | 1 | -0/+1 |
2006-03-10 | some ninja/gs work | Vicious | 3 | -8/+33 |
2006-03-10 | - Cleaned-up the random item reading routine. Fixed a overflow bug when one o... | skotlex | 1 | -16/+31 |
2006-03-10 | * Fixed a variable loopback problem on NPC shop price checking routine. | Lance | 1 | -1/+1 |
2006-03-10 | - Fixed a memory overwrite crash on pc_readdb, thanks to foobar. | skotlex | 3 | -12/+14 |
2006-03-10 | - Fixed the linked bard/dancer skills toggling with each call to pc_calc_status | skotlex | 1 | -10/+0 |
2006-03-09 | - Fixed a bug in the pc_skillreset function. | skotlex | 1 | -0/+1 |
2006-03-09 | - Some small cleanups in mob_read_mobavail (or however it is named) | skotlex | 1 | -3/+3 |
2006-03-09 | fixing max_weapon_size | Vicious | 2 | -12/+12 |