yuichelx Posted May 13, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 03/11/16 Last Seen: March 18, 2017 Share Posted May 13, 2016 (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 May 16, 2016 by yuichelx Quote Link to comment Share on other sites More sharing options...
0 yuichelx Posted May 16, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 03/11/16 Last Seen: March 18, 2017 Author Share Posted May 16, 2016 Some help please ~ Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted May 16, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 1 hour ago Share Posted May 16, 2016 make sure the value stored in the .@i variable are correct and match with the IF-ELSE condition checking statement. Quote Link to comment Share on other sites More sharing options...
Question
yuichelx
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 .
Edited by yuichelxLink to comment
Share on other sites
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.