Jump to content
  • 0

Ring sprite changer


lieON

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  11/26/16
  • Last Seen:  

Okay guys so I was wondering if someone know how to script a ring (or armor) that when equipped it changes the player sprite into a 3rd job without giving the player the respective skills of that job. Only the sprite (appearance).

 

 

 

rathena.org/board/topic/89456-novicebaby3rd-job-rings/

 

i tried using this post as a guide but the player are still getting the skills tho. Thanks a lot for you time!

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  191
  • Reputation:   24
  • Joined:  07/19/14
  • Last Seen:  

20430,Baby_RKnight_Suit,Baby RKnight Suit,5,0,,200,,0,,1,0xFFFFFFFF,7,2,8192,,60,0,0,{},{changebase 4096;},{changebase class;}
20431,Baby_RGuard_Suit,Baby RGuard Suit,5,0,,200,,0,,1,0xFFFFFFFF,7,2,8192,,60,0,0,{},{changebase 4102;},{changebase class;}
20432,Baby_GLTCross_Suit,Baby GLTCross Suit,5,0,,200,,0,,1,0xFFFFFFFF,7,2,8192,,60,0,0,{},{changebase 4101;},{changebase class;}
20433,Baby_Shura_Suit,Baby Shura Suit,5,0,,200,,0,,1,0xFFFFFFFF,7,2,8192,,60,0,0,{},{changebase 4106;},{changebase class;}
20434,Baby_Shadow_Chaser_Suit,Baby Shadow Chaser Suit,5,0,,200,,0,,1,0xFFFFFFFF,7,2,8192,,60,0,0,{},{changebase 4108;},{changebase class;}
20435,Baby_Mechanic_Suit,Baby Mechanic Suit,5,0,,200,,0,,1,0xFFFFFFFF,7,2,8192,,60,0,0,{},{changebase 4100;},{changebase class;}
20436,Baby_Archbishop_Suit,Baby Archbishop Suit,5,0,,200,,0,,1,0xFFFFFFFF,7,2,8192,,60,0,0,{},{changebase 4099;},{changebase class;}
20437,Baby_Ranger_Suit,Baby Ranger Suit,5,0,,200,,0,,1,0xFFFFFFFF,7,2,8192,,60,0,0,{},{changebase 4098;},{changebase class;}
20438,Baby_Warlock_Suit,Baby Warlock Suit,5,0,,200,,0,,1,0xFFFFFFFF,7,2,8192,,60,0,0,{},{changebase 4097;},{changebase class;}
20439,Baby_Genetic_Suit,Baby Genetic Suit,5,0,,200,,0,,1,0xFFFFFFFF,7,2,8192,,60,0,0,{},{changebase 4107;},{changebase class;}
20440,Baby_Sorcerer_Suit,Baby Sorcerer Suit,5,0,,200,,0,,1,0xFFFFFFFF,7,2,8192,,60,0,0,{},{changebase 4103;},{changebase class;}

 

here..

Edited by Emistry
Please use CODEBOX.
Link to comment
Share on other sites

  • 1

  • Group:  Content Moderator
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  639
  • Reputation:   596
  • Joined:  11/25/11
  • Last Seen:  

Use this command:

*changebase <job ID number>{,<account ID>};

This command will change a character's appearance to that of the specified job class. Nothing but appearance will change.
The command will run for the invoking character unless an account ID is given.

	changebase Job_Novice; // Changes player to Novice sprite.
	changebase Class; // Changes player back to default sprite.



On the Equip/Unequip part of the desired item, it might also need some OnLogin checks, not sure tho.

Edited by Haziel
Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  639
  • Reputation:   596
  • Joined:  11/25/11
  • Last Seen:  

That should work, have you tested it?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  191
  • Reputation:   24
  • Joined:  07/19/14
  • Last Seen:  

3 hours ago, Haziel said:

That should work, have you tested it?

yea. 100%

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

this is giving 3rd job skill also

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  84
  • Reputation:   0
  • Joined:  12/24/13
  • Last Seen:  

On 11/27/2016 at 6:02 AM, Haziel said:

Use this command:


*changebase <job ID number>{,<account ID>};

This command will change a character's appearance to that of the specified job class. Nothing but appearance will change.
The command will run for the invoking character unless an account ID is given.

	changebase Job_Novice; // Changes player to Novice sprite.
	changebase Class; // Changes player back to default sprite.



On the Equip/Unequip part of the desired item, it might also need some OnLogin checks, not sure tho.

Hi, this script is giving skills when you wear it using changebase.

Edited by realRO
typo
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

Real ro... It will show skills and you can even use them with gm Account... Use normal account.. skills are visible but you can't out skill points on them with normal Account

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   1
  • Joined:  12/18/13
  • Last Seen:  

same error, when i use the item and change the job sprite, skills change too. someone have a soluction? for change just the sprite.

Edited by rbO
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...