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