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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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