Jhosef Posted June 7, 2012 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
Rikimaru Posted June 7, 2012 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
1 Euphy Posted June 7, 2012 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
0 pukapukay Posted October 1, 2017 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
0 pukapukay Posted October 3, 2017 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
0 shironaito22 Posted April 9, 2018 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
0 iubantot Posted June 11, 2018 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
0 ShiroNaito Posted April 18, 2019 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
0 crazyarashi Posted April 18, 2019 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
0 Sallycantdance Posted January 26, 2021 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
Euphy Posted June 7, 2012 Posted June 7, 2012 Tested, it works. It's just a sprite change, no skills. Quote
WhatFT Posted June 8, 2012 Posted June 8, 2012 Where can I find the ID of the jobs? And can give me a sample of that item script? Quote
Euphy Posted June 8, 2012 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
WhatFT Posted June 8, 2012 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
Euphy Posted June 8, 2012 Posted June 8, 2012 item_db2.txt? The same way you'd add any custom item. Quote
WhatFT Posted June 8, 2012 Posted June 8, 2012 Example I got Yondaime.spr and .act where do I put them? What is the exact name of Folder? Quote
Rikimaru Posted June 8, 2012 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
Jhosef Posted August 16, 2012 Author 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
Emistry Posted August 16, 2012 Posted August 16, 2012 skill i,n; Gives skill #i at level n (supports skill names) Quote
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
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.