Jump to content
  • 0

3rd Job Suit Item


Jhosef

Question


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  299
  • Reputation:   5
  • Joined:  04/05/12
  • Last Seen:  

I want to Request a Item that Can be Suit to 3rd Job

Like

Lord Knight

when equips the Item

it will be Become a Rune Knight Sprite

Link to comment
Share on other sites

20 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  658
  • Reputation:   57
  • Joined:  11/20/11
  • Last Seen:  

You should use the Search function before posting new Topics!

It's easy to do this,you'll just need a normal item script like this :

30001,Rune_Knight_Armor,Rune Knight Armor,5,0,,2800,,55,,1,0xFFFFFFFE,2,2,16,,1,1,0,{},{ changebase RUNEKNIGHTJOBIDHERE; },{ changebase Class; }

You'll just have to edit the RUNEKNIGHTJOBIDHERE to the Rune Knight Job ID.

Link to comment
Share on other sites

  • 1

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

If you want 1 item for all classes, I think this should work...

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   1
  • Joined:  03/18/15
  • Last Seen:  

Quote

skill i,n;    Gives skill #i at level n (supports skill names)

how about script when you equip the item's. it will give you randomly trans sprite??

example

name of headgear: custom01 

script> every 3 sec. the sprite will change into random sprite of trans sprite also

Edited by pukapukay
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   1
  • Joined:  03/18/15
  • Last Seen:  

how about script when you equip the item's. it will give you randomly trans sprite??

example

name of headgear: custom01 

script> every 3 sec. the sprite will change into random sprite of trans sprite also

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.01
  • Content Count:  28
  • Reputation:   0
  • Joined:  02/14/18
  • Last Seen:  

Hi @Euphy ..ive used your script ,.its only working for transjob ... how can i add EAJL_2_1 to the script to make it compatible with trans and expanded class ?? thankyou

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  117
  • Topics Per Day:  0.03
  • Content Count:  312
  • Reputation:   34
  • Joined:  10/15/12
  • Last Seen:  

On 6/8/2012 at 12:37 AM, Euphy said:

If you want 1 item for all classes, I think this should work...

 


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

 

How to use this and make a 3rd job baby suit for every class?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.02
  • Content Count:  65
  • Reputation:   1
  • Joined:  04/04/19
  • Last Seen:  

I have a question sir regarding this thread .. How to restrict other class on using job suit that is not theirs ...like example i have Rune Knight 3rd job suit ..but my job is Sniper ...howll i put restriction so my sniper wont become RK when using it

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

7 hours ago, erMigs said:

I have a question sir regarding this thread .. How to restrict other class on using job suit that is not theirs ...like example i have Rune Knight 3rd job suit ..but my job is Sniper ...howll i put restriction so my sniper wont become RK when using it

Edit the item database for it. Make it only wearable for your specific classes.

and don't go reviving old topics.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.15
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

On 6/8/2012 at 12:37 AM, Euphy said:

If you want 1 item for all classes, I think this should work...

 


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

 

why in the novice and 1st job classes theres an error

[Error]: status_set_viewdata (PC): No view data for class -1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  299
  • Reputation:   5
  • Joined:  04/05/12
  • Last Seen:  

is this no skill ????

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:  

Tested, it works. It's just a sprite change, no skills.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  299
  • Reputation:   5
  • Joined:  04/05/12
  • Last Seen:  

thanks

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  142
  • Topics Per Day:  0.03
  • Content Count:  511
  • Reputation:   7
  • Joined:  02/15/12
  • Last Seen:  

Where can I find the ID of the jobs? And can give me a sample of that item script?

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:  

@Paulinds: Use the code I posted (that is the itemscript). It will work for every class that has a third job... though I haven't tested it on classes without one (it shouldn't cause errors).

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  142
  • Topics Per Day:  0.03
  • Content Count:  511
  • Reputation:   7
  • Joined:  02/15/12
  • Last Seen:  

@Euphy

Okay okay, 1 last question, what is the directory of GM Suit folder? XD Cause I want to my custom GM Sprite in my server

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  142
  • Topics Per Day:  0.03
  • Content Count:  511
  • Reputation:   7
  • Joined:  02/15/12
  • Last Seen:  

Example I got Yondaime.spr and .act

where do I put them? What is the exact name of Folder?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  658
  • Reputation:   57
  • Joined:  11/20/11
  • Last Seen:  

So you want your Yondaime Sprite to be your GM Sprite. Just go to your RO Folder/data/sprite/Àΰ£Á·/¸öÅë/³²/¿î¿µÀÚ_³²

That's the path to the GM Sprite.

Now rename your Yondaime.spr and Yondaime.act to ¿î¿µÀÚ_³².spr and to ¿î¿µÀÚ_³².act , then replace them in that folder.

The restart your client,login and you should look like your Yondaime Class now.

  • MVP 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  299
  • Reputation:   5
  • Joined:  04/05/12
  • Last Seen:  

Up this..

how about when i equip that then i will get a skill like

in High Priest when i equip the 3rd Job Suit i will get the Astrodamus skill

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:  

skill i,n;    Gives skill #i at level n (supports skill names)

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