summaryrefslogtreecommitdiff
path: root/conf/map/battle
AgeCommit message (Collapse)AuthorFilesLines
2019-09-02Allow player stats to go up to 101 :> (previously it was 99)Jesusaves1-1/+1
As this goes higher, the fruits will become really needed :>
2019-08-27Minor guild related change for future implementation of guild skills.Jesusaves1-1/+1
IIRC, only Guild Master may learn and use Guild Skills. Note Guild Skills never work on Guild Master. Current setting: work anywhere.
2019-08-24Change max cart weight from 8kg to 5kgJesusaves1-1/+1
2019-08-20Give EXP to homunculus even if they don't fight (a bonus from master EXP)Jesusaves1-0/+3
2019-08-06Missing cleanup at fishing. Item on floor last longer.Jesusaves1-1/+1
2019-08-04Fix a bug which allowed pets to crit-hit and disabled critical from players ↵Jesusaves1-1/+1
and mobs
2019-08-01*sigh* I'm not going to add real, worth-while values at BraccoJesusaves1-1/+1
2019-07-30Stop handling beta patch with beta.patch and merge it upstream.Jesusaves1-1/+3
Original value was "20", but looks like "stable" server will have something closer to "100" instead >_>
2019-07-16@exprate will now raise Job Exp rate tooJesusaves1-0/+1
2019-07-16Allow players to move right after attacking. Mobs, Pets and Homuns still cannot.Jesusaves1-1/+1
2019-07-16Allow Homunculus to crit and have level 140Jesusaves2-2/+2
2019-07-08Give more intimacy when homunculus is feed, allow renamingJesusaves1-2/+2
2019-07-08Revert strange configuration settings - blame @SaulcJesusaves1-2/+2
2019-06-29Change some conf stuff so it doesn't comes complaining to me laterJesusaves1-2/+2
2019-06-22Common and Legendary mountsJesusaves1-1/+1
2019-06-16Change mobAI when dealing with spawns and summons... for test purposes.Jesusaves1-1/+1
2019-06-11Report to all online players possible trade hack attempts, and cancel tradeJesusaves1-1/+1
instead of banning (tweaked/fixed server-code wise). What is considered dupe? Read below. Please note that stacked item trade is NOT allowed, they must be on inv., you must have free space in inventory, ManaPlus should NOT provide an id of 0 (sometimes it does). And you must have GP. Arrows can be stacked. EQUIPPED ITEMS CANNOT BE TRADED. Report for @4144 - money is item id 0 according to src/map/trade.c, so it is a suspcious behavior that hack trade messages are about item id 0 (line 369).
2019-06-11Mounts walk speed acceleration will now be determined without a configure :<Jesusaves1-1/+1
2019-05-23Reduce "dupe trade ban" length from 4 minutes to a single minute.Jesusaves1-1/+1
I'm considering disabling it, but that could be dangerous... For the player.
2019-04-10Hercules UpdateAndrei Karas2-0/+14
2019-03-27It is unreasonable to send a message in less than 50ms.Jesusaves1-1/+1
You take 200 ms only to react, after all. So, disregard all messages within this threshold - they are 99.7% spam.
2019-03-19Apply community poll #2.Jesusaves1-2/+2
The lag issue is being addressed at Evol on the meanwhile (to reach 4144)
2019-03-13Commit the desync patch which was tested by players.Jesusaves1-1/+2
In fact, this caused a bit of desync, but there are other worse desync out there.
2019-03-12Hercules UpdateJesusaves1-0/+5
2019-03-07[x] I've read and understood that this may cause lag to all players and want ↵Jesusaves1-2/+2
to continue
2019-02-11Pets will now support you with 850 intimacy (instead of 900).Jesusaves1-2/+2
After all, you start with 250 ^.^ Except for Piou, which now starts at 350.
2019-02-11Pets can be lost due bad owners once again.Jesusaves1-1/+1
They get 1 hunger each 2 minutes (giving you over 3 hours to check it). If you don't feed them, you'll lose 1 intimacy point every 2 minutes.
2019-01-24Hercules updateAndrei Karas1-0/+1
2018-12-23[skip ci] Because I changed some stuff, modifying battle conf on these fields isJesusaves2-0/+2
without effect: They'll be overriden by scripts within 15 minutes. Rationale: I prefer this way.
2018-12-21Register Christmas at Soul Menhir + Drop Rate AdjustmentsJesusaves1-1/+4
2018-12-15Reduce player damage-taken delay in 10ms to reduce lag.Jesusaves1-1/+1
2018-12-14Hercules Update (needed for pipelines)Andrei Karas1-0/+12
2018-11-24No intimacy loss for hungry pets (may collapse pipelines)Jesusaves1-1/+1
Maybe burn @Saulc in :fire: ? He doesn't says what he thinks.
2018-11-14This is a bunch of hercules update by 4144Jesusaves2-0/+14
2018-08-09Reduce Job Experience penalty (for... reasons.)Jesusaves1-1/+1
2018-07-28I do not want body style to be save.Jesusaves1-1/+1
2018-07-28Hercules updateAndrei Karas17-20/+25
2018-07-16[skip ci] Mostly disable some from prior changesJesusaves2-3/+3
2018-07-16[skip ci] [testing] Increase player vision range, free skill points,Jesusaves3-6/+6
auto-heal skills work every 5s, dex is less efective on cast rate, and normal attacks won't disregard skill delay anymore. Add some chat protection.
2018-07-16[skip ci] reduce trade ban time to 4 minutes. No ignore warp area.Jesusaves1-4/+4
2018-07-13Hercules UpdateAndrei Karas1-1/+6
2018-07-13LoF Fairy Quest + Make MapsJesusaves1-1/+1
2018-07-13Pet Level System EnableJesusaves1-1/+1
2018-07-08[skip ci] Attempt to reduce bandwidth usage from parties.Jesusaves1-1/+1
2018-07-08Users idle for over than 5 minutes are excluded from party EXP sharing.Jesusaves1-1/+1
2018-06-24disable auction house, it is not supported by M+ :( @4144 aka. {41444d494e}Jesusaves2-2/+2
This reverts commit 271597103bef7ce5ff7fcdfcc40f3ab1c630f14e.
2018-06-24Attempt to enable auction houseJesusaves2-2/+2
2018-06-23Change mob_npc_event_type.Jesusaves1-1/+1
If I Understood Correctly, event was triggering on last hit? Now triggers for MVP.
2018-06-20Safety for items on battle conf.Jesusaves1-4/+4
2018-06-11+3% restart_hp_rateSaulc1-1/+1