SlashGeeGee Posted February 23, 2013 Group: Members Topic Count: 111 Topics Per Day: 0.02 Content Count: 573 Reputation: 20 Joined: 11/19/11 Last Seen: October 24, 2014 Share Posted February 23, 2013 Hello rA. It's been a while. I want to request a script that when a gm whispered to "GO" the NPC , warps will be activated and also a whisper "END" for deactivation of the warps. Here are the warps : endless_war,90,86,0 warp endlesswar01 2,2,endless_war,97,86 endless_war,165,86,0 warp endlesswar02 2,2,endless_war,158,86 Hope someone will help me Thanks in Advance SlashGeeGee Quote Link to comment Share on other sites More sharing options...
Capuche Posted February 25, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted February 25, 2013 There was an error http://pastebin.com/raw.php?i=83UpTvTf Quote Link to comment Share on other sites More sharing options...
DJFUNK Posted February 23, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 115 Reputation: 4 Joined: 10/25/12 Last Seen: August 31, 2023 Share Posted February 23, 2013 I think, you better use the NPC script, That you can modify. not a warp script. such like this: endless_war,90,86,0 script endleswarp01 45,2,2,{ OnTouch: warp "endless_war",97,86; } Here's. Not tested, but it should work endless_war,90,86,0 script endleswarp01 45,2,2,{ OnTouch: warp "endless_war",97,86; OnWhisperGlobal: if (@whispervar0$ == "GO") enablenpc strnpcinfo(0); if (@whispervar0$ == "END") disablenpc strnpcinfo(0); end; OnInit: disablenpc strnpcinfo(0); } Quote Link to comment Share on other sites More sharing options...
Capuche Posted February 23, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted February 23, 2013 (edited) endless_war,90,86,0 warp endlesswar01 2,2,endless_war,97,86 endless_war,165,86,0 warp endlesswar02 2,2,endless_war,158,86 - script hjkl -1,{ OnWhisperGlobal: if ( @whispervar0$ == "menu" ) { set .@s, select( .npcname$ ) -1; if( select( "Enable "+ .npcname$[ .@s ] , "Disable "+ .npcname$[ .@s ] ) -1 ) disablenpc .npcname$[ .@s ]; else enablenpc .npcname$[ .@s ]; } else dispbottom "Usage : npc:"+ strnpcinfo(0) +" + menu"; end; OnInit: setarray .@tmp$, "endlesswar01","endlesswar02";// NPC name in menu set .npcname$, implode( .@tmp$, "|" ); end; } Edited February 23, 2013 by Capuche Quote Link to comment Share on other sites More sharing options...
caspa Posted February 25, 2013 Group: Members Topic Count: 194 Topics Per Day: 0.04 Content Count: 499 Reputation: 3 Joined: 03/11/12 Last Seen: September 18, 2023 Share Posted February 25, 2013 i have error sir..... Quote Link to comment Share on other sites More sharing options...
SlashGeeGee Posted February 25, 2013 Group: Members Topic Count: 111 Topics Per Day: 0.02 Content Count: 573 Reputation: 20 Joined: 11/19/11 Last Seen: October 24, 2014 Author Share Posted February 25, 2013 i have error sir..... yeah I got this error to when testing it. Quote Link to comment Share on other sites More sharing options...
caspa Posted February 25, 2013 Group: Members Topic Count: 194 Topics Per Day: 0.04 Content Count: 499 Reputation: 3 Joined: 03/11/12 Last Seen: September 18, 2023 Share Posted February 25, 2013 There was an error http://pastebin.com/raw.php?i=83UpTvTf thanks sir..... this script works out for me..... Quote Link to comment Share on other sites More sharing options...
SlashGeeGee Posted February 25, 2013 Group: Members Topic Count: 111 Topics Per Day: 0.02 Content Count: 573 Reputation: 20 Joined: 11/19/11 Last Seen: October 24, 2014 Author Share Posted February 25, 2013 There was an error http://pastebin.com/raw.php?i=83UpTvTf Thanks Capuche . REQUEST Done ! Quote Link to comment Share on other sites More sharing options...
Question
SlashGeeGee
Hello rA. It's been a while. I want to request a script that when a gm whispered to "GO" the NPC , warps will be activated and also a whisper "END" for deactivation of the warps.
Here are the warps :
Hope someone will help me
Thanks in Advance
SlashGeeGee
Link to comment
Share on other sites
7 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.