sevenrosuport Posted August 14, 2012 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 142 Reputation: 1 Joined: 07/08/12 Last Seen: December 26, 2018 Share Posted August 14, 2012 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. Quote Link to comment Share on other sites More sharing options...
Yuasa Posted August 14, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 30 Reputation: 3 Joined: 12/06/11 Last Seen: February 25, 2014 Share Posted August 14, 2012 Search skill_nocast_db.txt in the db folder. Quote Link to comment Share on other sites More sharing options...
Sneaky Posted August 15, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 392 Reputation: 47 Joined: 11/18/11 Last Seen: July 8, 2024 Share Posted August 15, 2012 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 ^_~). Quote Link to comment Share on other sites More sharing options...
sevenrosuport Posted August 15, 2012 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 142 Reputation: 1 Joined: 07/08/12 Last Seen: December 26, 2018 Author Share Posted August 15, 2012 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? Quote Link to comment Share on other sites More sharing options...
Question
sevenrosuport
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.