Jump to content

Question

Posted

 

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;
}

7 answers to this question

Recommended Posts

  • 0
Posted
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

  • Upvote 1
  • 0
Posted (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 by pinyinhuo

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