Jump to content
  • 0

Question

Posted (edited)

Hello guy's ,

 

I've been trying to fix this problem , when the players hit level 99/50 they choose the option to Rebirth in the Job Quest Warper.

 

But it did not warp them over , do guide on how to fix this .

		if (select(" ~ Want to become a ^0055FF"+jobname(.@i)+"^000000 class: ~ ^777777"+((getargcount() > 1)?"Go back":"Cancel")+"^000000") == 1) {
			mes "[Job Warper]";
			mes "You are getting Warped to "+callfunc("F_InsertArticle",jobname(.@i))+" Quest Npc!";
			if (.@i==4001 && .LastJob) set lastJob, Class;
			//mes .@i;
			goto Job;
				if(.@i >= 7 && .@i <= 20){ 
				warp "yuno_in02",93,163;//Warps here !!!!
			//specialeffect2 EF_ANGEL2; specialeffect2 EF_ELECTRIC;
			close;
		}
		}
Edited by yuichelx

2 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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...