Stefoulis15 Posted September 30, 2008 Posted September 30, 2008 Well , i Wanted To Ask U about how to make the Jscript's code , giving me the skill's effect.. and not casting it.. Cause i Dunno How.. Check It : The Code Is This : #Might if event == "10": st.takeItems(ADENA_ID,0) st.getPlayer().useMagic(SkillTable.getInstance().getInfo(4345,3),False,False) st.getPlayer().restoreHPMP() return "5.htm" st.setState(COMPLETED) And i Want To Make It Just Giving The Effect , And Not Making Me Casting It .. : Any Suggestions / Help? *NOTE : It's For IL. Thanks In Advance , And Im Looking Forward For Help. Quote
0 Fogotendx20 Posted September 30, 2008 Posted September 30, 2008 #Might if event == "10": st.takeItems(ADENA_ID,2000) SkillTable.getInstance().getInfo(4345,3).getEffects(st.getPlayer(),st.getPlayer()) return "5.htm" st.setState(State.COMPLETED) is for hellbound + and not for c6 :) Quote
0 Stefoulis15 Posted October 1, 2008 Author Posted October 1, 2008 Not Working :S I Tried It But Its Not Working. Thx Anyway. Other Suggestions?? Quote
0 Dimis4 Posted October 1, 2008 Posted October 1, 2008 try it this way: #Might if event == "10": st.takeItems(ADENA_ID,0) st.getPlayer().getEffects(SkillTable.getInstance().getInfo(4345,3),False,False) st.getPlayer().restoreHPMP() return "5.htm" st.setState(COMPLETED) Quote
0 Stefoulis15 Posted October 2, 2008 Author Posted October 2, 2008 I Tried It But It's Not Working.. I Mean , It Makes The Player Cast It. Not Giving The Effect Thx For The Help.. Anything Else??!? Quote
Question
Stefoulis15
Well , i Wanted To Ask U about how to make the Jscript's code , giving me the skill's effect.. and not casting it..
Cause i Dunno How..
Check It :
The Code Is This :
And i Want To Make It Just Giving The Effect , And Not Making Me Casting It .. :
Any Suggestions / Help?
*NOTE :
It's For IL.
Thanks In Advance , And Im Looking Forward For Help.
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.
Note: Your post will require moderator approval before it will be visible.