Jump to content
  • 0

Need script 2nd job WoE. Thanks.


rafieazri

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  10/23/12
  • Last Seen:  

I need script for woe 2nd class only from knight(7) to dancer(20). thanks

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  11/17/16
  • Last Seen:  

On 11/5/2012 at 4:20 PM, Emistry said:

@Emistry

Can i include item restrictions here too? with an array? or i need to use a separate script for it.

https://rathena.org/board/index.php?/files/file/2496-%7B?%7D/

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  331
  • Reputation:   63
  • Joined:  11/29/11
  • Last Seen:  

- script SecondWoe -1,{
OnPCLoadMapEvent:
if (strcharinfo(3)!="mapname") end;
if (Class>6 && Class< 21) end;
else {
 dispbottom "Only 2nd Job Allowed.";
 warp "savepoint",0,0;
}
}
mapname mapflag loadevent

change mapname with any castle map.

EDIT:

If there is same castle map available to all jobs in different time, then it will not allow them to enter, then add a time check in the script.

Hope you understand.

Btw you posted on wrong section.Correct Section = Script Requests

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  10/23/12
  • Last Seen:  

thx ^_^ for help me..

Link to comment
Share on other sites


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

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