Sikdope 0 Posted September 29, 2020 Hello, can you help me about soul linker script. when it is pressed by the novice it will appear not available for job thank you here is the script: https://pastebin.com/5WsSjhb9 Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted September 29, 2020 something like this: https://pastebin.com/raw/kQXRG1yq Quote Share this post Link to post Share on other sites
0 Sikdope 0 Posted September 29, 2020 Solved thank you very much sir! Quote Share this post Link to post Share on other sites
0 AnnieRuru 957 Posted September 29, 2020 37 minutes ago, evilpuncker said: something like this: https://pastebin.com/raw/kQXRG1yq if(Class==Job_Novice || Class==Job_Novice_High) { mes "[ ^C6A518Linker^000000 ]"; mes "Sorry, not available to novice."; close; } what what ?? Rebirth Spirit CAN be use on Novice High I just tested a soul linker can use Rebirth Spirit on a Level 40 Rebirth Novice, all stats adds +29 it should be if (Class == Job_Novice || Class == Job_Baby) { 1 evilpuncker reacted to this Quote Share this post Link to post Share on other sites
0 Sikdope 0 Posted September 29, 2020 thank you ma'am AnnieRuru ^_^ Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted September 30, 2020 On 9/29/2020 at 9:51 AM, AnnieRuru said: if(Class==Job_Novice || Class==Job_Novice_High) { mes "[ ^C6A518Linker^000000 ]"; mes "Sorry, not available to novice."; close; } if(Class==Job_Novice || Class==Job_Novice_High) { mes "[ ^C6A518Linker^000000 ]"; mes "Sorry, not available to novice."; close; } what what ?? Rebirth Spirit CAN be use on Novice High I just tested a soul linker can use Rebirth Spirit on a Level 40 Rebirth Novice, all stats adds +29 it should be if (Class == Job_Novice || Class == Job_Baby) { if (Class == Job_Novice || Class == Job_Baby) { sorry, it has been way TOO LONG since I left RO 😁 I forgot about everything 1 AnnieRuru reacted to this Quote Share this post Link to post Share on other sites
Hello, can you help me about soul linker script. when it is pressed by the novice it will appear not available for job thank you
here is the script: https://pastebin.com/5WsSjhb9
Share this post
Link to post
Share on other sites