Jump to content
  • 0

script that make a 3rd job class without the 3rd job skill


Famous

Question


  • Group:  Members
  • Topic Count:  145
  • Topics Per Day:  0.03
  • Content Count:  455
  • Reputation:   3
  • Joined:  06/19/12
  • Last Seen:  

I need a script that the 3rd job skill are disable and how to make the trans job become a 3rd job via quest??

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


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

Easy way: create a "Third Job Suit" custom item with the following script:

{},{ changebase roclass(eaclass()|EAJL_THIRD); },{ changebase Class; }

Hard way: delete all the skill entries for third jobs in /db/ and /db/(pre-)re/.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   0
  • Joined:  06/01/12
  • Last Seen:  

sir euphy.

does

{},{ changebase roclass(eaclass()|EAJL_THIRD); },{ changebase Class; }

works only if you have 3rdjob sprites in your grf?

may i have the sprites sir?

Thanks.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

Extract it from rdata.grf. The GRFs I found on eAthena only seem to "replace" Trans class sprites with Third Jobs. Thus you're better off extracting the sprites from the rdata.grf.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  01/04/12
  • Last Seen:  

ist better to follow the mapflag on trunk/db/skill_nocast_db.

// Example:

// 8,6 = Endure cannot be used in PvP and GvG maps (2+4)
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   0
  • Joined:  06/01/12
  • Last Seen:  

Do We Need the 3rd job sprites?

even if im using rathena svn. and not 3ceam?

can anyone post the 3rd job sprites. thnx

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  554
  • Reputation:   70
  • Joined:  04/04/12
  • Last Seen:  

Do We Need the 3rd job sprites?

even if im using rathena svn. and not 3ceam?

can anyone post the 3rd job sprites. thnx

the sprites are on your grf..if you have at least an update grf files..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   0
  • Joined:  06/01/12
  • Last Seen:  

It is located at data/sprite/Àΰ£Á·/¸öÅë/

right?

I already have the sprites. but when i equipped the item. nothing happen.

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