lieON Posted November 26, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 1 Reputation: 0 Joined: 11/26/16 Last Seen: November 26, 2016 Share Posted November 26, 2016 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! Quote Link to comment Share on other sites More sharing options...
0 HappyMan Posted November 29, 2016 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 191 Reputation: 25 Joined: 07/19/14 Last Seen: June 26, 2019 Share Posted November 29, 2016 (edited) 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 November 29, 2016 by Emistry Please use CODEBOX. Quote Link to comment Share on other sites More sharing options...
1 Haziel Posted November 26, 2016 Group: Content Moderator Topic Count: 22 Topics Per Day: 0.00 Content Count: 639 Reputation: 609 Joined: 11/25/11 Last Seen: March 7 Share Posted November 26, 2016 (edited) 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 November 26, 2016 by Haziel Quote Link to comment Share on other sites More sharing options...
0 Haziel Posted November 29, 2016 Group: Content Moderator Topic Count: 22 Topics Per Day: 0.00 Content Count: 639 Reputation: 609 Joined: 11/25/11 Last Seen: March 7 Share Posted November 29, 2016 That should work, have you tested it? Quote Link to comment Share on other sites More sharing options...
0 HappyMan Posted November 29, 2016 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 191 Reputation: 25 Joined: 07/19/14 Last Seen: June 26, 2019 Share Posted November 29, 2016 3 hours ago, Haziel said: That should work, have you tested it? yea. 100% Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted December 8, 2016 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted December 8, 2016 this is giving 3rd job skill also Quote Link to comment Share on other sites More sharing options...
0 realRO Posted January 16, 2017 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 84 Reputation: 0 Joined: 12/24/13 Last Seen: June 13, 2017 Share Posted January 16, 2017 (edited) 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 January 16, 2017 by realRO typo Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted January 16, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted January 16, 2017 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 Quote Link to comment Share on other sites More sharing options...
0 rbO Posted June 22, 2020 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 52 Reputation: 1 Joined: 12/18/13 Last Seen: July 10, 2020 Share Posted June 22, 2020 (edited) 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 June 22, 2020 by rbO Quote Link to comment Share on other sites More sharing options...
Question
lieON
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.