summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2019-10-09Remove a TODO from Old WomanJesusaves1-2/+2
2019-10-08Merge branch 'seeds/maggotslimepotion' into 'master'Jesusaves2-12/+31
Maggot Slime Potion See merge request evol/serverdata!192
2019-10-08Maggot Slime PotionJesusaves2-12/+31
I thought it might be fun to entertain the idea of a maggot slime potion. Hope you all like! 😄 ---- @WildX : Seems like a good vendor item for Hurnscald general goods and maybe a rare drop from some humanoid mob, I'd like to keep manmade things like potions as items that are dropped by humanoids since it makes little sense for a maggot to carry a bottled potion with it.
2019-10-01Merge branch 'omatt/serverdata-Training_room' into 'master'Jesusaves12-211/+634
Omatt's legion training room quest Closes evol-all#24 See merge request evol/serverdata!165
2019-10-01instance for training room, training npc, new quest idtoams12-211/+634
change warp system for avoid spam creation instance add dummy for skill wave to mob_db, and stupid change in script add few basic control, info about training, access by menu change bow wave, and add dummy for bow wave change collison wall to water wall etc.
2019-10-01Merge branch 'jesusalva/4144' into 'master'WildX2-0/+92
4144 bot See merge request evol/serverdata!183
2019-10-014144 botJesusaves2-0/+92
2019-09-20Merge branch 'jesusalva/arrowshop' into 'master'WildX2-1/+5
Arrow shops See merge request evol/serverdata!194
2019-09-20I think weapon shop is a better place for this.Jesusaves2-1/+5
Minor coding style fixes.