summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Acorns Test Formula :alembic:jesusalva/scoreboardsJesusaves1-0/+28
2020-01-10Dummy... format_number() returns a STRING, not an INTEGER %%n :facepalm:Jesusaves1-15/+15
2020-01-10rEvolt doesn't have a hardcoded guildJesusaves1-4/+4
2020-01-10Count PvE and PvP kills, record a global and a personal score.Jesusaves2-2/+11
Make global score available under @scoreboards. We aren't counting trees yet because I don't want to touch itemdb at present time.
2020-01-10Merge branch 'master' into jesusalva/scoreboardsJesusaves14-77/+142
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-10TypoJesusaves1-1/+1
2020-01-09It's very sensitive to the declaration orderJesusaves1-83/+84
2020-01-09Fix bugsJesusaves2-6/+7
2020-01-09Scoreboards initial versionJesusaves2-0/+187
2020-01-09Merge branch 'jesusalva/redesign' into jesusalva/scoreboardsJesusaves0-0/+0
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-09Merge branch 'master' into jesusalva/redesignjesusalva/redesignJesusaves1-2/+2
2020-01-09Apply partially the changes requested by WildXJesusaves1-37/+37
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-08Apply new stats to the monsters whose level changed.Jesusaves1-15/+15
Done in a separate commit for no real reason. Pinkies EXP nerfed for scale.
2020-01-08Change level for: Scorpion, Squirrel, Forest Maggot.Jesusaves1-4/+4
Lower HP from: Butterfly. Mouboo Scale.
2020-01-08Some human tweaks on HP to make some mobs with same level blur less.Jesusaves1-5/+5
2020-01-08Reapply ReDesign formula with 10% less HP.Jesusaves1-49/+49
Make values more human.
2020-01-08Demote Fluffy to level 5 under WildX's requestJesusaves1-1/+1
2020-01-08Merge branch 'master' into jesusalva/redesignJesusaves5-18/+101
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 'master' into jesusalva/redesignJesusaves2-69/+7
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-11-02Redesign, and I'm not satisfied.Jesusaves1-291/+241
2019-11-02Initial run of sedesign. Lots of shadowy spots like:Jesusaves1-76/+89
Two hand swords: range vs defense; Heavy armor vs Light armor Grey Mana Bar vs Magic Armor; Bow minimum range; not to say: Levels, weight and prices.
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