Photons Posted December 1, 2013 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 53 Reputation: 0 Joined: 12/13/12 Last Seen: February 19, 2023 Share Posted December 1, 2013 (edited) 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 December 2, 2013 by Patskie Code Quote Link to comment Share on other sites More sharing options...
karazu Posted December 2, 2013 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 374 Reputation: 5 Joined: 03/09/12 Last Seen: June 19, 2018 Share Posted December 2, 2013 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 Quote Link to comment Share on other sites More sharing options...
Question
Photons
Hello need help about my script
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.
Edited by PatskieSolved. Please closed thanks.
Code
Link to comment
Share on other sites
1 answer 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.