40
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 19, 2024 — Nov 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implemented Creature.hasNpcFlag, Creature.setNpcFlag, Creature.removeNpcFlag methods in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
ArcPyCreature is an ArcPyUnit
dfighter
as dfighter1985
More... over 2 years ago
Implemented Object.getOrientation method in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
ArcPyGameObject is now a subclass of ArcPyObject
dfighter
as dfighter1985
More... over 2 years ago
ArcPyCreature is an ArcPyObject too
dfighter
as dfighter1985
More... over 2 years ago
Added Arcemu Object class to Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
Implemented Creature class in Arcemu Python Engine. Python Unit methods that require a Creature are now in this class.
dfighter
as dfighter1985
More... over 2 years ago
Implemented addItem, removeItem, hasItem Player methods in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
Cast spell and send page text even if activating by opening a lock
dfighter
as dfighter1985
More... over 2 years ago
This was removed a long time ago
dfighter
as dfighter1985
More... over 2 years ago
Don't be so rude, just remove it
dfighter
as dfighter1985
More... over 2 years ago
Send guild MOTD using the Messenger
dfighter
as dfighter1985
More... over 2 years ago
Send learned dance moves with the Messenger
dfighter
as dfighter1985
More... over 2 years ago
Send this packet with the Messenger as well
dfighter
as dfighter1985
More... over 2 years ago
Write these out so the intention is obvious
dfighter
as dfighter1985
More... over 2 years ago
Forgot the comment
dfighter
as dfighter1985
More... over 2 years ago
Refactoring: Use a separate method to assemble and send this packet.
dfighter
as dfighter1985
More... over 2 years ago
Implemented GossipMenu.addQuests function in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
Let's use the messenger here too.
dfighter
as dfighter1985
More... over 2 years ago
Added .debug triggercinematic <cinematicId> chat command.
dfighter
as dfighter1985
More... over 2 years ago
Implemented Player.sendCinematic in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
Implemented Player.sendMovie in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
Arcemu Python Engine function Unit.castSpell can now be used to cast a spell on another Unit.
dfighter
as dfighter1985
More... over 2 years ago
Implemented Unit.castSpell( spellId, triggered ) in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
Vehicle menu items are in their own submenu now.
dfighter
as dfighter1985
More... over 2 years ago
Implemented Unit.getFaction function in Arcemu Python Engine
dfighter
as dfighter1985
More... over 2 years ago
ArcPyPlayer is now a subclass of ArcPyUnit, which means Player can now call Unit methods in Python scripts without casting.
dfighter
as dfighter1985
More... over 2 years ago
createArcPyPlayer should take a Player and set it's pointer.
dfighter
as dfighter1985
More... over 2 years ago
createArcPyUnit should take a Unit* and set the unit pointer.
dfighter
as dfighter1985
More... over 2 years ago
Separate dev and prod Arcemu Python Engine scripts, so that prod ones can be always installed.
dfighter
as dfighter1985
More... over 2 years ago