Age | Commit message (Expand) | Author | Files | Lines |
2006-03-16 | * BL_PC and BL_MOB control script commands (experimental). | Lance | 1 | -1/+1 |
2006-03-16 | * Made an adjustment to addspiritball() to allow Gunslingers to summon up to ... | Lance | 1 | -1/+12 |
2006-03-15 | - Added mapflag nodrop, fixed mapflag notrade. | skotlex | 1 | -14/+16 |
2006-03-15 | - Added battle config options item_rate_adddrop, item_drop_add_min and item_d... | skotlex | 1 | -72/+58 |
2006-03-14 | - Fixed skill_notok blocking guild skills | skotlex | 1 | -1/+4 |
2006-03-14 | - Fixed player auto-attack not cancelling when dead. | skotlex | 1 | -0/+1 |
2006-03-13 | - Shield Reflect is now passed through Devotion as well. | skotlex | 1 | -12/+13 |
2006-03-10 | - Fixed a memory overwrite crash on pc_readdb, thanks to foobar. | skotlex | 1 | -1/+1 |
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 | - Now you can't raise levels on an acquired skill when that skill is currentl... | skotlex | 1 | -13/+16 |
2006-03-09 | - Moved a bunch of sc_effects that should be cancelled on hit from mob_damage... | skotlex | 1 | -10/+0 |
2006-03-09 | * included MAX_WEAPON_SIZE for flexible weapon types | Vicious | 1 | -7/+8 |
2006-03-09 | - Fixed a bug that was making the no_spawn_on_player setting useless. | skotlex | 1 | -1/+1 |
2006-03-08 | -pc_jobid2mapid and pc_mapid2jobid now return int, and will return -1 when th... | skotlex | 1 | -62/+72 |
2006-03-08 | - Added functions mobdb_searchname_array and itemdb_searchname_array which re... | skotlex | 1 | -4/+5 |
2006-03-08 | fixed compile issue. fixed ninja issues. | Vicious | 1 | -0/+1 |
2006-03-08 | some NJ/GS fix. | Vicious | 1 | -2/+3 |
2006-03-08 | @job ninja/gs. | Vicious | 1 | -3/+13 |
2006-03-07 | work jobchange. WORK! T_T | Vicious | 1 | -0/+5 |
2006-03-06 | - Fixed a debug message showing up on skill castend nodamage id when using a ... | skotlex | 1 | -0/+2 |
2006-03-05 | * Removed my EXP limit as it did not do what it was supposed to [Codemaster] | codemaster | 1 | -33/+19 |
2006-03-05 | - Fixed a pair of missing map_freeblock_unlock | skotlex | 1 | -3/+3 |
2006-03-04 | - Fixed missing baby-dancer job in exp2.txt | skotlex | 1 | -0/+3 |
2006-03-04 | - The rate passed to status_change_start must now be in 0->10000 range. | skotlex | 1 | -15/+14 |
2006-03-02 | - Fame list size is now defined by MAX_FAME_LIST constant (mmo.h) | skotlex | 1 | -6/+6 |
2006-03-02 | - Gospel no longer blocks item usage of whoever is in the area of effect. | skotlex | 1 | -7/+9 |
2006-03-02 | - Fixed item pickup not picking anything unless you were in a party with item... | skotlex | 1 | -10/+6 |
2006-03-02 | * Made it so players that are at the max level do not receive EXP. This makes... | codemaster | 1 | -20/+34 |
2006-03-01 | - Turn Undead and Offensive Resurrection should now work on undead players. | skotlex | 1 | -52/+6 |
2006-02-28 | * Added autoequip flag check (added script command 'autoequip' to manipulate ... | Lance | 1 | -0/+3 |
2006-02-24 | - Fixed Lady Tanee's spawns. | skotlex | 1 | -3/+0 |
2006-02-24 | - Fixed the CL_WHITE define, thanks to FlavioJS | skotlex | 1 | -5/+5 |
2006-02-24 | - Player-summoned mobs won't level up now. | skotlex | 1 | -1/+1 |
2006-02-23 | - Modified the way autospells stack to mimic official servers. Cards of the s... | skotlex | 1 | -53/+31 |
2006-02-22 | - Removed pc_break_equip, added function skill_break_equip which handles rate... | skotlex | 1 | -51/+0 |
2006-02-22 | - Added map chk cells types CELL_CHKREACH and CELL_CHKNOREACH, they are the s... | skotlex | 1 | -1/+1 |
2006-02-21 | - Vending is now cancelled on a pc_setpos | skotlex | 1 | -0/+2 |
2006-02-20 | - Play-dead and Basilica now do block Gospel | skotlex | 1 | -26/+0 |
2006-02-20 | - Added sd variables menuskill_id/menuskill_lv to store menu-based selections... | skotlex | 1 | -1/+0 |
2006-02-19 | - Oops, fixed the compilation error. | skotlex | 1 | -3/+0 |
2006-02-19 | - Added sd->canuseitem_tick = tick to the pc_authok initializer data. Fixes i... | skotlex | 1 | -14/+11 |
2006-02-18 | - Removed the SP_<stat> cases from status_get_sc_def as they were colliding w... | skotlex | 1 | -5/+5 |
2006-02-18 | * Implemented SG_MIRACLE (Miracle of the Sun, Moon and Stars) | Komurka | 1 | -0/+7 |
2006-02-18 | - Added an alternate path searching method for non-stacking mode. | skotlex | 1 | -0/+4 |
2006-02-17 | - Added NK value 3: No damage + area of effect skill (NK_SPLASH_NO_DAMAGE) | skotlex | 1 | -3/+2 |
2006-02-16 | - Cleaned up function pc_useitem and pc_isUseitem | skotlex | 1 | -82/+94 |
2006-02-15 | - Made the warm skills BF_WEAPON type so that they may trigger effect cards. | skotlex | 1 | -8/+32 |
2006-02-15 | - Some cleaning of the slave moving code. | skotlex | 1 | -1/+1 |
2006-02-13 | - Pet eggs won't be deleted upon selection for hatching, but on pet data retr... | skotlex | 1 | -0/+9 |