Jump to content
  • 0

PvP / GvG Watch


Photons

Question


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  53
  • Reputation:   0
  • Joined:  12/13/12
  • Last Seen:  

Hello need help about my script

aldeg_cas05,24,99,4 script GvG/PvP Watch NPC 415,{
warp "guild_vs3", 0, 0;
announce ""+ strcharinfo(0) +" has entered the PVP room!",bc,0x33FF33;
sc_start SC_NOCHAT,60,0;
atcommand "@hide" +strcharinfo (0);
setoption 0x40;
savepoint "sec_pri",23,61;
end;
}

sec_pri,23,61,4 script Unmute NPC 555,{
sc_end SC_NOCHAT,-1;
warp "prontera", 0, 0;
end;
}

whenever relog, i will go straight to sec_pri 23,61 right, and then when i talk to NPC I will be warp out and still be muted, anyone can help me? thank you.
Solved. Please closed thanks.

Edited by Patskie
Code
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  57
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   5
  • Joined:  03/09/12
  • Last Seen:  

Hello need help about my script

aldeg_cas05,24,99,4 script GvG/PvP Watch NPC 415,{

warp "guild_vs3", 0, 0;

announce ""+ strcharinfo(0) +" has entered the PVP room!",bc,0x33FF33;

sc_start SC_NOCHAT,60,0;

atcommand "@hide" +strcharinfo (0);

setoption 0x40;

savepoint "sec_pri",23,61;

end;

}

sec_pri,23,61,4 script Unmute NPC 555,{

sc_end SC_NOCHAT,-1;

warp "prontera", 0, 0;

end;

}

whenever relog, i will go straight to sec_pri 23,61 right, and then when i talk to NPC I will be warp out and still be muted, anyone can help me? thank you.

Solved. Please closed thanks.

Its because your save point is sec_pri

savepoint "sec_pri",23,61;

please change it

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...