Jump to content
  • 0

Need help regarding this Script by Emistry


Jezu

Question


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  566
  • Reputation:   34
  • Joined:  11/17/11
  • Last Seen:  

Special mention to Master @Emistry for making this script and it help me a lot! But there is a little problem..

How do I make this script that only 3rd class affect.

-	   script  Reset   -1,{
OnPCLoginEvent:
if( JobLevel >= 70 ){
    set JobLevel,50;
	resetskill;
	set SkillPoint,168;
}
end;
}

Thanks in advance guys!

Edited by Jezu
Link to comment
Share on other sites

4 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:  

if( Upper > 3 && JobLevel >= 70 ){

Sry..doesnt know this has been changed in rAthena.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

@Emistry: Doesn't "upper" only output a value 0~2? o:

if (Class > 4049) end;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   104
  • Joined:  11/19/11
  • Last Seen:  

if(eaclass()&EAJL_THIRD && JobLevel >= 70){
}

Edited by QQfoolsorellina
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  566
  • Reputation:   34
  • Joined:  11/17/11
  • Last Seen:  

if(eaclass()&EAJL_THIRD && JobLevel >= 70){
}

I'll this this one.. the one with Emistry is not working.. I'll try also what Euphy's suggested

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