iraciz Posted March 21, 2013 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 111 Joined: 10/05/12 Last Seen: February 12, 2024 Share Posted March 21, 2013 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 Quote Link to comment Share on other sites More sharing options...
iraciz Posted March 21, 2013 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 111 Joined: 10/05/12 Last Seen: February 12, 2024 Author Share Posted March 21, 2013 nadie? Quote Link to comment Share on other sites More sharing options...
Skorm Posted March 22, 2013 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share Posted March 22, 2013 (edited) 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 March 22, 2013 by Skorm Quote Link to comment Share on other sites More sharing options...
Emistry Posted March 22, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted March 22, 2013 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. Quote Link to comment Share on other sites More sharing options...
iraciz Posted March 23, 2013 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 111 Joined: 10/05/12 Last Seen: February 12, 2024 Author Share Posted March 23, 2013 sorry, I dont understand how to make it Quote Link to comment Share on other sites More sharing options...
Question
iraciz
hi
I need a script to cast the star_gladiator skill "warmth of the sun"
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.