Galera fiz um teletransporte não disponível Teleport vip, só que é o seguinte eu quero que só para para teleportar estando em party (BOM ATE EU EU CONSEGUI FAZER DE BOA)
Mas o X da questão, que eu realmente quero é que apenas o Líder da festa de para teletransportar uma festa e assim teleportando todos juntos, o que eu fiz cada jogador tem que clica sem NPC para poder teleportar, me perguntei HELP ficaria eternamente grato!
[ENG]
Personal I made a teleport based on the Teleport vip, but that is the following, I want l that only teleport being in party (good to'e here I was able to do)
But the X of the question, what I really want is that only the Leader of PARTY teleport so, teleporting all together, what I did, each player has to click on the NPC to teleport, help me, I would be eternally grateful!
here is my script
qn = "7000_VipTeleport"
class Quest (JQuest) :
def __init__(self,id,name,descr): JQuest.__init__(self,id,name,descr)
def onAdvEvent (self,event,npc,player):
party = player.getParty()
if event:
party = player.getParty()
if not party: return "no-party.htm"
if party.getMemberCount() != 3: return "only-two.htm"
player.teleToLocation(210989, 55033, -14886)
return "registered.htm"
return event
def onTalk (self,npc,player):
st = player.getQuestState(qn)
if not st :
return ""
return "20712-1.htm"
QUEST = Quest(-1,qn,"Teleports")
QUEST.addStartNpc(7077)
QUEST.addTalkId(7077)
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
@Hitcher I agree 100%! Are you running a live server using MyExt64 or just experimenting? I'm currently creating my IDA db's so i can start adding more stuff into the extender.
I don't understand why you are so offended and aggressive, who allowed you to disrespect me or call me in any way? Did I insulted you? You act like a angry kid, grow up boy.
@Maxtor@Celestino
The administrators of this forum can access everything I've sent...
Your move won't work on me. Hahahaha!
Getting into the parameters and editing the HTMLs of websites and claiming it's real used to be really cool among true friends.
@jtos So, is this also true? 🤣😂🤣😂🤣😂🤣
Your joke still hasn't been better than mine. Hahahah!
Question
legend19
[BR]
Galera fiz um teletransporte não disponível Teleport vip, só que é o seguinte eu quero que só para para teleportar estando em party (BOM ATE EU EU CONSEGUI FAZER DE BOA)
Mas o X da questão, que eu realmente quero é que apenas o Líder da festa de para teletransportar uma festa e assim teleportando todos juntos, o que eu fiz cada jogador tem que clica sem NPC para poder teleportar, me perguntei HELP ficaria eternamente grato!
[ENG]
Personal I made a teleport based on the Teleport vip, but that is the following, I want l that only teleport being in party (good to'e here I was able to do)
But the X of the question, what I really want is that only the Leader of PARTY teleport so, teleporting all together, what I did, each player has to click on the NPC to teleport, help me, I would be eternally grateful!
here is my script
qn = "7000_VipTeleport" class Quest (JQuest) : def __init__(self,id,name,descr): JQuest.__init__(self,id,name,descr) def onAdvEvent (self,event,npc,player): party = player.getParty() if event: party = player.getParty() if not party: return "no-party.htm" if party.getMemberCount() != 3: return "only-two.htm" player.teleToLocation(210989, 55033, -14886) return "registered.htm" return event def onTalk (self,npc,player): st = player.getQuestState(qn) if not st : return "" return "20712-1.htm" QUEST = Quest(-1,qn,"Teleports") QUEST.addStartNpc(7077) QUEST.addTalkId(7077)
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.