SVN Discussion

Pages
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 |
SVN Revisions
Revision 2566 Commited: 16 hours ago By: tolakram
Commit from tolakram

Log Messages
- Bugfix: Quickcast has been changed back to a flat 2 second cast time
- Bugfix: Spells of type Cone or cone will now delve correctly.

Files Changed:
MODIFY - DOLSharp/trunk/GameServer/spells/Spell.cs
MODIFY - DOLSharp/trunk/GameServer/spells/SpellHandler.cs

View Changes:
http://dolserver.svn.sourceforge.net/do ... v&rev=2566
Revision 2565 Commited: 1 day ago By: tolakram
Commit from tolakram

Log Messages
- Bugfix: NPC spell timing changes broke necromancers, naturally, and so did CastInCombat changes. Fixed these issues and decreased think interval of necromancer pets to make the usage of FP more reliable.
- Bugfix: Pulsing effects check if owner is dead and remove themselves. DOT effects will no longer send a message if the target is dead.
- Changed: Necromancer pets of GM's will no longer take damage and can use FP without a recast delay.

Files Changed:
MODIFY - DOLSharp/trunk/GameServer/ai/ABrain.cs
MODIFY - DOLSharp/trunk/GameServer/ai/brain/Necromancer/NecromancerPetBrain.cs
MODIFY - DOLSharp/trunk/GameServer/gameobjects/GameLiving.cs
MODIFY - DOLSharp/trunk/GameServer/gameobjects/GameNPC.cs
MODIFY - DOLSharp/trunk/GameServer/gameobjects/Necromancer/NecromancerPet.cs
MODIFY - DOLSharp/trunk/GameServer/spells/DoTSpellHandler.cs
MODIFY - DOLSharp/trunk/GameServer/spells/SpellHandler.cs

View Changes:
http://dolserver.svn.sourceforge.net/do ... v&rev=2565
Revision 2564 Commited: 2 days ago By: tolakram
Commit from tolakram

Log Messages
- Changed: More logger fixes

Files Changed:
MODIFY - DOLSharp/trunk/GameServer/world/Instance/BaseInstance.cs
MODIFY - DOLSharp/trunk/GameServer/world/Instance/Instance.cs

View Changes:
http://dolserver.svn.sourceforge.net/do ... v&rev=2564
Revision 2563 Commited: 2 days ago By: urzaria
Commit from urzaria

Log Messages
- Add: to SVN Revision 2562

Files Changed:
MODIFY - DOLSharp/trunk/GameServer/packets/Client/168/DetailDisplayHandler.cs

View Changes:
http://dolserver.svn.sourceforge.net/do ... v&rev=2563
Revision 2562 Commited: 2 days ago By: urzaria
Commit from urzaria

Log Messages
- Add: some entries for language manager support
- Bugfix: display also bonus level 0 it is Mythic like

Files Changed:
MODIFY - DOLSharp/trunk/GameServer/gameobjects/GameInventoryItem.cs
MODIFY - DOLSharp/trunk/GameServer/language/DE/Packets.txt
MODIFY - DOLSharp/trunk/GameServer/language/EN/Language-EN.txt
MODIFY - DOLSharp/trunk/GameServer/language/FR/Packets.txt
MODIFY - DOLSharp/trunk/GameServer/language/IT/Language-IT.txt

View Changes:
http://dolserver.svn.sourceforge.net/do ... v&rev=2562
Revision 2561 Commited: 3 days ago By: tolakram
Commit from tolakram

Log Messages
- Changed: MaxSpeed calculator now uses the owners speed to adjust a pets speed, as long as the pet is following the owner
- Changed: GamePlayer now decides if a spell can be cast while in combat

Files Changed:
MODIFY - DOLSharp/trunk/GameServer/gameobjects/GameLiving.cs
MODIFY - DOLSharp/trunk/GameServer/gameobjects/GamePlayer.cs
MODIFY - DOLSharp/trunk/GameServer/propertycalc/MaxSpeedCalculator.cs
MODIFY - DOLSharp/trunk/GameServer/spells/SpellHandler.cs

View Changes:
http://dolserver.svn.sourceforge.net/do ... v&rev=2561
Revision 2560 Commited: 3 days ago By: urzaria
Commit from urzaria

Log Messages
- Bugfix: so its better

Files Changed:
MODIFY - DOLSharp/trunk/GameServer/gameobjects/GamePlayer.cs

View Changes:
http://dolserver.svn.sourceforge.net/do ... v&rev=2560
Revision 2559 Commited: 3 days ago By: urzaria
Commit from urzaria

Log Messages
- Add: value "gender" in save into Database "GameMerchant.cs"
- Add: some entries for language manager support

Files Changed:
MODIFY - DOLSharp/trunk/GameServer/gameobjects/GameMerchant.cs
MODIFY - DOLSharp/trunk/GameServer/gameobjects/GamePlayer.cs
MODIFY - DOLSharp/trunk/GameServer/language/CZ/Language-CZ.txt
MODIFY - DOLSharp/trunk/GameServer/language/DE/GameObjects/GamePlayer.txt
MODIFY - DOLSharp/trunk/GameServer/language/EN/GameObjects/GamePlayer.txt
MODIFY - DOLSharp/trunk/GameServer/language/FR/GameObjects/GamePlayer.txt
MODIFY - DOLSharp/trunk/GameServer/language/IT/Language-IT.txt

View Changes:
http://dolserver.svn.sourceforge.net/do ... v&rev=2559
Revision 2558 Commited: 4 days ago By: tolakram
Commit from tolakram

Log Messages
- Added: Server property cs_opening_effectiveness to allow server operators to increase CS damage above live like (and horrendous) values.

Files Changed:
MODIFY - DOLSharp/trunk/GameServer/serverproperty/ServerProperties.cs
MODIFY - DOLSharp/trunk/GameServer/styles/StyleProcessor.cs

View Changes:
http://dolserver.svn.sourceforge.net/do ... v&rev=2558
Revision 2557 Commited: 4 days ago By: tolakram
Commit from tolakram

Log Messages
- Bugfix: Attempt to fix Necromancer Facilitate Painworking by forcing 2 second quickcast f player is necro or caster is necropet

Files Changed:
MODIFY - DOLSharp/trunk/GameServer/spells/SpellHandler.cs

View Changes:
http://dolserver.svn.sourceforge.net/do ... v&rev=2557
Revision 2556 Commited: 4 days ago By: tolakram
Commit from tolakram

Log Messages
- Changed: Optional GameNPC cast spell without a LOS check

Files Changed:
MODIFY - DOLSharp/trunk/GameServer/gameobjects/GameNPC.cs

View Changes:
http://dolserver.svn.sourceforge.net/do ... v&rev=2556
Revision 2555 Commited: 4 days ago By: tolakram
Commit from tolakram

Log Messages
- Changed: Cleaned up logger issues in spells
- Bugfix: Critical Strike styles now compute the correct damage instead of always using special caps
- Changed: Mob BoatOwnerID changed to a more generic OwnerID and made varchar(255). You should drop the BoatOwnerID column from your mob table.
- Bugfix: Bleed styles no longer keep players/npcs in combat
- Bugfix: Turn in task NPC's using DataQuest will no longer accept stacked items.

Files Changed:
MODIFY - DOLSharp/trunk/DOLDatabase/Tables/Mob.cs
MODIFY - DOLSharp/trunk/GameServer/commands/gmcommands/GMinfo.cs
MODIFY - DOLSharp/trunk/GameServer/commands/gmcommands/mob.cs
MODIFY - DOLSharp/trunk/GameServer/commands/playercommands/Boat.cs
MODIFY - DOLSharp/trunk/GameServer/gameobjects/GameBoat.cs
MODIFY - DOLSharp/trunk/GameServer/gameobjects/GameLiving.cs
MODIFY - DOLSharp/trunk/GameServer/gameobjects/GameNPC.cs
MODIFY - DOLSharp/trunk/GameServer/gameobjects/GameTrainingDummy.cs
MODIFY - DOLSharp/trunk/GameServer/gameutils/AttackData.cs
MODIFY - DOLSharp/trunk/GameServer/gameutils/BoatMgr.cs
MODIFY - DOLSharp/trunk/GameServer/packets/Client/168/PlayerGroundTargetHandler.cs
MODIFY - DOLSharp/trunk/GameServer/quests/QuestsMgr/DataQuest.cs
MODIFY - DOLSharp/trunk/GameServer/skillhandler/StealthSpecHandler.cs
MODIFY - DOLSharp/trunk/GameServer/spells/Animist/BomberSpellHandler.cs
MODIFY - DOLSharp/trunk/GameServer/spells/Artifacts/CombineScrolls.cs
MODIFY - DOLSharp/trunk/GameServer/spells/Artifacts/GoldenSpearJavelin.cs
MODIFY - DOLSharp/trunk/GameServer/spells/Artifacts/bracerofzo.cs
MODIFY - DOLSharp/trunk/GameServer/spells/Bainshee/BainsheePulseDmgSpellHandler.cs
MODIFY - DOLSharp/trunk/GameServer/spells/Bonedancer/SummonMinionHandler.cs
MODIFY - DOLSharp/trunk/GameServer/spells/CharmSpellHandler.cs
MODIFY - DOLSharp/trunk/GameServer/spells/ConfusionSpellHandler.cs
MODIFY - DOLSharp/trunk/GameServer/spells/DirectDamageDebuffSpellHandler.cs
MODIFY - DOLSharp/trunk/GameServer/spells/DirectDamageSpellHandler.cs
MODIFY - DOLSharp/trunk/GameServer/spells/Masterlevel/Battlemaster.cs
MODIFY - DOLSharp/trunk/GameServer/spells/Masterlevel/Convoker.cs
MODIFY - DOLSharp/trunk/GameServer/spells/ProcSpellHandler.cs
MODIFY - DOLSharp/trunk/GameServer/spells/PropertyChangingSpell.cs
MODIFY - DOLSharp/trunk/GameServer/spells/SpellHandler.cs
MODIFY - DOLSharp/trunk/GameServer/spells/StyleBleeding.cs
MODIFY - DOLSharp/trunk/GameServer/spells/SummonIllusionBlade.cs
MODIFY - DOLSharp/trunk/GameServer/spells/SummonSpellHandler.cs
MODIFY - DOLSharp/trunk/GameServer/styles/StyleProcessor.cs

View Changes:
http://dolserver.svn.sourceforge.net/do ... v&rev=2555
Revision 2554 Commited: 4 days ago By: Graveen
Commit from Graveen

Log Messages
- Added: Mob & Cast commands are now free of warnings.

Files Changed:
MODIFY - DOLSharp/trunk/GameServer/commands/gmcommands/mob.cs

View Changes:
http://dolserver.svn.sourceforge.net/do ... v&rev=2554
Revision 2553 Commited: 4 days ago By: Graveen
Commit from Graveen

Log Messages
- git/svn test

Files Changed:
MODIFY - DOLSharp/trunk/GameServer/commands/gmcommands/cast.cs

View Changes:
http://dolserver.svn.sourceforge.net/do ... v&rev=2553
Revision 2552 Commited: 5 days ago By: tolakram
Commit from tolakram

Log Messages
- Bugfix: null path on resync will crash server

Files Changed:
MODIFY - DOLSharp/trunk/GameServer/gameutils/RegionTimersResync.cs

View Changes:
http://dolserver.svn.sourceforge.net/do ... v&rev=2552
Revision 2551 Commited: 5 days ago By: urzaria
Commit from urzaria

Log Messages
- Bugfix: in quest ChildsPlay (Rogue Albion/Midgard)

Files Changed:
MODIFY - DOLSharp/trunk/GameServerScripts/quests/Albion/ChildsPlay.cs
MODIFY - DOLSharp/trunk/GameServerScripts/quests/Midgard/Childs_Play.cs

View Changes:
http://dolserver.svn.sourceforge.net/do ... v&rev=2551
Revision 2550 Commited: 1 week ago By: tolakram
Commit from tolakram

Log Messages
- Bugfix: Do not allow living spells to overwrite each other, even if instant cast
- Bugfix: Correctly clear current spell on LOS check.

- Changed: Mob spells now get the level of the caster rather than always being level 1 (unless someone actually entered the spell into the little used Mob Spell Line). For those of you who have spells attached to mobs this will greatly increase their effectiveness.

Files Changed:
MODIFY - DOLSharp/trunk/GameServer/gameobjects/GameLiving.cs
MODIFY - DOLSharp/trunk/GameServer/gameobjects/GameNPC.cs

View Changes:
http://dolserver.svn.sourceforge.net/do ... v&rev=2550
Revision 2549 Commited: 1 week ago By: tolakram
Commit from tolakram

Log Messages
- Changed: NPC spell cast frequency now checks at a standard 1.5 seconds unless the mob think interval is less.
- Bugfix: PvE server rules checks to make sure mobs not attacking other mobs
- Changed: Error messages and other minor refactoring

Files Changed:
MODIFY - DOLSharp/trunk/GameServer/ai/brain/StandardMobBrain.cs
MODIFY - DOLSharp/trunk/GameServer/gameobjects/GameLiving.cs
MODIFY - DOLSharp/trunk/GameServer/gameobjects/GameNPC.cs
MODIFY - DOLSharp/trunk/GameServer/quests/QuestsMgr/DataQuest.cs
MODIFY - DOLSharp/trunk/GameServer/serverrules/PvEServerRules.cs

View Changes:
http://dolserver.svn.sourceforge.net/do ... v&rev=2549
Revision 2548 Commited: 1 week ago By: tolakram
Commit from tolakram

Log Messages
- Bugfix: Player stats start rising at level 6 instead of level 5.
- Added: Player Reset to reset player to level 1, 0 specpoints, and revert stat gain from leveling.
- Changed: /player level will now use reset when level is reduced.
- Added: TakeDamage that works with AttackData
- Added: IDataQuestStep interface for custom step execution in Data Quests.
- Added: StatToName in global constants
- Bugfix: Check for null zone before checking diving flag
- Changed: Added more error information to 1.105 training handler

Files Changed:
MODIFY - DOLSharp/trunk/GameServer/GameServer.csproj
MODIFY - DOLSharp/trunk/GameServer/GlobalConstants.cs
MODIFY - DOLSharp/trunk/GameServer/commands/gmcommands/Player.cs
MODIFY - DOLSharp/trunk/GameServer/gameobjects/GameLiving.cs
MODIFY - DOLSharp/trunk/GameServer/gameobjects/GameObject.cs
MODIFY - DOLSharp/trunk/GameServer/gameobjects/GamePlayer.cs
MODIFY - DOLSharp/trunk/GameServer/packets/Client/168/RegionChangeRequestHandler.cs
MODIFY - DOLSharp/trunk/GameServer/packets/Server/PacketLib1105.cs
MODIFY - DOLSharp/trunk/GameServer/packets/Server/PacketLib174.cs
MODIFY - DOLSharp/trunk/GameServer/quests/QuestsMgr/DataQuest.cs
ADD - DOLSharp/trunk/GameServer/quests/QuestsMgr/IDataQuestStep.cs
MODIFY - DOLSharp/trunk/GameServer/spells/Animist/SummonAnimistFnF.cs
MODIFY - DOLSharp/trunk/GameServer/spells/ISpellHandler.cs
MODIFY - DOLSharp/trunk/GameServer/spells/SpellHandler.cs

View Changes:
http://dolserver.svn.sourceforge.net/do ... v&rev=2548
Revision 2547 Commited: 1 week ago By: urzaria
Commit from urzaria

Log Messages
- Bugfix: change german language entry
- Changed: its better mount model as a standard horse

Files Changed:
MODIFY - DOLSharp/trunk/GameServer/gameobjects/CustomNPC/GameStableMaster.cs
MODIFY - DOLSharp/trunk/GameServer/language/DE/GameObjects/CustomNPC/GameBoatStableMaster.txt
MODIFY - DOLSharp/trunk/GameServer/language/DE/GameObjects/CustomNPC/GameStableMaster.txt

View Changes:
http://dolserver.svn.sourceforge.net/do ... v&rev=2547
Pages
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 |

Development Navigation

SVN Navigation