Jump to content
  • 0

Instant Base/Job Lvl Item Script


WhatFT

Question


  • Group:  Members
  • Topic Count:  142
  • Topics Per Day:  0.03
  • Content Count:  511
  • Reputation:   7
  • Joined:  02/15/12
  • Last Seen:  

Is there any item script for instant leveling in Base & Job?

Example

19001,Lord_Knight_Fruit,Lord Knight Fruit,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{}

ID 19001 will serve as their instant base/job leveler and job changer. After they click the item, their Job will be changed into Lord Knight and their Base/Job will become instant 255/120.

And so on, (for High Wizard, Paladin, .... All jobs)

Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  44
  • Reputation:   0
  • Joined:  12/11/12
  • Last Seen:  

19001,Lord_Knight_Fruit,Lord Knight Fruit,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ atcommand "@job 4008"; atcommand "@blevel 255"; atcommand "@jlevel 120"; },{},{}

That's one way to do it. u can try a function script too.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  142
  • Topics Per Day:  0.03
  • Content Count:  511
  • Reputation:   7
  • Joined:  02/15/12
  • Last Seen:  

Okay, I'll try this

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

It's best to avoid atcommands in item scripts.

{ jobchange Job_Lord_Knight; set BaseLevel,255; set JobLevel,120; }

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  142
  • Topics Per Day:  0.03
  • Content Count:  511
  • Reputation:   7
  • Joined:  02/15/12
  • Last Seen:  

Thank you @Euphy XD

How about making it use for 1 item only? I found it complicated when making 1 Job per Item...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  60
  • Reputation:   4
  • Joined:  12/19/12
  • Last Seen:  

use "if"?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  142
  • Topics Per Day:  0.03
  • Content Count:  511
  • Reputation:   7
  • Joined:  02/15/12
  • Last Seen:  

@ipis

How? XD

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  227
  • Reputation:   11
  • Joined:  11/16/11
  • Last Seen:  

Create a function that has menu for selecting which job they want, call the function in the item script. Done.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  142
  • Topics Per Day:  0.03
  • Content Count:  511
  • Reputation:   7
  • Joined:  02/15/12
  • Last Seen:  

I don't have any idea how to make that... Can anyone share/make 1? :(

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