manabeast Posted December 16, 2011 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 Share Posted December 16, 2011 (edited) can i request a guild war script for super novice and the woe will on every Monday ? if you can give me the script mind tell me where to change the castle for the war? Edited February 21, 2012 by manabeast Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 18, 2011 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted December 18, 2011 try this - script Sample -1,{ OnPCLoadMapEvent: if( strcharinfo(3) == .Map$ && Class != 23 ){ mes "Only Super Novice can join this war."; next; warp "prontera",155,181; } end; OnInit: set .Map$,"prtg_cas01"; setmapflag .Map$,mf_loadevent; } . change the map name here set .Map$,"prtg_cas01"; 1 Quote Link to comment Share on other sites More sharing options...
llchrisll Posted December 19, 2011 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 626 Reputation: 189 Joined: 11/19/11 Last Seen: March 25 Share Posted December 19, 2011 try this - script Sample -1,{ OnPCLoadMapEvent: if( strcharinfo(3) == .Map$ && Class != 23 ){ mes "Only Super Novice can join this war."; next; warp "prontera",155,181; } end; OnInit: set .Map$,"prtg_cas01"; setmapflag .Map$,mf_loadevent; } . change the map name here set .Map$,"prtg_cas01"; You forgot about the day check^^ Add after "OnPCLoadMapEvent:" if(gettime(4) != 1) end; Also I would put an "end;" after the "setmapflag .Map$,mf_loadevent;" . Regards, Chris 1 Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 19, 2011 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted December 19, 2011 Oh...thank for that chris...i missed that part.... 1 Quote Link to comment Share on other sites More sharing options...
manabeast Posted December 20, 2011 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 Author Share Posted December 20, 2011 - script Sample -1,{ OnPCLoadMapEvent: if(gettime(4) != 1) end; if( strcharinfo(3) == .Map$ && Class != 23 ){ mes "Only Super Novice can join this war."; next; warp "prontera",155,181; } end; OnInit: set .Map$,"prtg_cas01"; setmapflag .Map$,mf_loadevent; end; } oh. this forum no notice on my post have ppl annouse. i also forgot about this post. thx xD! you are awesome this is change map set .Map$,"prtg_cas01"; for change woe time where?erm i wan every Monday woe. time is 10~11 pm. Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 21, 2011 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted December 21, 2011 WOE Time ? just adjust it using your WOE Setter ..... 1 Quote Link to comment Share on other sites More sharing options...
manabeast Posted February 21, 2012 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 Author Share Posted February 21, 2012 thanks Quote Link to comment Share on other sites More sharing options...
Question
manabeast
can i request a guild war script for super novice and the woe will on every Monday ? if you can give me the script mind tell me where to change the castle for the war?
Edited by manabeastLink to comment
Share on other sites
6 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.