summaryrefslogtreecommitdiff
path: root/npc/functions
AgeCommit message (Collapse)AuthorFilesLines
2020-06-21Move Monster King Illusion kills code aroundJesusaves2-8/+4
2020-06-21Monster King MobPt retweakJesusaves1-1/+1
2020-06-21Phoenix Rebirth: Record first player to rebirthJesusaves4-1/+22
Monster King: Do not give 641k EXP anymore when someone reborn or Top3 avg >= Lv 100
2020-06-21[skip ci] fix testing weirdness on SkypiercerJesusaves1-1/+3
2020-06-21To add the serverside data for the Duck Elder quest.Sean Hulka2-0/+7
2020-06-21Deprecate EVOL_MASS_PROVOKE in favor of EVOL_AREA_PROVOKEJesusaves2-2/+16
Requires some mild testing, but should work.
2020-06-21Crafting: New requeriments for Lv 6 and Lv 7Jesusaves1-0/+14
2020-06-21New function: api_send()Jesusaves1-0/+9
2020-06-19New function: alignment()Jesusaves1-0/+16
2020-06-18Declare ReplaceSkillFromEveryPlayer()Jesusaves1-0/+11
Will be needed by Magic v3 to dispose from old skills
2020-06-18Placeholder function for some other Aurora eventsJesusaves2-0/+15
2020-06-18Sponsor Necklace should not be tweakable, to don't provide an unfair advantageJesusaves1-0/+6
of the extra slot. Savior set is always tweakable, and Tolchi will not touch it.
2020-06-18Remove entirely Tulimshar Inn Gambling Exchange.Jesusaves1-1/+1
It needs a complete rework.
2020-06-17[skip ci] Prepare the new unreleased skills to have their strength to varyJesusaves1-24/+35
2020-06-17[skip ci] First Aid template: Whatever is biggerJesusaves1-1/+2
2020-06-17[skip ci] sketch notesJesusaves1-0/+67
2020-06-16Comment what is not yet readyJesusaves1-0/+2
2020-06-16[skip ci] sketch for brawling magicJesusaves1-0/+27
2020-06-14Monster Point Bonus: +3% per level, capped at +75% (level difference: 25)Jesusaves1-2/+2
(same as Official Level Table)
2020-06-13NEW MONSTER POINT RULE.Jesusaves1-2/+18
If target level is above you, you'll get +1% mob pt (capped at 50% bonus) If target level is below you, you'll get -1% mob pt (capped at 50% malus) Note: If target is exactly 1 level below you, there'll be no penalty. Numbers are always rounded down.
2020-06-08Cuteheart: Adapt to the HUB SystemJesusaves1-0/+3
2020-06-08Dragokin: Use new systemJesusaves1-0/+3
2020-06-08Move Demure skill to HUB loop.Jesusaves1-0/+4
It is overly complex, so script itself was left unchanged.
2020-06-08Zarkor was so simplified over time, that it can now be declared in hub.txtJesusaves1-3/+4
Instead of being declared in its own file
2020-06-08Minor bugfixingJesusaves1-1/+1
2020-06-08Special - Register Gwendolyn's skill as well.Jesusaves1-0/+1
I wonder if I should register summoning magic?
2020-06-08Work toward extincition of Mana Magic - Most of regular magic skills now alsoJesusaves1-0/+30
grant mana magic experience. It is not used, unlike summoning, but it is now valid to scoring purposes.
2020-06-08Grant 10 mana experience points for guild skills.Jesusaves1-0/+9
They use the same skill ID (GD_DEVELOPMENT) instead of @skillId This is to prevent exploiting/manaexp farming
2020-06-08New abizit rule.Jesusaves1-1/+1
Previous table for lv 7: 343~1715 xp New table for lv 7: 2744~13720 xp
2020-06-08Fix a major bug on Aurora EventsJesusaves1-1/+1
2020-06-07AdjustSpellpower() and AdjustAttackpower()Jesusaves1-5/+2
Complementary functions for harm()
2020-06-07Update to now deprecated elements, and to harm new flag.Jesusaves1-1/+5
2020-06-02Give this variable a meaningful nameJesusaves1-11/+11
2020-06-02Prevent a few false-positives on status resetJesusaves1-3/+9
2020-05-29Status Reset Potion - return fruitsJesusaves1-2/+8
2020-05-28[skip ci] ops.Jesusaves1-1/+1
2020-05-28...And, I think I've found Micksha's bug. '-'Jesusaves1-1/+23
2020-05-28MapToLoc failure: Be verbose when neededJesusaves1-1/+7
2020-05-28Prevent a rare condition where you would be saved at nulityJesusaves1-1/+1
2020-05-28Better fix.Jesusaves1-9/+9
2020-05-28Inhibit a possible bug with the Soul Menhir saving !!!!!!!!Jesusaves1-0/+2
2020-05-28Minor tidying up at SoulMenhir functionJesusaves1-21/+6
2020-05-28Nivalis Soul Menhir now sets the teleport point (for warp crystal)Jesusaves1-0/+2
2020-05-24Export Investments: Tweaked sightlyJesusaves1-2/+2
Investing in Taxes: 10% more effective
2020-05-24Kamelot: Do not repeat tutorial needlessyJesusaves1-1/+1
2020-05-23Prevent Monster King from sightseeing when he is not asked toJesusaves1-0/+6
2020-05-23Fix bugs on Monster KingJesusaves1-2/+4
2020-05-22Change the cap to 45 and be more responsiveJesusaves1-1/+1
2020-05-22Guild Weekly Login Bonus.Jesusaves1-0/+15
Every 20 average levels give you a bonus coin (capped at Lv 100) Every 5 guild levels give you a bonus coin (capped at Lv 50)
2020-05-22Eh, and this is the first draft of Aurora Event Framework.Jesusaves1-3/+7
Amen. Terrible balance plz don't blame me, it barely made into beta.