summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-07-07turned the rest of job numbers to constantsLupus15-54/+54
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7554 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-06- Modified the party_data structure on the map server to remove some ↵skotlex15-382/+617
redundant data. Added a party_data structure on the char-server to hold a more complete set of information about parties. Added to the party_member structure the class of each member so that the map server can do the appropiate checks even if the character is on another mapserver/offline. Due to the format changes in the party structure, txt servers will have to wipe their party file... (sql save format has not been changed) - Added function char_family to check if there's a family state given the three character ids, instead of doing individual checks all the time. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7553 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-06- Rewrote all the item restriction functions so that they will take into ↵skotlex10-36/+64
account slotted card restrictions as well. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7552 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-06- Added no_skill_delay setting, when set, affected object types will have ↵skotlex5-2/+15
the minimum skill delay for all skills. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7551 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-06- Added EQP_/EQI_ constants in pc.h to identify equip position and equip ↵skotlex13-122/+147
indexes, makes equipping related code much easier to read. - Also cleaned up pc_equipitem. When dual wielding or equipping accessories, if the client actually specifies one of the two positions, it will be taken into account. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7550 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-06- Fixed the auto-direction code which makes self-skills with ground units ↵skotlex4-9/+5
become a ground spell using the wrong function for said check. In short: fixed GrandCross and similar skills. - FogWall will now also affect the caster. - Some cleanup of map.h. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7548 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-06added missing labelsLupus2-11/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7547 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-06standardized npc headers for quests/quests_cityevera17-21/+23
fixed small typos in those files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7546 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-06fixed few item namesLupus1-10/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7545 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-05Added Thanatos Tower Quest items to item_trade.txtPlaytester2-0/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7543 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-05- Removed that Dbbug announce line from the 2004 headgears quest npc.skotlex2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7542 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-05fixed book of yamir stucking...Lupus2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7541 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-05Updated NJ_KAENJIN by Saycyber21Vicious2-272/+279
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7539 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-05- Merged some skill db data of NJ skills, thanks to RockmanEXEskotlex5-165/+150
- Cleaned up some of the skill logic, so that skills that are casted on self, but have a unit id (an entry in skill_unit_db) will automatically re-route themself from a targetted-no-damage-skill to a ground-skill. When this happens, the effect packet is clif_skill_nodamage rather than clif_skill_poseffect (this is because that's how the dance/songs/encores behave). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7538 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-05- Updated @refine to take account of MAX_REFINE, thanks to Omega... GM ↵skotlex2-25/+29
Designer. - Also optimized the @refine loop for better performance. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7537 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-05Added correct card effects for "Status Effect on both"Playtester2-3/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7536 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-05fixed 2004_headgears.txtLupus2-219/+267
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7535 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-05* Updated Socket Enchant NPCPlaytester2-29/+34
- fixed various bugs - adjusted success rates - now has official coordinates and sprite git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7533 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-05* Added temp plugs for new headgears. [Vicious]Vicious2-3/+13
- I only added this for VIEW ID. so someone needs to update everything else. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7532 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-05Fixed compile issue for NJ_BAKUENRYU, by Saycyber21.Vicious2-1/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7531 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-05Updated item_trade.txt to Aegis X.2 ItemMoveInfo.txtVicious2-21/+27
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7530 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-05Saycyber21's NJ workVicious6-10/+29
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7529 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04* Added the Socket Enchant NPC written by Sousuke_PLPlaytester4-1/+829
- I already tested and fixed some stuff but requires some more testing git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7528 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04CIA-2 ftl!littlewolf1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7527 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04Welp, another 10 useless commits, all in search of color :( Oh well.littlewolf1-1/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7526 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04Yep, verified, colors break ciabotlittlewolf1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7525 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04Color test, getting tired of my commits yet?littlewolf1-1/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7524 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04Okay, so will have to request a color change via cia-bot... or write our ↵littlewolf1-0/+1
own. Color's aren't transferrable inside the message. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7523 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04Here we go again...littlewolf1-1/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7522 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04Yay 4 colors!littlewolf1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7521 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04Colors colors colorslittlewolf1-1/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7520 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04- Implemented cooking chances. Chance of success is 70% - 7*(dish-lv)% + ↵skotlex3-59/+74
12*(cooking set-lv)%. Exception: When using the legendary cooking set, success chance is 100% regardless of dish. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7518 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04* Updated the cooking items so they are ready for official implementationPlaytester3-23/+25
- also slightly raised drop rates of Cooking Sets git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7517 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04- Added battle config setting emergency_recall, specifies behaviour of that ↵skotlex5-0/+21
skill (skill.conf): 0 - Disabled. 1 - can't be used in nowarpto maps. 2 - Can be used everywhere. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7516 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04- Removed the NPC/Dance/Song inf2 check of AbraCadabra. whether a skill can ↵skotlex2-1/+4
come out or not is entirely decided by the abra db file now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7515 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04- Added structure s_addeffect to handle status change additions. Cleaned up ↵skotlex6-54/+139
relevant code. It is now possible to specify ANY status change, not just the basic ones. - Added support for bonus3 bAddEff/bAddEffWhenHit as follows: bonus3 bAddEff/bAddEffWhenHit, <SC value>, <rate>, <target flag>. Target flag is 0: Self. 1: Enemy. 2: Both. - Added these descriptions to doc/item_bonus.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7514 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04- Added a check when joining a chat to make sure the target object is of ↵skotlex2-1/+4
type BL_CHAT. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7512 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04- Fixed code using i instead of id in a few instances when updating char/map ↵skotlex2-2/+2
server IP. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7510 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04Silver Tiara's bonus is Int AGAIN (Gravity can't decide)Playtester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7508 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04Implemented the official 2004 Headgear quests, thanks to Dj-Yhn for the ↵MasterOfMuppets20-1482/+3308
conversion from Aegis format. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7505 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04Blah, I forgot to update NPC headers again... >_<evera1-1/+1
P.S. r7500 :D git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7504 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04Forgot to update header on the top of NPC files @_@evera1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7503 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04Changed requirement for DTS warper to level 60evera2-40/+20
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7501 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04fixed bug in dts warper that votes weren't counted on suundayevera2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7499 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04Removing the extra file.eaac1-1/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7498 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04Just testing embeded http links to svn files to see how bad it looks.littlewolf1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7497 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7496 ↵littlewolf1-1/+0
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04Testing automated linking in CIA botlittlewolf1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7495 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04Restoring back to original pre-testing of CIA-2 bot. Bot is working fine now.littlewolf1-1/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7494 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04Sorry for the huge jump in revision numbers, CIA-Bot in the irc channel is ↵littlewolf1-0/+1
fixed now, thanks for bearing with the large revision number gap created by the testing for this. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7493 54d463be-8e91-2dee-dedb-b68131a5f0ec