Age | Commit message (Expand) | Author | Files | Lines |
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 | -0/+2 |
2006-03-16 | * mob_chat_sub fix. Added buildin_pcblockmove. | Lance | 1 | -0/+1 |
2006-03-16 | * BL_PC and BL_MOB control script commands (experimental). | Lance | 1 | -0/+1 |
2006-03-16 | * Made an adjustment to addspiritball() to allow Gunslingers to summon up to ... | Lance | 1 | -0/+1 |
2006-03-16 | - Fixed Tarot Card of Fate using time instead of time2 which is the one that ... | skotlex | 1 | -0/+2 |
2006-03-16 | - Fixed mob random walk interval being set to up to 6K seconds in some instan... | skotlex | 1 | -0/+2 |
2006-03-15 | - Added mapflag nodrop, fixed mapflag notrade. | skotlex | 1 | -0/+2 |
2006-03-15 | - Small fix on status_change_start | skotlex | 1 | -0/+1 |
2006-03-15 | - Removed the hardcoded duration of 30seconds for sleep. | skotlex | 1 | -0/+6 |
2006-03-15 | - gm_skill_unconditional setting now also overrides skill_partner_check setting. | skotlex | 1 | -0/+2 |
2006-03-15 | * Emulated strtok_r functions to work strictly with ANSI compilers. | Lance | 1 | -0/+1 |
2006-03-15 | - Added battle config options item_rate_adddrop, item_drop_add_min and item_d... | skotlex | 1 | -0/+3 |
2006-03-15 | - Added item_db2.sql and mob_db2.sql, thanks to Joshuaali | skotlex | 1 | -0/+2 |
2006-03-15 | - Fixed twilight pharmacy dropping 1 item to the ground instead of the qty pr... | skotlex | 1 | -0/+4 |
2006-03-15 | - Fixed a possible crash in Venom Splasher if the countdown is too high. | skotlex | 1 | -0/+2 |
2006-03-14 | - Fixed skill_notok blocking guild skills | skotlex | 1 | -0/+2 |
2006-03-14 | - Fixed the average_lv column size specification. Thanks to Joshuaali (upgrad... | skotlex | 1 | -0/+2 |
2006-03-14 | - Updated @rura/@warp. Now you can use both "@warp mapname x y" and "@warp ma... | LuzZza | 1 | -0/+4 |
2006-03-14 | - Fixed WZ_WATERBALL + HW_MAGICPOWER | skotlex | 1 | -0/+1 |
2006-03-14 | - Fixed incorrect range check in autospell2 triggers. | skotlex | 1 | -0/+8 |
2006-03-14 | - Status_check_skilluse again does the status_isdead check, but only on non-s... | skotlex | 1 | -0/+2 |
2006-03-14 | - Fixed player auto-attack not cancelling when dead. | skotlex | 1 | -0/+2 |
2006-03-13 | - Finished some checks to make sure Land Protector Only blocks BF_MAGIC skill... | skotlex | 1 | -0/+2 |
2006-03-13 | - Fixed script command warpparty looking for an attached player even when it ... | skotlex | 1 | -0/+2 |
2006-03-13 | - Shield Reflect is now passed through Devotion as well. | skotlex | 1 | -0/+9 |
2006-03-13 | - Added function battle_calc_gvg_damage for gvg related damage reductions. Fi... | skotlex | 1 | -0/+3 |
2006-03-13 | - Corrected char-server parameters so that the subnet config file is the thir... | skotlex | 1 | -1/+6 |
2006-03-12 | - Updated clone skill copy to consider combo-skills. | skotlex | 1 | -0/+4 |
2006-03-10 | - Cleaned up the Skillbreaker implementation, HP gaining happens at level 5 now. | skotlex | 1 | -0/+2 |
2006-03-10 | - Added a few dummy times in skill_cast_db for some GS skills. | skotlex | 1 | -0/+2 |
2006-03-10 | - Changed div behaviour. Skills with div above zero will get their total dama... | skotlex | 1 | -0/+6 |
2006-03-10 | - Cleaned-up the random item reading routine. Fixed a overflow bug when one o... | skotlex | 1 | -0/+2 |
2006-03-10 | * Fixed a variable loopback problem on NPC shop price checking routine. | Lance | 1 | -0/+1 |
2006-03-10 | - Fixed a memory overwrite crash on pc_readdb, thanks to foobar. | skotlex | 1 | -0/+6 |
2006-03-10 | - Fixed the linked bard/dancer skills toggling with each call to pc_calc_status | skotlex | 1 | -0/+2 |
2006-03-09 | - Fixed a bug in the pc_skillreset function. | skotlex | 1 | -0/+2 |
2006-03-09 | MAX_WEAPON_TYPE was used with less-than during loading, thus causing the weap... | blackhole89 | 1 | -0/+3 |
2006-03-09 | only the first 22 CSVs were read in, but MAX_WEAPON_TYPE+5 was 27 -> uninitia... | blackhole89 | 1 | -0/+1 |
2006-03-09 | - Now you can't raise levels on an acquired skill when that skill is currentl... | skotlex | 1 | -0/+1 |
2006-03-09 | - Made Magic Crasher a BF_WEAPON attack. | skotlex | 1 | -0/+4 |
2006-03-09 | There go the status icons. | blackhole89 | 1 | -0/+2 |
2006-03-09 | - Moved a bunch of sc_effects that should be cancelled on hit from mob_damage... | skotlex | 1 | -0/+1 |
2006-03-09 | - Fixed stun's duration not getting reduced by vit + luk/3 | skotlex | 1 | -0/+1 |
2006-03-09 | - Fixed #itemlist not taking into consideration crafted/forged items and pet ... | skotlex | 1 | -0/+3 |
2006-03-09 | * included MAX_WEAPON_SIZE for flexible weapon types | Vicious | 1 | -0/+4 |
2006-03-09 | - Fixed a bug that was making the no_spawn_on_player setting useless. | skotlex | 1 | -0/+5 |
2006-03-08 | GS_TRIPLEACTION: multihit x3 | blackhole89 | 1 | -0/+1 |
2006-03-08 | -pc_jobid2mapid and pc_mapid2jobid now return int, and will return -1 when th... | skotlex | 1 | -0/+5 |
2006-03-08 | - Mobs will now chase you even if you hit them from outside their range of view. | skotlex | 1 | -0/+2 |