summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-02-01[AUTOMATIC] [skip ci] Rebuild map dataarrivalargaesJesusaves18-16/+18
2020-02-01Remove redundant codeJesusaves1-2/+2
2020-02-01Boost vitality and max HP on Sailor Stew. Remove placeholders.Jesusaves1-2/+4
STR is not boostable, call Micksha ?
2020-02-01Bring Moubootaur Legends Controlled Status Boosting Framework.Jesusaves4-0/+102
By Jesusalva. Dependencies included (randomness randomizer and ponderate average) Function name: SC_Bonus() or inc_sc_bonus::OnUse
2020-02-01add empty bowl and Sailor's stewMicksha1-0/+24
2020-02-01add two NPCs for the arrival in Arages as per WildX' proposal.Micksha3-0/+42
2020-01-18Merge branch 'mergeitems' into 'master'Jesusaves1-0/+894
Mergeitems See merge request evol/serverdata!220
2020-01-18add the requested merge compensation itemsMicksha1-0/+894
2020-01-10Fix Hall Of Acorns.Jesusaves1-15/+15
SORRY FOR THE TYPO! Please forgive me, Tirifto.
2020-01-10Merge branch 'jesusalva/duel' into 'master'Jesusaves3-8/+49
Fix dueling (missing a command), and also update Trozz's dialog to include duel. See merge request evol/serverdata!216
2020-01-10Fix dueling (missing a command), and also update Trozz's dialog to include duel.Jesusaves3-8/+49
Also, fix a minor issue on Samantha.
2020-01-10Merge branch 'jesusalva/scoreboards' into 'master'Jesusaves3-0/+226
Scoreboards See merge request evol/serverdata!219
2020-01-10Scoreboards. Done upon request (and popularity)Jesusaves3-0/+226
An untested Hall Of Acorns was included with Tirifto's blessings. Provides two new commands available to everyone: `@scoreboard` and `@scoreboards` These commands allow players to view an hourly-updated scoreboard, with the richest and most powerful players, as well as the most powerful guilds. And, ofc, whoever has more acorns on storage. There's also a button to see some game statistics, like total monsters killed since release. Patreon Link is a courtesy because it came with original code; We might want to update it to more general Donation page later. PS. Code imported from Moubootaur Legends and modified for rEvolt. This includes replacing "mes()" with "mesf()"
2020-01-10Merge branch 'jesusalva/hub' into 'master'Jesusaves14-77/+142
Global Event Handler See merge request evol/serverdata!218
2020-01-10Global Event Handler.Jesusaves14-77/+142
Hurnscald NPCs are incompatible. I've run in epoll problems once on ML, so I'm making this again.
2020-01-10Merge branch 'jesusalva/redesign' into 'master'Jesusaves2-385/+349
Rebalance See merge request evol/serverdata!213
2020-01-10Rebalance monsters and equipment.Jesusaves2-385/+349
Initial version, it is possible that more changes make themselves necessary, specially equips.
2020-01-09Readjust EXP gain when multiple players are attacking same target.Jesusaves1-2/+2
<Jesusalva> Evol: +25% per attacker, max 12 attackers (+300% max) <WildX> How about +30% per attacker, max 10 attackers (+300% max)
2020-01-08Merge branch 'jesusalva/housekeeping1' into 'master'Jesusaves2-15/+18
Housekeeping See merge request evol/serverdata!197
2020-01-08Housekeeping patches, they should not have any visible effect ingame (unless ↵Jesusaves2-15/+18
something BREAKS, then you'll notice it right away)
2020-01-08Merge branch 'jesusalva/vintage1' into 'master'Jesusaves1-0/+80
Extended item options See merge request evol/serverdata!212
2020-01-08Add all options we could ever think of. Proofed and tested on Moubootaur ↵Jesusaves1-0/+80
Legends. Also, add two new options: VINTAGE_WPN and VINTAGE_ARM. They are reserved for items coming from the Merge. First option halves player damage against all monsters. Second option removes player defense in 20% against all monsters. Specifics of the options can be later changed. In fact, we reserve ourselves the rights to do so at any time without prior notice.
2020-01-08Merge branch 'balancefix' into 'master'Jesusaves2-3/+3
Meta dialogue fixes See merge request evol/serverdata!215
2020-01-08Meta dialogue fixesWildX2-3/+3
Signed-off-by: WildX <wildx@evolonline.org>
2019-11-02Merge branch 'dummystats' into 'master'Jesusaves2-70/+7
rebalance the stats of the dummy mobs used in the legion training See merge request evol/serverdata!205
2019-11-02rebalance the stats of the dummy mobs used in the legion training. Note that ↵toams2-70/+7
fake Pikipiks show up because the skill (this still needs to be fixed)
2019-10-28Merge branch 'jesusalva/itemcleanup' into 'master'Jesusaves1-571/+2
Cleanup at Item DB See merge request evol/serverdata!211
2019-10-28Remove Defense from weapons, range and attack from armor, job/gender ↵Jesusaves1-571/+2
overhead, delay/sprite overhead, equipment properties on non equipment pieces. This is only clean up where the values were set to defaults (=redundant AND irrelevant)
2019-10-26Merge branch 'items' into 'master'Jesusaves6-865/+201
Items and stuff for Galimatia quest See merge request evol/serverdata!208
2019-10-26add Galimatia items to item_db and monsters to mob_db, minor cleanupMicksha6-865/+201
2019-10-26Spacing issueJesusaves1-1/+1
2019-10-25Merge branch 'jesusalva/attrfix' into 'master'Jesusaves2-47/+47
Elemental Rules See merge request evol/serverdata!209
2019-10-25Disable sizefix (weapon dealing more or less damage based on monster size)Jesusaves2-47/+47
We need later to decide if we'll be using this, how bad is the penalty, and most importantly, I don't think you should be penalized for killing Pious with a zweihander or a warhammer or a similar big weapon.
2019-10-21Merge branch 'jesusalva/newperm' into 'master'Jesusaves8-160/+337
[GM] New Permissions and Clearances See merge request evol/serverdata!201
2019-10-21These are the new GM permissions, levels, and clearances for rEvolt.Jesusaves8-160/+337
See the merge request for a better list of powers as of approved on topic 20808.
2019-10-20remove useless zeny calculationsgumi13-18/+18
2019-10-16Merge branch 'jesusalva/performance' into 'master'Micksha3-5/+5
TMWA Gameplay See merge request evol/serverdata!203
2019-10-16These changes are either to make gameplay more similar to TMWA (disabling ↵Jesusaves3-5/+5
some delays) Or to help in spam and/or in ManaPlus sending malformed packets on trade (The later happens a lot and distress players with 5 minute bans)
2019-10-16Merge branch 'jesusalva/wilditems' into 'master'Micksha2-14/+25
Two new (fun) items for databases See merge request evol/serverdata!207
2019-10-16[Adventurer Soul] (7420) - Dropped when you die in PVP.Jesusaves2-14/+25
“Seems like someone fell prey to PK'ing.” Unusable [Death Potion] (610) - Instantly kills the user if you drink. “Used for really powerful black magic. You should not drink this!”
2019-10-16Merge branch 'tengu' into 'master'Micksha1-0/+43
Tengu (mob 1120) See merge request evol/serverdata!206
2019-10-16Tengu (mob 1120)Micksha1-0/+43
2019-10-16Merge branch 'firedummy' into 'master'Micksha2-1/+66
Firedummy, Spiderqueen See merge request evol/serverdata!199
2019-10-16Firedummy, SpiderqueenMicksha2-1/+66
2019-10-10Merge branch 'Kyttyshouse' into 'master'Micksha9-12/+22
Kytty's House See merge request evol/serverdata!204
2019-10-10Kytty's HouseMicksha9-12/+22
2019-10-10Merge branch 'legion' into 'master'Micksha5-15/+167
Legion See merge request evol/serverdata!190
2019-10-10Change Slime-Littleslime to LittleSlimeMicksha5-15/+167
Should be more internally consistent
2019-10-10Merge branch 'merchanthouse' into 'master'Micksha8-12/+22
Merchanthouse See merge request evol/serverdata!202
2019-10-10MerchanthouseMicksha8-12/+22