Jhosef Posted June 7, 2012 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 299 Reputation: 5 Joined: 04/05/12 Last Seen: September 9, 2012 Share Posted June 7, 2012 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 Quote Link to comment Share on other sites More sharing options...
Rikimaru Posted June 7, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 658 Reputation: 57 Joined: 11/20/11 Last Seen: July 1, 2017 Share Posted June 7, 2012 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. Quote Link to comment Share on other sites More sharing options...
1 Euphy Posted June 7, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted June 7, 2012 If you want 1 item for all classes, I think this should work... {},{ changebase roclass(eaclass()|EAJL_THIRD); },{ changebase Class; } Quote Link to comment Share on other sites More sharing options...
0 pukapukay Posted October 1, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 30 Reputation: 1 Joined: 03/18/15 Last Seen: February 1 Share Posted October 1, 2017 (edited) 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 October 1, 2017 by pukapukay Quote Link to comment Share on other sites More sharing options...
0 pukapukay Posted October 3, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 30 Reputation: 1 Joined: 03/18/15 Last Seen: February 1 Share Posted October 3, 2017 how about script when you equip the item's. it will give you randomly trans sprite??examplename of headgear: custom01 script> every 3 sec. the sprite will change into random sprite of trans sprite also Quote Link to comment Share on other sites More sharing options...
0 shironaito22 Posted April 9, 2018 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 28 Reputation: 0 Joined: 02/14/18 Last Seen: February 21 Share Posted April 9, 2018 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 Quote Link to comment Share on other sites More sharing options...
0 iubantot Posted June 11, 2018 Group: Members Topic Count: 117 Topics Per Day: 0.03 Content Count: 312 Reputation: 34 Joined: 10/15/12 Last Seen: January 7 Share Posted June 11, 2018 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? Quote Link to comment Share on other sites More sharing options...
0 ShiroNaito Posted April 18, 2019 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 65 Reputation: 1 Joined: 04/04/19 Last Seen: May 27, 2021 Share Posted April 18, 2019 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 Quote Link to comment Share on other sites More sharing options...
0 crazyarashi Posted April 18, 2019 Group: Developer Topic Count: 50 Topics Per Day: 0.02 Content Count: 776 Reputation: 238 Joined: 02/11/17 Last Seen: 11 hours ago Share Posted April 18, 2019 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. Quote Link to comment Share on other sites More sharing options...
0 Sallycantdance Posted January 26, 2021 Group: Members Topic Count: 224 Topics Per Day: 0.14 Content Count: 796 Reputation: 12 Joined: 12/04/20 Last Seen: 5 hours ago Share Posted January 26, 2021 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 Quote Link to comment Share on other sites More sharing options...
Jhosef Posted June 7, 2012 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 299 Reputation: 5 Joined: 04/05/12 Last Seen: September 9, 2012 Author Share Posted June 7, 2012 is this no skill ???? Quote Link to comment Share on other sites More sharing options...
Euphy Posted June 7, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted June 7, 2012 Tested, it works. It's just a sprite change, no skills. Quote Link to comment Share on other sites More sharing options...
Jhosef Posted June 7, 2012 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 299 Reputation: 5 Joined: 04/05/12 Last Seen: September 9, 2012 Author Share Posted June 7, 2012 thanks Quote Link to comment Share on other sites More sharing options...
WhatFT Posted June 8, 2012 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Share Posted June 8, 2012 Where can I find the ID of the jobs? And can give me a sample of that item script? Quote Link to comment Share on other sites More sharing options...
Euphy Posted June 8, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted June 8, 2012 @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). Quote Link to comment Share on other sites More sharing options...
WhatFT Posted June 8, 2012 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Share Posted June 8, 2012 @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 Quote Link to comment Share on other sites More sharing options...
Euphy Posted June 8, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted June 8, 2012 item_db2.txt? The same way you'd add any custom item. Quote Link to comment Share on other sites More sharing options...
WhatFT Posted June 8, 2012 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Share Posted June 8, 2012 Example I got Yondaime.spr and .act where do I put them? What is the exact name of Folder? Quote Link to comment Share on other sites More sharing options...
Rikimaru Posted June 8, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 658 Reputation: 57 Joined: 11/20/11 Last Seen: July 1, 2017 Share Posted June 8, 2012 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. 1 Quote Link to comment Share on other sites More sharing options...
Jhosef Posted August 16, 2012 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 299 Reputation: 5 Joined: 04/05/12 Last Seen: September 9, 2012 Author Share Posted August 16, 2012 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 Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 16, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: Thursday at 12:09 PM Share Posted August 16, 2012 skill i,n; Gives skill #i at level n (supports skill names) Quote Link to comment Share on other sites More sharing options...
Question
Jhosef
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.