Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-19 | Definite: Nullify every standard summon skill if alignment is evil. | Jesusaves | 1 | -0/+4 | |
Reagents will be taken, but none will heed your call. PS. These skills are not supposed to show up | |||||
2020-06-08 | Current skills of Scholarship to magic configuration | Jesusaves | 1 | -0/+25 | |
2020-06-08 | Register every currently implemented physical sciences skill | Jesusaves | 1 | -0/+13 | |
2020-06-08 | Record as well which skills each class have. | Jesusaves | 1 | -10/+19 | |
This will be used on Colin, Luca and Mr. Saves. It is useful for looping purposes. | |||||
2020-06-08 | [skip ci] CHAOS CONTROL | Jesusaves | 1 | -1/+1 | |
Remove half of WIP Job Exp Table New hardcoded limit (NOT FOR PLAYERS): 255 -> 175 Also: Improve randomness mechanism of Mana Wisdom bonuses. | |||||
2020-06-08 | Summoning: Abizit effects are now variable. | Jesusaves | 1 | -2/+7 | |
Instead of a fixed seconds/HP bonus, it causes a -20%~+30% variation. | |||||
2020-06-08 | (Regular) Summoning: Abizit will now have less failure impact. | Jesusaves | 1 | -3/+4 | |
It'll also affect spawn lifetime. | |||||
2020-06-08 | Magic prowess now affects adjusted spell power | Jesusaves | 1 | -0/+2 | |
This does not affect builtin skills, which calculations are C-only | |||||
2020-06-08 | Minor bugfixing | Jesusaves | 1 | -3/+4 | |
2020-06-08 | Special - Register Gwendolyn's skill as well. | Jesusaves | 1 | -0/+11 | |
I wonder if I should register summoning magic? | |||||
2020-06-08 | New abizit rule. | Jesusaves | 1 | -2/+2 | |
Previous table for lv 7: 343~1715 xp New table for lv 7: 2744~13720 xp | |||||
2020-06-08 | First draft of Magic v3 | Jesusaves | 1 | -0/+39 | |
2020-06-07 | AdjustSpellpower() and AdjustAttackpower() | Jesusaves | 1 | -0/+21 | |
Complementary functions for harm() | |||||
2019-10-21 | Moar typos | Jesusaves | 1 | -1/+1 | |
2019-10-21 | Typos | Jesusaves | 1 | -1/+2 | |
2019-10-21 | Let's try a different approach with Kalmurk | Jesusaves | 1 | -0/+18 | |
2019-09-07 | Human update | Jesusaves | 1 | -2/+2 | |
2019-08-09 | summon() now returns gid - as of beta.patch2 v4 | Jesusaves | 1 | -2/+0 | |
2019-08-09 | Bugfixes | Jesusaves | 1 | -0/+2 | |
2019-07-18 | Make that 2%. So Kolchak's Summon Maggot Lv 4 will raise their HP in 8%. | Jesusaves | 1 | -1/+1 | |
That would be 32 additional HP. | |||||
2019-07-18 | Summon magic: Each skill level now raises summoned monster HP in 1% (except ↵ | Jesusaves | 1 | -2/+7 | |
lv 1) | |||||
2019-06-22 | Ops, new abizit() → ShowAbizit() | Jesusaves | 1 | -2/+2 | |
2019-06-22 | Repeating already used skills now *can* give you a single mana exp point, ↵ | Jesusaves | 1 | -2/+4 | |
depending on the skill power. (Mana Magic only). | |||||
2019-06-22 | mescordialog (magic function) - Returns mesc() or dispbottom() for abizit() | Jesusaves | 1 | -8/+20 | |
2019-06-22 | Move abizit to a function in config/magic.txt (required for Academy release) | Jesusaves | 1 | -0/+21 | |
2019-03-04 | Remove every trailing whitespace | Jesusaves | 1 | -2/+2 | |
```sed -i 's/[[:space:]]*$//' npc/*/*.txt``` | |||||
2018-12-26 | New Skill: Make Haste Potion! | Jesusaves | 1 | -1/+0 | |
Audsbel needs your help again, by the way... | |||||
2018-12-25 | Add authorship information to missing files. | Jesusaves | 1 | -0/+1 | |
On hindsight, a lot of them are unused debug commands which could be deleted I'll look in it | |||||
2018-08-09 | Revert "Debug markers required", because they aren't. | Jesusaves | 1 | -9/+1 | |
The bug was caused because missing returns and wrong ends. This reverts commit f662ebc4232d427ec394d27d3c9153a625de8a4d. | |||||
2018-08-09 | I think I've found the bug >.< | Jesusaves | 1 | -2/+2 | |
2018-08-09 | Debug markers required | Jesusaves | 1 | -0/+5 | |
2018-08-09 | Not sure why it is not working | Jesusaves | 1 | -1/+4 | |
2018-07-18 | Sage extra skill grants more mana exp (because their skills sucks :p) | Jesusaves | 1 | -1/+2 | |
2018-07-16 | That should be everything my current magic sys implement needs for kalmurk | Jesusaves | 1 | -1/+1 | |
2018-07-16 | Fix mana cost bug | Jesusaves | 1 | -4/+4 | |
2018-07-16 | Remove magic check from SummonMagic | Jesusaves | 1 | -10/+4 | |
2018-07-16 | Add Kalmurk to skill system, and allow level override on summon magic | Jesusaves | 1 | -3/+4 | |
2018-07-15 | Jesusalva Grimorium reports current nº of subclass, and maximum value | Jesusaves | 1 | -1/+9 | |
2018-07-14 | Experiment | Jesusaves | 1 | -1/+1 | |
2018-07-13 | Introduce #parum and the Magic Experience System. | Jesusaves | 1 | -11/+36 | |
If you re-cast something, no Mana Exp Points are gained. Only pseudo-magic skills count. | |||||
2018-07-02 | Change SummonedMobNumber (flexibilize). Do not go below 1 mob per skill level. | Jesusaves | 1 | -3/+9 | |
2018-07-02 | Proper summon. I sort of liked this new code :> | Jesusaves | 1 | -9/+4 | |
2018-07-02 | Attempt to rewrite magic to use more function helpers | Jesusaves | 1 | -0/+48 | |
2018-02-17 | This should fix our issues | jesusalva | 1 | -1/+1 | |
2018-02-15 | This is a full barber who can even change a GM's race. Temporaly at ↵ | jesusalva | 1 | -1/+4 | |
Tulim/Tamiloc | |||||
2018-01-13 | Initial commit | Saulc | 1 | -0/+24 | |