Jump to content
  • 0

NPC script - a list with sc_ effect on a char.


PiroKun

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  01/18/12
  • Last Seen:  

Hi, i need a way for get a list of sc_ effects (like sc_hiding, sc_deepsleep, etc) on a player, for debug purpouses. Who knows how can i do this?

Edited by PiroKun
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  268
  • Reputation:   27
  • Joined:  12/06/11
  • Last Seen:  

On your db/const.txt

Just find the lines starting with SC_ there you will find all sc_effects

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  01/18/12
  • Last Seen:  

Yes, i know, but i dont need that, because i have a bug in mi server, where i cant use sc_end sc_all_riding for end this effect, but the effect end with sc_end sc_all. And i want to know what is the effect under this skill "all riding", because sc_all_riding doesnt work.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  713
  • Reputation:   70
  • Joined:  11/08/11
  • Last Seen:  

just use

if(ismounting() == 1) setmounting();

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