Jump to content
  • 0

[ask] about itemdb script


Akbare

Question


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  491
  • Reputation:   19
  • Joined:  11/19/11
  • Last Seen:  

- Tao Gunka (4302)
Def -40 Mdef -40
Max HP 100% for all rebirth job
Max HP 150% for all Extended job
 
this my script and not work :
 
i try for ranger only, why not work ??
{ if(BaseJob==Job_Ranger) {bonus bMaxHPrate,100;} bonus bMdef,-40; bonus bDef,-40; },{},{}
BaseJob==Job_Ranger
BaseClass==Job_Ranger

and same not work

 

and not work for ranger job

 

maybe someone can help me

btw how to create for all rebirth job ??
 
thanks for advance
Edited by Akbare
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   431
  • Joined:  01/26/16
  • Last Seen:  


{ .@eaj=eaclass(); if((.@eaj&EAJL_UPPER)){ .@mhp = 100; } if(roclass(.@eaj&EAJL_UPPER) == 0){ .@mhp = 150; } bonus bMaxHPRate,.@mhp; }

Edited by secretdataz
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  491
  • Reputation:   19
  • Joined:  11/19/11
  • Last Seen:  

{ .@eaj=eaclass(); if((.@eaj&EAJL_UPPER)){ .@mhp = 100; } if(roclass(.@eaj&EAJL_UPPER) == -1){ .@mhp = 150; } bonus bMaxHPRate,.@mhp; }

 

thanks sir. work now  /no1  /ok

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