Jump to content
  • 0

Allskill


ryusama2007

Question


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  102
  • Reputation:   0
  • Joined:  04/20/12
  • Last Seen:  

I need your help again to make a new command script, in case I want to create a skillall he will do the same thing that @ allskill command only to npc. Example: skillall;

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  102
  • Reputation:   0
  • Joined:  04/20/12
  • Last Seen:  

but if I want a command of NPC and not use GM commands

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

You should include that one in a script..

Works like this..

prontera,150,150,4 script All Skill Setter 55,{
atcommand "@allskills";
dispbottom "All skills unlocked";
end;
}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  102
  • Reputation:   0
  • Joined:  04/20/12
  • Last Seen:  

yes I did, but I wanted one that was not for npc because I have many functions to use the example that he wanted to see.

 

prontera,150,150,4 script All Skill Setter 55,{
skillall;
dispbottom "All skills unlocked";
end;
}
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...