40
I Use This!
Very Low Activity

Commits : Listings

Analyzed 16 minutes ago. based on code collected 17 minutes ago.
Nov 19, 2024 — Nov 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implemented Object.getFloatValue() method in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
Implemented Unit.setChannelSpellTargetGUID() and Unit.setChannelSpellId() methods in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
Implemented Unit.getTargetGUID() method in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
Implemented Unit.setTargetGUID() method in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
Implemented MapMgr.getUnit() method in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
Implemented optional Hardcore Mode. If enabled, player death will mean immediate kick from the server and character deletion.
dfighter
as dfighter1985
More... over 2 years ago
Implemented MapMgr.spawnGameObject() method in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
Moved this method to ArcPyObject as it's applicable to all Objects not just Units
dfighter
as dfighter1985
More... over 2 years ago
Need to throw errors here too
dfighter
as dfighter1985
More... over 2 years ago
Implemented GameObject.despawn() method in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
Implemented Unit.root() and Unit.unroot() methods in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
Implemented Spell.cancel() method in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
Implemented Object.setFloatValue() method in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
Implemented Object.setUInt64Value() method in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
Implemented Object.setUInt32Value() method in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
Implemented MapMgr.spawnCreature() method in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
Forgot to include the copyright header...
dfighter
as dfighter1985
More... over 2 years ago
Implemented MapMgr class to Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
These are the other way around
dfighter
as dfighter1985
More... over 2 years ago
Added a damage unit debug command which can help with testing
dfighter
as dfighter1985
More... over 2 years ago
Implemented Creature.setNextTarget() method in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
Implemented Creature.wipeTargetList() method in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
When enabling combat in a MoonScriptCreatureAI script, enable the AI as well. AI is disabled by default for not attackable spawns. Fixes Illidan not entering combat when Akama attacks him.
dfighter
as dfighter1985
More... over 2 years ago
Don't spam onhit message
dfighter
as dfighter1985
More... over 2 years ago
These should actually wipe the target list
dfighter
as dfighter1985
More... over 2 years ago
These two methods do the same, let's only keep one of them
dfighter
as dfighter1985
More... over 2 years ago
It's quite pointless to reset the threat values on the target list, after wiping the target list...
dfighter
as dfighter1985
More... over 2 years ago
These delegate methods are not needed
dfighter
as dfighter1985
More... over 2 years ago
Implemented Creature.getSecondMostHated() method in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
Implemented Creature.getMostHated() method in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago