1 person party script
Posted: Mon Sep 17, 2012 6:37 am
I would really enjoy, along with many others, a script to make it so that no matter what, the party is one person.
Code: Select all
party:getChampion(2):setEnabled(false)
party:getChampion(3):setEnabled(false)
party:getChampion(4):setEnabled(false)
Currently there classes are hardcoded into the game and multiclasses are thus not possible. The best way to delete an item or a monster at the moment is to teleport it away to a secure location in some corner of the map.lowzei wrote:When you're doing a 1 person party, can you also allow making it a multiple class character?
And as for removing: How can you delete entities (items, monsters)?
Oh, I see. With alcoves you can't teleport items away so there's no way to remove them from there at the moment. The ability to do so is on our todo list but bugs and more major issues take priority though.lowzei wrote:Hmm, i'm not sure how to do it. For instance i want the player to place a number of certain items on an altar. If he reaches that number i want to remove all the items he put on there and replace them with a reward. Is this currently possible?