Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
well
|
|
|
|
|
|
|
|
|
|
|
|
players to succeed
|
|
|
|
having to grind elsewhere to pay for the crypt battle?
|
|
This reverts commit 1f3098aeb5949e5af0109efee9bb4961ae5c3d0f.
|
|
players to succeed
|
|
|
|
|
|
This is a conspiracy by Small Nerf!
j/k; the armors and helmets are dropping way too often and so nobody
crafts them. The gloves I have 50 in my storage, but they are only
nerfed down to 1:2000 as they're uncraftable otherwise.
There has been a Warlord Plate listed @ ManaMarket for weeks now at 150k gp
and nobody is purchasing it. This price barely covers the price of making
the required ingots and what Nicholas's apprentice charges to make the armor.
|
|
Nerfs Bat income by 3.25 gp ea. Around 3-5%.
|
|
Anyone knows if there's a way to turn the player? If you go north through the door you enter devlounge facing north..
|
|
Nowadays noone does repeat fighting down there. Reward up for
discussion.
+Reduce lifetime of @bonus temporary
Tested with lvl 102 char. It got 70 bp first them, then 38 on next win.
|
|
|
|
I've also removed the server-side progress announce. Apparently, the Celestia Yeti one wasn't. I think it's better to have this in-client only.
|
|
- for Illia if you go overweight to a certain point you can exclude bow and helm from the drops and get 1/3 chance on the heart this works on common rewards too to exclude some drops.
- for cindy this prevents drops to ground
- iten check was way to much on xmas core so i made it heaviest reward * 3 instead
- removed weight check of santa helper since presents weight more than any of the rewards
- added a comment to snowman
Co-authored-by: Led Mitz <smoothshifter@tuta.io>
|
|
equivalent to bird legs already dropped there.
.. entirely untested. Will probably work out of the box. Probably.
|
|
Tested working.
|
|
Fixes silly bug causing slimes failing to split in some cases.
Reported-by: HoraK-FDF
|
|
Since the news entries are sorted alphabetically by their file name, we
need to rename all previous entries before we can start adding new ones
with a better naming style.
Co-authored-by: Ledmitz <smoothshifter@tuta.io>
|
|
Co-authored-by: Thorbjørn Lindeijer <bjorn@lindeijer.nl>
|
|
default on test servers!
This might conflict with whatever config on live servers, depending on how it's applied.
|
|
- added IceSkullMasK and assiged it to IceSkull
- added GoldenSkullMasK and assigned it to GoldenSkull
- added YellowHeadSlime and assigned it to YellowSuperSlime
- added RedHeadSlime and assigned it to RedSuperSlime
- added GreenHeadSlime and assigned it to GreenSuperSlime
- added BlueHeadSlime and assigned it to BlueSuperSlime
- changed SuperSlime stats a bit gave them more range and made them slower (attack+move) and set luck
|
|
serverside stuff of https://git.themanaworld.org/legacy/clientdata/-/merge_requests/660
|
|
Extras for spawns on mob kill - actual **slime splitting** fun is **here**.
The following extra spawns are in effect (compared to already merged):
Mob -> to what it decays
GreenSuperSlime -> AngryGreenSlime (same as GreenSlimeMother split)
YellowSuperSlime -> YellowSlime
RedSuperSlime -> RedSlime
BlueSuperSlime -> BlueSlime (fewer than former as they're powerful)
|
|
See !828
Approved-by: Thorbjørn Lindeijer <bjorn@lindeijer.nl>
|
|
2) If only 1 mob requested to spawn, spawn on exact spot.
Rationale: if its just 1 mob, it likely important, yet areaspawn can
spawn fewer mobs than requested if e.g. some collisions are in area.
Idea is that if mob can be killed on X,Y its certainly not collision
so single important mob better off using use this location.
|
|
1) Add check Luvia witch is not on Illia map (052-2), It its Illia, omit spawns for now to be on safe side.
2) Fix of silly typo causing bug in witch spawns
(in fact they were not working at all, parameters sanity check did its part and aborted call).
|
|
issues in Sages quest
|
|
|
|
|
|
Useful to sub-split slimes and do similar extra tricks.
Relies on https://git.themanaworld.org/legacy/tmwa/-/merge_requests/292
Mentioned server change provides X/Y of mob kill so e.g. slime "split"
can look reasonable - spawning new slimes where killed mob been.
This is preliminary version, so far it introduces following spawns:
Mob Killed -> What appears
1) Sea Slime Mother -> angry sea slimes on kill.
2) Green Slime Mother -> angry green slimes on kill.
3) Blue Slime -> few SlimeBlast (same as it spawns)
4) Tormenta -> Void Bats + Demonic Spirits + undead witch.
5) Luvia -> Void Bats + Demonic Spirits
(slightly fewer so Illia players arent instakilled hopefully)
TODO: Add few BIG slimes decaying into existent "normal" ones.
E.g. BIG green slime -> bunch of angry green slimes.
or BIG Sea Slime -> bunch of angry sea slimes.
(this needs GFX of big slime and turning it into mob)
|
|
.. if they came from balthasar then they already know the route.
|
|
|
|
- added the ragged shirt and added it to sorfina
- made prices of cottonshirts normal
this will make monster points a bit more profitable too
|
|
- added Snowshroom
- added Blue/Green/Red/Yellow- Super slimes (drops are only normal drops of the small version and maybe must be edited and they are not added to the splitting logic since thats not merged yet)
- added SnowshroomHat
- added WickedMushroomHat and made it a drop of Wicked Mushrooms
- enabled GoldIngot since its a drop of the GoldenSkull now
|
|
1) Fix check so sprite ID 325 (black ring) could be used. It was just
some silly typo that prevented it. Corrected.
2) Attempt to take on visual bug where SC_SLOWMOVE effect icon
could linger even after teleportation sequence completed.
(harmless visual glitch - no real slowdown in effect)
|
|
serverside stuff for https://git.themanaworld.org/legacy/clientdata/-/merge_requests/656
|
|
some particle effects and sounds for the mana battery overheat phase (smoke and some sparks). i make a flame sound when it explodes and a zap when it comes back to normal idk if there a better sounds.
|
|
- added restrictions for some maps its the same as the towels restrictions
- added constants
<br>
need to think about a timeout if any and how to prevent alts on same acc which didnt earned it to use it.
|
|
Does what advertised.
Candor rewards were meant to be scaled like (difficulty level / 2200)
However, someone messed up operands order and it became inverted.
So it became 100 * 2200 / 4500 = 48 BP only. While it meant to be 100 * 4500 / 2200 = 204 BP instead.
This restores reward scaling into what it really meant to be.
|
|
It resets doomsday chests state in Labyrinth (099-8) to non-visited state,
so map could be revisited by players again.
In fact this thing only needed since TMWA's @setvar doesnt
allows to completely unset string variable. Also resetting array
of size 100 manually is not best idea ever.
This command is GM > 60 and its invocation logged to GM log and GM tab.
NB: doesnt resets players "greed" variables (they're per player).
Tested on my local server and works like planned.
|
|
|
|
... to match the Swamp Chest chances.
|
|
|