Jump to content
  • 0

Super Novice War


manabeast

Question


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

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 manabeast
Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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";

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  626
  • Reputation:   188
  • Joined:  11/19/11
  • Last Seen:  

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;" /hmm.

Regards,

Chris

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

Oh...thank for that chris...i missed that part....

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

 
- 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.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

WOE Time ? just adjust it using your WOE Setter .....

  • Upvote 1
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...