Jump to content
  • 0

Custom Warper


pinyinhuo

Question


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  12/26/12
  • Last Seen:  

 

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

  • 0

  • Group:  Members
  • Topic Count:  120
  • Topics Per Day:  0.03
  • Content Count:  295
  • Reputation:   6
  • Joined:  12/02/11
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   28
  • Joined:  12/21/16
  • Last Seen:  

1nwksk.jpg

Edited by Valor
  • Upvote 2
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  12/26/12
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   28
  • Joined:  12/21/16
  • Last Seen:  

add on your script

set Zeny, 0;
resetskill;
resetstatus;

 

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  12/26/12
  • Last Seen:  

@Valor, the prob is my char stays as blacksmith, how can i turn it to novice when i click the npc?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   28
  • Joined:  12/21/16
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  12/26/12
  • Last Seen:  

22 minutes ago, Valor said:

add more


jobchange 0;

check script_commands.txt

@Valor !!! THANKS!

Works like magic <3 <3 <3

Link to comment
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.   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.

×
×
  • Create New...