Jump to content

knov1991

Members
  • Posts

    3
  • Joined

  • Last visited

knov1991's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Thx for help, don't worked properly, but i used it to solve the problem :)) Im reading the script commands, but sometimes i don't find what i need, or i don't understand how to do...
  2. I tried it, but don't found a way to set for use, i tried many ways before ask. Sorry for my stupid questions, this is my first time making a basic script to learn. This is an example of what im trying to do. set .@value = JobLevel - 1; atcommand "@skpoint .@value";
  3. Hello, i need a way to get the current joblvl - 1 as a value. Example: base/job 99/70 so 70-1=69, get 69 value for use. base/job 57/43 so 43-1=42, get 42 value for use. if(JobLevel == 70) and if(JobLevel == 43) aren't an option for my needs.
×
×
  • Create New...