pinyinhuo Posted April 26, 2017 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 54 Reputation: 0 Joined: 12/26/12 Last Seen: April 30, 2017 Share Posted April 26, 2017 Hello Everyone, can you help me with my custom warper where when they get warped, all their zeny and items and equipped deleted and turns them to lvl 1 novice & job lvl 1. prontera,150,192,5 script Test 410,{ warp "turbo_room" ,100,109; end; OnInit: waitingroom "Test",0; end; } Quote Link to comment Share on other sites More sharing options...
0 hakuren Posted April 26, 2017 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 295 Reputation: 6 Joined: 12/02/11 Last Seen: November 6, 2023 Share Posted April 26, 2017 Quote prontera,150,192,5 script Test 410,{ clearitem(); set BaseLevel, 1; set JobLevel, 1; set Zeny, 0; warp "turbo_room",100,109; end; OnInit: waitingroom "Test",0; end; } here ya go bro 1 Quote Link to comment Share on other sites More sharing options...
0 Valor Posted April 26, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 72 Reputation: 29 Joined: 12/21/16 Last Seen: January 5, 2024 Share Posted April 26, 2017 (edited) Edited April 26, 2017 by Valor 2 Quote Link to comment Share on other sites More sharing options...
0 pinyinhuo Posted April 26, 2017 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 54 Reputation: 0 Joined: 12/26/12 Last Seen: April 30, 2017 Author Share Posted April 26, 2017 (edited) 2 hours ago, hakuren said: here ya go bro Thank you so much Hakuren! <3 Well it works perfectly fine, i just need them to turn to novice aswell? which command should i put? Set Job 0? Edited April 26, 2017 by pinyinhuo Quote Link to comment Share on other sites More sharing options...
0 Valor Posted April 26, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 72 Reputation: 29 Joined: 12/21/16 Last Seen: January 5, 2024 Share Posted April 26, 2017 add on your script set Zeny, 0; resetskill; resetstatus; 1 Quote Link to comment Share on other sites More sharing options...
0 pinyinhuo Posted April 26, 2017 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 54 Reputation: 0 Joined: 12/26/12 Last Seen: April 30, 2017 Author Share Posted April 26, 2017 @Valor, the prob is my char stays as blacksmith, how can i turn it to novice when i click the npc? Quote Link to comment Share on other sites More sharing options...
0 Valor Posted April 26, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 72 Reputation: 29 Joined: 12/21/16 Last Seen: January 5, 2024 Share Posted April 26, 2017 1 minute ago, pinyinhuo said: how can i turn it to novice when i click the npc? add more jobchange 0; check script_commands.txt Quote Link to comment Share on other sites More sharing options...
0 pinyinhuo Posted April 26, 2017 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 54 Reputation: 0 Joined: 12/26/12 Last Seen: April 30, 2017 Author Share Posted April 26, 2017 22 minutes ago, Valor said: add more jobchange 0; check script_commands.txt @Valor !!! THANKS! Works like magic <3 <3 <3 Quote Link to comment Share on other sites More sharing options...
Question
pinyinhuo
Hello Everyone,
can you help me with my custom warper where when they get warped, all their zeny and items and equipped deleted and turns them to lvl 1 novice & job lvl 1.
prontera,150,192,5 script Test 410,{
warp "turbo_room" ,100,109;
end;
OnInit:
waitingroom "Test",0;
end;
}
Link to comment
Share on other sites
7 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.