celest
bb2280582b
* Check if the player has been authentified by the char server before clearing any timers in map_quit
...
* Added eventtimercount and timerskill_count
* Added sc_count check in skill_stop_dancing
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@723 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-22 10:01:13 +00:00
celest
f9ba7b70b7
Recommit - added some changes for skill_range_leniency
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@707 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-21 18:53:39 +00:00
celest
6422f44e82
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@706 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-21 18:52:29 +00:00
celest
fa6ecf8890
* Updated most of map-server to 1082
...
* Removed my own additions for skill delays using aspd
* Adapted skill_range_leniency to jA's code
* Fixed drop rates only limited to multiples of 100's
* Added missing code for castle_defense_rate
* Removed pc_undead_nofreeze
* Updated unrefineable items table
* Added 3 new script commands
* Added SC_SpeedUp0
* Merged itemdb_read for SQL and TXT
* Removed itemdb_read_cardillustnametable limited to TXT only
* Added reading itemslotcounttable.txt from the GRF to auto set number of slots per item
* Added a display message when reading itemslottable from the GRF
* Added options in battle_athena.conf to enable/disable reading the GRF
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@699 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-21 12:27:02 +00:00
amber
b8d82d21b5
gcc 2.95 compile fixes
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@678 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-20 20:03:39 +00:00
celest
fd68849bec
* Added auto reading leveluseskillspamount.txt and indoorrswtable.txt
...
* Added check in grfio.c to prevent crashing
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@667 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-20 18:13:04 +00:00
Lupus
b69ed93d1f
<Valaris> struct skill_unit_group *skill_unitsetting( struct
...
<Valaris> move the nullpo above struct status_change *sc_data = battle_get_sc_data(src);
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@660 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-20 17:29:43 +00:00
celest
439a6b11ac
* Updated Acid Terror, Sword Reject, Double Strafe
...
* Replaced checking whether items can be refined or not with a new function
* Fixed npctalk outputting to chat [celest]
* Allowed some values in script_config to be customised in script_athena.conf
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@654 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-20 10:57:30 +00:00
mc_cameri
474756f471
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@643 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-19 17:00:07 +00:00
celest
0fbbeca96d
* Updated Sphere Mine
...
* Updated Wind Walk
* Added effect for Deadly poison bottle and Ice cream
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@594 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-17 10:15:48 +00:00
celest
3075c1ce6e
Typo
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@585 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-16 17:02:21 +00:00
celest
23d9bbaf7c
* Corrected Extremity Fist
...
* Added weapon skills rely on attack speed as cast delays
* Fixed mob_ghostring_fix not working
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@583 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-16 10:50:03 +00:00
celest
6f77353e4c
* Updated Forging and Potion making formulas
...
* Modified guild skills
* Initialise 'canregen' when logging into map
- Updated Steel Body, Thunderstorm, Investigate and Magic Crasher
- Removed elunium and oridecon from produce_db
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@575 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-15 19:37:40 +00:00
celest
99bd6edb6e
- Corrected traps
...
- Some minor changes to Hiding, Cloaking and Chasewalk
- Corrected Cannibalize
- Updated Marionette Control, Berserk
* Changed the weather gm commands to be able to toggle on and off
* Added Jawaii and Ayothaya to @go list
* Changed the default values for ranged, magic and misc damage rate in battle_athena
* Removed redundant 'berserkdamagetick'
* Added changes to map.h according to Shinomori
* Changed Parasite in mob_db
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@570 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-15 13:06:43 +00:00
mc_cameri
ded7820ee1
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@566 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-14 00:33:01 +00:00
celest
fa5bc90101
* Added nullpo_retb
...
* Replaced some parts in skill.c with nullpo checks
* Updated most of 12/14's skills patch
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@560 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-13 19:02:17 +00:00
celest
83ce547b5a
* Added 'Throw Tomahawk'
...
* Added some new monster skills - still not complete.
* Adjusted Palm Strike, Tiger Fist and Chain Crush
* Removed redundant 'sg_count'
* Save both persons' data after trading
* Removed 'type' paramater from pc_unequipitem
* Moved unequip checking code from clif.c to pc.c
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@554 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-13 13:54:56 +00:00
mc_cameri
64e738cace
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@552 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-13 10:51:29 +00:00
celest
1875255699
* Made guild skills to check for skill levels first when casting
...
* Modified arrow checking in skill.c
* Corrected Cart Revolution damage calculation
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@549 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-13 03:37:29 +00:00
celest
f85d536c8e
- Added sc_data check for pc_damage
...
- Corrected error in skill.c
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@528 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-10 05:25:39 +00:00
celest
c7db60f7e6
- Fixed Auto Spell not working
...
- Fixed problems with skill level check
- Added text job names support for @job
- Added some new monster skills
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@527 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-10 04:59:53 +00:00
celest
1f3ab48426
* Updated Stone Curse
...
* Implemented Confusion (50%)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@487 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-07 13:50:56 +00:00
celest
6b295f3eb7
- Shooting skills will now need arrows
...
* Added 'guildgetexp' script command
* Added bLongAtkRate item effect
* Updated Bow Thimble, Archer Skeleton Card, Tribal Solidarity, Sleipnir, Brisingamen, Mjolnir, Megingord, Counter Dagger, Poison Knife
* Updated SP requirements for Full Strip, Full Chemical Protection, Cannibalize
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@485 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-07 08:16:25 +00:00
celest
fc01eec347
* Updated Chase Walk
...
* Added 'checkoption2' and 'checkoption3' script functions
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@472 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-06 07:39:10 +00:00
amber
b6a825ee34
More updates
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@447 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-05 03:46:19 +00:00
amber
260c334ec0
Bug fixes
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@444 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-04 02:52:38 +00:00
celest
18788ab4ea
* Updated Stone Curse, Soul Drain, Auto Berserk
...
* Fixed MVP exp being multiplied twice
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@442 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-03 11:57:50 +00:00
celest
58a9ab345e
- Modified Weapon Refine - should only +1 every time.
...
- Updated Berserk, Chase Walk, Slim Pitcher
- Added skill_range_leniency
* Added check for clif.c in case the server didn't realise we've died
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@433 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-02 17:06:40 +00:00
celest
5e8f67eb9d
- Updated Poison React
...
- Added Soul Change, Soul Burn
- Added a somewhat crude timer for Venom splasher
- Added a fix for Guild Skills causing crashes
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@431 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-01 16:00:51 +00:00
celest
d461f33dd1
- Added cooldown time for Emergency Recall
...
- Fixed some typos
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@425 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-30 14:56:27 +00:00
celest
59fb916772
Added missing Tiger Knuckle Fist stun time
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@423 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-30 12:03:52 +00:00
celest
e06b2aac29
* Fixed client crash when disguised characters die
...
* Fixed and finished Guild Skills (~90%)
* Fixed Meltdown and Overthrust used together breaking your own weapon
* Updated Weapon Repair
* Fixed sp recovery problem, thanks to OutSider for pointing it out
* Corrected bUnbreakable value in const.txt
* Updated skill_cast_db for Meltdown
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@421 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-30 11:35:02 +00:00
celest
7ff0e4c05c
Updated Quagmire, Enchant Deadly Poison, Fog Wall
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@416 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-29 17:39:44 +00:00
celest
61e9b76c05
Added more sc_data checks
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@413 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-29 10:42:01 +00:00
celest
eade9859d8
Resubmitting changes from /trunk to /branches/stable =p
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@405 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-28 20:34:22 +00:00
Lupus
1ec4350f22
li'l optimization of Cloaking check
...
(optimized the order of checking cells, added break; if found a wrong cell = faster)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@374 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-26 23:17:25 +00:00
Lupus
e0f0b2249b
Fixed Abrakadabra skill
...
and 2 minor bugs in skills.c (related to consumed items)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@372 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-26 20:49:37 +00:00
celest
f022037a1a
Added skill_nocast_db
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@370 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-26 11:13:48 +00:00
celest
af56e64377
Finished Full Strip, Weapon Refine, Slim Pitcher and Full Protection
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@369 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-26 10:02:29 +00:00
amber
1bb5e58ee2
Make it work a bit better with win32
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@366 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-26 07:33:21 +00:00
amber
7c07adbd28
Added @skilltree
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@365 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-26 05:58:36 +00:00
codemaster
42a8966124
- Updated Spider Web so that you cannot use it on yourself
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@362 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-26 04:15:42 +00:00
celest
8d5b0e93cd
Added Ore Discovery, and base code for Slim Pitcher and Preservation
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@361 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-25 16:37:02 +00:00
celest
10cfb2589b
Updated Weapon Repair (~100%)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@359 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-25 08:04:42 +00:00
celest
f3b7b7cb45
Updated Weapon Repair, Aura Blade
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@357 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-25 05:22:15 +00:00
codemaster
636123d3cf
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@354 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-24 22:27:20 +00:00
celest
b22314457f
Updated new guild skills (60%)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@347 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-24 17:45:04 +00:00
(no author)
d7646f71f6
Added pc_calcspeed, updated Cloaking
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@340 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-24 07:36:33 +00:00
(no author)
8c36a195bf
Updated restrictions for Call partner and Emergency Recall abit
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@339 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-24 03:10:30 +00:00
(no author)
427a127b53
Updated new guild skills (50%)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@338 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-24 02:55:55 +00:00