summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2004-11-16Added 'BaseJob' const and 'indoors' mapflagcelest7-8/+31
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@209 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-16Modified level 0 skill check, perfect hidingcelest2-7/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@207 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-15Fixed 2 bugs in DELITEM script command. [Lupus]Lupus1-21/+39
- added deleting priority: If you have some items with the same ID and want to delete some of them, then at first it'll delete common items then, if necessary, delete the rest items but upgraded/named/with cards. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@200 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-15Added More Options To log configAdded GM Command Logscodemaster6-65/+305
Added TXT Logs + TXT Log Options git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@197 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-15Corrected pc_jobchange and skill_tree_get_max, sorry >.<celest2-48/+77
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@195 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-15* Added spawning of monsters at specific level by adding ,# after the spawn ↵valaris1-5/+11
name. [Valaris] mobs_level_up option should be on when using this. (Example: {ama_dun01.gat,0,0,0,0 monster Shinobi,99 1401,1,0,0,0} to spawn a level 99 shinobi.) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@193 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-15* Added addtoskill script command for (levels can stack on top of existing ↵valaris1-0/+19
levels). [Valaris] Use same usage as skill script command. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@192 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-15Fixed max skill levels, pc_calc_base_job, baby jobs.celest6-43/+112
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@190 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-15* Added small and big mob sprite spawning. [Valaris]valaris3-0/+177
-Added @monstersmall and @monstersmall commands. -For using in scripts, use id +2000 for small and id +4000 for big. (Example: 3002 for small poring and 5002 for big poring) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@188 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-15* Added mobs_level_up option. [Valaris]valaris5-16/+69
-Everytime a monster kills a play their level will increase and show levelup animation. -Their 6 main stats and speed will increase as they level. -They will recover 10% of the max hp of the player it kills. -Player will gain extra exp based on how much stronger a monster is than normal. -Skill estimation will show monsters current level (instead of reading from db). -Will display level 99 aura if and when a monster hits level 99. -They will not go higher than level 99. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@187 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-14* Fixed loading of AFMs when no resnametable is found. [Valaris]valaris2-14/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@182 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-14Skill updates.celest4-10/+31
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@178 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-14Added AFM (Advanced Fusion Map) support thanks to alexkreuz and fusion.valaris2-1/+169
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@177 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-14Initialized password variable in login.cvalaris1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@176 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-14Added zeny from mobs option.valaris6-15/+51
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@175 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-14Fixed some file typesamber133-101438/+101438
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@172 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-14Updated some more skills. ;Pcelest4-798/+898
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@169 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-14Fixed map-server loading, doesn't require data\resnametable.txt anymore ↵wizputer1-13/+18
[Wizputer] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@167 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-13Updated some skills.celest3-9/+25
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@162 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-13Removed double connection print statement.valaris1-1/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@161 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-13Updated and optimized with FREYA's additions.codemaster2-185/+292
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@159 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-13Removed compiler warnings in intif.cvalaris1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@158 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-13git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@157 ↵mc_cameri3-2/+46
54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-13git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@150 ↵mc_cameri1-2/+4
54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-13Fixed Attacking Mobs by using a file from FREYA (thanks MagicalTux and Yor)codemaster4-1883/+2399
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@141 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-12Fixed Devotion use requeriments.shadowlady1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@135 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-11Whoops! Forgot to commit this yesterday :)codemaster1-3/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@133 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-11Fixed sacrifice wrong damage formula.shadowlady1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@132 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-11Fixed a bug on Sharp Shooting critical rate bonus.shadowlady1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@131 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-11Fixed a bug on Sword Reject dmg.shadowlady1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@130 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-11Updated, Arrow Vulcan, Sharp Shooting, Head Crush.(battle.c)(and sword reject)*shadowlady1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@124 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-11Updated, Arrow Vulcan, Sharp Shooting, Head Crush.(battle.c)shadowlady1-14/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@123 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-11Updated Hp Conversion, Tiger Knuckle Fist and Chain Crush Combo(skill.c)shadowlady1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@122 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-11Fixed, Updated, and Added alot of skillscodemaster3-17/+96
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@111 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-11git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@110 ↵codemaster1-1/+2
54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-10git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@107 ↵codemaster1-2/+2
54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-10git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@106 ↵codemaster1-2/+2
54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-10git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@102 ↵codemaster1-0/+5
54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-10* Corrected clif_sitting stuff.spira3-10/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@101 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-08added new script command getMapXY(MapName$,MaxX,MapY,type,[CharName$]) Get ↵Lupus1-3/+164
position for char/npc/pet/mob objects. X,Y git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@69 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-08git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@65 ↵codemaster4-510/+594
54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-08git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@55 ↵codemaster1-1/+4
54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-07git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@51 ↵codemaster1-97/+176
54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-07git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@43 ↵Shinigami1-2/+2
54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-06git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@27 ↵mc_cameri4-7/+61
54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-06git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@24 ↵codemaster2-6/+6
54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-06git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@22 ↵codemaster1-47/+49
54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-05Fixed crash from guild skill point allocation, there seems to be a problem ↵valaris6-9/+25
with guilds loading still. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@16 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-05git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@9 ↵(no author)4-5/+33
54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-05git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@8 ↵(no author)1-1/+3
54d463be-8e91-2dee-dedb-b68131a5f0ec