Jump to content
  • 0
Sign in to follow this  
Sikdope

novice not available soul link

Question

4 answers to this question

Recommended Posts

  • 0
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) {

 

Share this post


Link to post
Share on other sites
  • 0
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

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.