Jump to content
  • 0

[ask] about itemdb script


Question

Posted (edited)
- 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

2 answers to this question

Recommended Posts

  • 0
Posted (edited)


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

Edited by secretdataz
  • Upvote 1
  • 0
Posted
{ .@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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...