xazax-hun
be17243094
* Implemented an atcommand suggestion system.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16071 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-03 19:35:17 +00:00
shennetsind
fae298d8f7
@mi/@mobinfo: Added support for mob FLEE & HIT, dropped SP support (all official mobs have 1 sp).
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16032 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-02 02:15:17 +00:00
epoque11
870a300ae5
- Follow-up to r15979, updated parse_simpleexpr to parse direction function invocation
...
- Added SCRIPT_CALLFUNC_CHECK macro to disable direct callback if affecting performance
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15981 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-26 19:19:31 +00:00
brianluau
a5b8772792
- Follow-up to r15923: fixed renamed file not being svn-copied (and lacking svn history).
...
- Added svn:eol-style=native property for some recently added text files.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15924 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-22 15:17:49 +00:00
shennetsind
e6cdc78513
Follow up r15863. As suggested by xazax I've replaced long with inptr since it seems to fit the purpose better.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15865 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-15 12:53:46 +00:00
shennetsind
b6bc982d37
Follow up r15862 someone (<points at me>/facepalm) forgot that he had modified more than one file.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15863 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-15 12:41:09 +00:00
shennetsind
0674d99a60
Moved Renewal Experience Modifier out of REMODE and created its own RENEWAL_EXP setting. will update on the wiki asap.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15843 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-11 04:12:42 +00:00
epoque11
694123790f
- Follow-up to r15837, fixed compiler error due to missing header file
...
- Cleaned upper-case file naming which goes against coding standards
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15838 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-09 23:21:18 +00:00
epoque11
34e7f045b7
- Spring cleaning of various source files
...
- Removed unused src/map/config/Skills/Mage_Classes.h file
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15837 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-04-09 22:56:59 +00:00
shennetsind
6872593216
Renamed the last RR_ prefix'd setting, thanks to brianl/wolfed
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15807 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-28 03:23:19 +00:00
shennetsind
4ce86275af
Added the missing Fixed Casting Time support.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15780 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-23 09:30:37 +00:00
shennetsind
878c8cfe07
Some minor code cleanup (gepard's idea from some time ago)
...
- Removed a dozen #REMODE checks.
- Added a typedef for the def type var
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15776 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-23 05:29:26 +00:00
lordttseven
58c5c34e81
Refine DB update
...
* DB courtesy of Kenpachi
* added support for different stats per refine level for renewal
* cleaned up the corresponding code a little
* REMODE now displays the atk values on the client correctly
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15730 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-19 14:43:41 +00:00
lordttseven
b1ee1c2d8f
* uncluttered DB paths between REMODE on/off a little
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15719 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-18 13:32:13 +00:00
shennetsind
99917b3183
Added some renewal behaviors of skills from bugreport:5302 (all under renewal mode)
...
- Steel body no longer sets def and mdef at 90, instead it reduces incoming damage by 1/10.
- Storm Gust no longer possesses a hit counter; instead every hit have a chance to freeze of 20+(5 x skill_level).
- Thunder Storm skill ratio was increased from 80% to 100%
- Misc: added isOFF macro to replace REMODE == 0 compiler-level-checks.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15553 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-09 01:37:48 +00:00
shennetsind
624a7e267d
Minor defines cleanup; moved AUTOLOOTITEM_SIZE from pc.h to Core.h
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15552 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-09 00:52:58 +00:00
shennetsind
576d65655b
Removed Renewal Drop Modifier out of #REMODE and created a #RE_DROP_MOD specially for it. will update wiki asap
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15375 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-04 00:26:53 +00:00
shennetsind
6e0b7ee4c0
minor code improvement, moved some "hidden" configs to config/Core.h
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15329 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29 23:18:40 +00:00
shennetsind
41275467db
updated /config/ folder files' header
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15151 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-17 07:29:02 +00:00
shennetsind
e1e2f31ca9
Fixed bug with quest skills duration, shrink, sight blaster, etc), bugreport:5122
...
dropped unofficial fire ivy support (also it was conflicting with the bug above)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15138 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-17 02:49:22 +00:00
shennetsind
7c435a9e68
Renamed RRMODE to REMODE
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15111 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-14 20:34:02 +00:00
brianluau
27f53c1386
- Renamed 'RRConfig' folder to 'config'.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15052 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-10 01:27:41 +00:00