Thx 4 share
I've got a question: In KOTH , when u die u have to go to the city (fantasy island), is there any way to res a dead char an teleport it to his team spot?
I try this but it didn't worked:
def onDeath(self, npc, pc, st) :
if rr == 0:
if st.getPlayer() in self.Team1:
SkillTable.getInstance().getInfo(1016,9).getEffects(st.getPlayer(),st.getPlayer())
st.getPlayer.teleToLocation(MNPCX,MNPCY,MNPCZ)#tele to top of mountain
else:
SkillTable.getInstance().getInfo(1016,9).getEffects(st.getPlayer(),st.getPlayer())
st.getPlayer.teleToLocation(144428,161151,-2460)#tele to location A
I've never did something like this so i'm a newby.
Any clues?
Thx
Marcelo