Jump to content
  • 0

SC_MANHOLE


sevenrosuport

Question


  • Group:  Members
  • Topic Count:  52
  • Topics Per Day:  0.01
  • Content Count:  142
  • Reputation:   1
  • Joined:  07/08/12
  • Last Seen:  

SC_MANHOLE not be used alongside a trap already active, can only be used in PvP and WoE maps is to help me make this change.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   3
  • Joined:  12/06/11
  • Last Seen:  

Search skill_nocast_db.txt in the db folder.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  392
  • Reputation:   47
  • Joined:  11/18/11
  • Last Seen:  

SC_MANHOLE not be used alongside a trap already active

I'm not exactly sure, but I think this may be it.

-----------------------------------------------------------------

src > map > skill.c

Find:

//Non stackable on themselves and traps (including venom dust which does not has the trap inf2 set)

Add above:

case SC_MANHOLE:

--------------------------------------------------

It should look like this:

case RA_ICEBOUNDTRAP:
case SC_DIMENSIONDOOR:
case SC_MANHOLE:
//Non stackable on themselves and traps (including venom dust which does not has the trap inf2 set)
if (skillid != g_skillid && !(skill_get_inf2(g_skillid)&INF2_TRAP) && g_skillid != AS_VENOMDUST && g_skillid != MH_POISON_MIST)
return 0;
break;

PS: All these requests you're making should go in Source Request forum, not in support, since you do not have any code that needs fix, you are requesting the whole thing (I'm not going to move them, I'd rather let a moderator do it, their point of view could be different ^_~).

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  52
  • Topics Per Day:  0.01
  • Content Count:  142
  • Reputation:   1
  • Joined:  07/08/12
  • Last Seen:  

It worked, but if you put HT_ANKLESNARE you can not use SC_MANHOLE on top, but if you use e HT_ANKLESNARE SC_MANHOLE and put on top is not normal is to block 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...