Jump to content
  • 0

Help up parchment


FrajolazitoH

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  10/29/20
  • Last Seen:  

Is there the possibility of creating an item in yml that, when clicked, the player can choose the job?
example: I choose the archmage job, and automatically I get maximum level?
thank you very much
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  446
  • Reputation:   30
  • Joined:  12/08/11
  • Last Seen:  

create a normal script function and invoke it using callfunc command

  - Id: 99999
    AegisName: Job_Scroll
    Name: Job Scroll
    Type: Usable
    Script: |
      callfunc "F_SelectJob";

function script

function	script	F_SelectJob	{
	// Your job script here.
	end;
}

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  10/29/20
  • Last Seen:  

6 horas atrás, Magnetix disse:

crie uma função de script normal e invoque-a usando o comando callfunc

script de função

 

Thanks ;*
Edited by FrajolazitoH
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...