Jump to content
  • 0

Script for cast a skill


iraciz

Question


  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

hi

I need a script to cast the star_gladiator skill  "warmth of the sun"

 

 

 

This Examples are working  properly in a script: 
 
sc_start SC_LOUD,2000000,1;
 
sc_start SC_CONCENTRATE,2000000,10;
 

 

sc_start SC_RUWACH,2000000,1;
 
sc_start SC_SIGHT,2000000,1;
 
 
but I really need to find out this one
sinttuloybb.png
 
 
 
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

nadie?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

In: Ragnarok Server\trunk\db\const.txt

Search for "SC_" It's one of those I really don't know which though.

I found SC_SUN_COMFORT 217 but not warmth.

Edited by Skorm
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

sc_start SC_LOUD,2000000,1;
sc_start SC_CONCENTRATE,2000000,10;
sc_start SC_RUWACH,2000000,1;
sc_start SC_SIGHT,2000000,1;

 

these are not "casting" a skill...it just simply activate the effects ....

 

if you want them to cast a skill...use these

*unitskilluseid <GID>,<skill id>,<skill lvl>{,<target id>};
*unitskilluseid <GID>,"<skill name>",<skill lvl>{,<target id>};
*unitskillusepos <GID>,<skill id>,<skill lvl>,<x>,<y>;
*unitskillusepos <GID>,"<skill name>",<skill lvl>,<x>,<y>;

This is the replacement of the older commands, these use the same values for
GID as the other unit* commands (See 'GID').

Skill ID is the ID of the skill, skill level is the level of the skill.
For the position, the x and y are given in the unitSkillUsePos.
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

sorry, I dont understand how to make it

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