summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-04-20Fixed Taekwon Job QuestPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6200 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20Fixed Nile Rose bonus(+10 HP)Playtester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6199 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20- Raised the buffer size in clif_MainChatMessage to 200, removed the message ↵skotlex2-4/+1
length in atcommand_main. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6197 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20Fixed Violy's Arc Wand dropPlaytester2-1/+2
-she drops Arc Wand[1] and not Arc Wand[2] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6196 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20- Fixed buffer overflow in clif_MainChatMessage. It now prints a Debug ↵skotlex2-2/+7
message with the offending line. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6195 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20Changed "Event Hat" to "Brazil Event Hat"Playtester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6194 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20- Cleaned up a bunch of GS/NJ skillsskotlex2-32/+20
- Fixed Gatling Fever crashing server when used by non players. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6193 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20- Added support for n to specify minutes to @charban. skotlex8-12/+27
- Fixed a logic typo on the way dummy_npc_id was defined. - Added state.trading to specify when a trading has started. Now you should be able to walk around until the trade is either rejected or started. - Armor defense is no longer reduced by the amount of characters targetting you. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6192 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20new job quests for Taekwon, Soul Linker, Star Gladiolus ^_-Lupus5-112/+653
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6189 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20typosLupus1-4/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6188 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20- Updated the doc/script_commands.txt documentation in regards to npc mob ↵skotlex2-18/+35
spawn lines. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6186 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20- Added back the "you can't walk delay while attacking" to ↵skotlex3-7/+8
unit_attack_timer, now when you want to walk during your attack animation, you will only stop attacking, you will have to click again to move. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6185 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19- Fixed a pair of wrong mapflag lines in nopvp.txtskotlex2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6183 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19- Removed the max cap of autoloot so you are now allowed to set autoloot ↵skotlex5-12/+50
values above 100. - Initialized w1/w2/w3/w4 before reading each npc line to avoid sending unread values to the parsers (for example, if w4 has a value in one line and none on the next, it will be parsed with the previous value of w4 on the following lines) - Updated getpartymember to receive an int which specifies what to retrieve. 0: Character names (array $@partymembername$), 1 character char ids (array $@partymembercid), 2 character account ids (array $@partynameaid). By default it returns party member names. - Updated script_commands.txt with the updated behaviour of getpartymember. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6182 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19Fixed a zeny exploit by lowering the price of fire cracker.Playtester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6180 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19Fixed attack power of Niflheim mobsPlaytester2-8/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6179 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19Added new items and Cards as temp plugs.Poki#33-18/+110
Fixed dancer and Gypsy check in clothes_dyer.txt. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6178 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19- Reverted the delay for Arrow Shower and Double Strafe to 100msskotlex2-3/+5
- Reverted the cast time for pick stone to 500ms, no delay. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6176 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19eAAC Update:eaac3-2050/+105
- Whoops, eAAC members made a mistake with scripts and I didn't notice => Quest Warper.txt [erKURITA] - Added quest_warper.txt and banker.txt to npc\customs\eAAC_Scripts. [erKURITA] (Stable log) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6175 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6174 ↵Playtester2-1/+3
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19eAAC Update:eaac4-1/+1899
* Added quest_warper.txt and banker.txt to npc\customs\eAAC_Scripts. [erKURITA] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6173 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19- Fixed a typo in map_search_freecell which was returning incorrect cells ↵skotlex2-2/+4
according to the ranges given. Increased the max number of iteration for finding a suitable cell to 100. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6172 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6171 ↵Zido2-0/+2
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18- IRC Bot can now auto-join when kicked from the channelZido3-0/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6170 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18- Added @who to IRC Bot, Refer to changelog.Zido2-1/+19
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6169 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18Some more fixes to the Bio Lab mobsPlaytester2-16/+17
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6168 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18Fixed Laurell's mob modePlaytester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6167 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18- Changed the memory manager fatal errors when allocating memory to print ↵skotlex2-2/+5
out the size request as well as the file and line where they originated. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6165 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18Updated Juperos MobsPlaytester2-42/+43
-now they have correct stats from kRO Sakray -Speed, aDelay, aMotion, dMotion are guessed from videos -I have yet to check the drops/skills git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6164 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18- Fixed the delete_timer (@summons, alchemist plants) not invoking ↵skotlex3-2/+8
unit_free, hence causing memory leaks and the like. - Applied jA's patch to fix a bug in the scripting engine in regards to priority of operators. Thanks to End of Exam for the information. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6161 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18Fixed Element/Race/Size of all Juperos mobs, still working on stats.Playtester2-6/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6160 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18- Removed message 592 from trade.cskotlex12-188/+197
- Removed mapflag nopvp - Added support for disabling mapflags on a mapflag line: comodo.gat mapflag nomemo <- turns on nomemo mapflag comodo.gat mapflag nomemo off <- turns off nomemo mapflag - Cleaned up and optimized the restricted/zones mapflag. Restricted cards will just not work in disallowed maps rather than blocking the compounded equipement from being used. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6159 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18Fixed element of Gemini and MonemusPlaytester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6158 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18Forgot to put new date on changelog files.Playtester2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6157 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18Converted the format of the battle conf files to windows formatPlaytester12-1255/+1256
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6155 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18Fixed Event Nile Rose missing a slotPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6154 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18Fixed Butcher's weapon levelPlaytester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6153 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18Modifying st->oid is dangerous. Using sd->state.using_fake_npc as identifier ↵Lance1-2/+1
instead. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6152 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18* Shinomori's method (kinda) of remote script execution with interaction.Lance6-17/+33
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6151 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18Fixed custom/jobs/jobmaster.txt not rebirthing Crusaders on a Pecopeco.Playtester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6150 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18Fixed new healing items(Strawberry, Orange, etc.) not being usable by new ↵Playtester2-7/+8
classes(Taekwon, etc.) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6149 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18cleaned the invisible fix a bit.Vicious2-11/+15
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6148 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18better way to fix invisible npc! :DVicious1-39/+23
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6146 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-17- skill_clear_unitgroup is now invoked in unit_remove_map only on death if ↵skotlex7-40/+35
the applicable battle setting is set. It is now also invoked in unit_free. - Changed setting clear_unit_ondeath to a type 4 (bl-based) which defaults to BL_ALL. - Fixed Absorb spirit sphere not working on mobs, thanks to Vividd. - Cleared the ud->target on pc_stop_attack to prevent attack resuming an other such oddities. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6145 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-17Refer to changelogZido2-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6144 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-17- Added @users command to the IRC Bot. Checks no. online users.Zido2-8/+22
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6143 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-17Fixed knives being equipable by Taekwon and Star GladiatorPlaytester2-18/+19
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6142 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-17Refer to changelogZido2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6141 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-17- Fixed pet being incorrectly removed when it had intimacy 0.skotlex3-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6139 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-17Updated npc/mobs/fields/lighthalzen.txt to actual kRO spawnsPlaytester2-4/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6138 54d463be-8e91-2dee-dedb-b68131a5f0ec