forked from cmangos/mangos-classic
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix Immersive.SharedXpPercentLevelDiff must be int32 to allow negatives #81
Open
ike3
wants to merge
187
commits into
celguar:ike3-bots
Choose a base branch
from
ike3:issue/immersive-level-fix
base: ike3-bots
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Core changes for playerbots Update Bots Update Bots
Remove Wait for Ress on revive Fix Teleport notify (from vmangos) Get BG object function from vmangos Fix lfg channel flag Additional ike3 bots mods Remove Wait for Ress on revive Fix Teleport notify (from vmangos) Get BG object function from vmangos Fix lfg channel flag Update Bots
Get Queue info functions (plr/grp) Load Meeting Stone info (for bots usage) LFG: use player's talents to define his role LFG: meeting stone queue dbscript support LFG: Consider paladin a healer if he has no talents picked Less strict role check if player is more than 5 minutes in queue Fix kicked from group message Fix LFG leaving message if you are leader Fix lfg notify when joining grp Use a config for LFG matchmaking Teleport to Meeting stone if eneabled Lfg coding style LFG enum rename Lfg fix
AV fixes: Fix GY act like towers and vice versa Fix WorldState (map icon) update on status change Fix strange numbers in empty score list Fix Alterac Valley mines to be neutral Fix fire not spawning after captain kill define bones owner to playerguid Port BG corpse looting from vmangos AB fixes: Fix AB base graveyard BG fixes AV fixes: Fix GY act like towers and vice versa Fix WorldState (map icon) update on status change Fix strange numbers in empty score list Fix Alterac Valley mines to be neutral Fix fire not spawning after captain kill define bones owner to playerguid Port BG corpse looting from vmangos AB fixes: Fix AB base graveyard Fix GO collision height backport from tbc, fixes BG traps and maybe something else Fix Aura with immunity self remove Fix BG Looting Fix to work on non released players Fix to instantly show loot to player Add comment to bg loot Fix Spirit of redemption self kill count
Fix crash Crashfix MovementGenerator Crashfix (thx blitzi) Fix crash in player relocation Fix crash in targeted movement generator log Fix null ptr crash Temp fix for bg event crash BG: don't let player enter already finished BG temp fix for saveall crash Dont send destroy packer if wrong map Fix friend notification freeze Fix crash in BG Fix group update flags Port from vmangos Fix spell interrupt packet Port from vmangos Remove possible memory leak crashfix attempt Group update fix
Save some info into armory feed Includes bosses killed, items Save more stats to database Instant taxi option Option to make players on taxi visible from afar Add RU Locale support Solocraft port by niam Fix Seal of Righteousness damage Fix DynamicObjects collision height not defined, causes AoE like blizzard not work in most cases Handle extra attack in Unit::Update Fix Reckoning talent (port from vmangos) Fix visibility of far objects Set door/flags to have maximum distance Fix "large" objects getting lower visibility (200y) than BG (533y) Fix necropolis visibility Fix scourge invasion spam mail every server start Fix reset instances menu availability AQ effort enable/disable config AQ effort rates config Fix aq gates state change Fix trainer list showing red spells as green Use SMSG_TRAINER_BUY_FAILED on failed trainer buy Fix ready check Fix aq effort rates Fix far objects visibility Show areatrigger message if condition is not met AQ gates condition support Fix merge
Port from Sunstrider Core Kick and save on map crash and try to restore Speed up instances update (disabled) Allow kicking to character screen without closing session
command to enable collector's edition config to enable it for all by default
(cherry picked from commit 620b283)
(cherry picked from commit 3ceb9a2)
…the server is shut down)
Co-Authored-By: killerwife <[email protected]>
Co-Authored-By: killerwife <[email protected]>
Co-Authored-By: killerwife <[email protected]>
from vmangos, fixes Tracking button on minimap in Classic client and maybe something else
from vmangos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is basically a bugfix to allow bots with higher level to get shared xp/money/rep
I think it is better to change the algorithm in the code than allow this settings to be negative, but this is old tested fix from original repo.