sevenrosuport Posted August 12, 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 12, 2012 How do I use for when the player MO_EXTREMITYFIST the sp does not heal for 10 seconds using the same potion. Quote Link to comment Share on other sites More sharing options...
Sneaky Posted August 14, 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 14, 2012 src > map > skill.c find: if(unit_walktoxy(src, dx, dy, 2) && ud) { //Increase can't walk delay to not alter your walk path ud->canmove_tick = tick; speed = status_get_speed(src); for (i = 0; i < ud->walkpath.path_len; i ++) { if(ud->walkpath.path[i]&1) ud->canmove_tick+=7*speed/5; else ud->canmove_tick+=speed; } } } add below: if( sd && skillid == MO_EXTREMITYFIST)//[og2] { sd->canuseitem_tick = tick + 10000;//og2 } break; 1 Quote Link to comment Share on other sites More sharing options...
Michi Posted August 14, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 99 Reputation: 10 Joined: 11/21/11 Last Seen: August 17, 2023 Share Posted August 14, 2012 @spyra thx but this block all use item. what sevenrosuport want is to bloking sp regeneration by potion for 10 sec Quote Link to comment Share on other sites More sharing options...
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 Author Share Posted August 14, 2012 thank you very much Quote Link to comment Share on other sites More sharing options...
Lighta Posted August 14, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 737 Reputation: 216 Joined: 11/29/11 Last Seen: December 20, 2020 Share Posted August 14, 2012 no poting at all for 10s outch that gonna hurt. For what you asked sevenrosuport is quite the same but you'll need to differentiate wich item give sp. Quote Link to comment Share on other sites More sharing options...
Sneaky Posted August 14, 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 14, 2012 No problem, @micheru: I don't really see the difference, what's the difference from not using any healing items for 10 seconds. Are you going to change your coat? your garmet? your helm? what difference does it make? you still have no SP, So you can't do anything. 1 Quote Link to comment Share on other sites More sharing options...
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 Author Share Posted August 14, 2012 but the difference would be too great in src, if only for SP. Quote Link to comment Share on other sites More sharing options...
Michi Posted August 14, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 99 Reputation: 10 Joined: 11/21/11 Last Seen: August 17, 2023 Share Posted August 14, 2012 if you block every item then when you asura and want to get some life you can't for 10sec. That could be a big problem in pvp xD 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 That's the point, Asura is a very powerful skill, one that should have item disable after its use. If not, you could just ASURA+Healing Item, then do again. Not a fair play, I tell you this from my experience playing and not only that but also as game moderator. 1 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 close ^^ Quote Link to comment Share on other sites More sharing options...
Lighta Posted August 15, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 737 Reputation: 216 Joined: 11/29/11 Last Seen: December 20, 2020 Share Posted August 15, 2012 Well it's just a bug step preventing hp and sp pot for 10s after azura then "just" sp. (actually you block all item like that wich mean no BoS, no green pot etc etc.. The most noticable still hp but it do implie way more. As michieru said this will be quite annoying in pvp, bg, woe. Preventing sp poting is like putting a soft skill cooldown on azura unless you're in a team with a prof or something giving you sp back in that time. Wich I consider quite good for balance and team incitement. But also forbid hp potting is like sending them to certain death... The sp one is quite official since it's on a kro maj but you'll probably have trouble with your champ population for the rest. Now if you said it's fine is up to you I don't mind much (it was just not what u ask in 1st request). To do this I specified a new item type for my sp healing item and prevent them being used. Otherwise you'll need to read their script which then yes will probably a huge slowdown for server execution. (read script for each item.. the best way will probably to cache them when being parsed). Those are just the pretty way for player so they won't lose item. You could just add something in status_heal to prevent healing sp when we had SC_EXTREMITYFIST for less then 10s. (that quite an easy one, but they'll lose their item while not regenating sp). Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted August 15, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted August 15, 2012 I remember the official GFist behaviour since 06/22/2011 Maintenance has been adjusted - 아수라 패황권과 애시드 데몬스트레이션의 스킬 밸런스가 조정됩니다. -> 아수라패황권 사용 후 10초간 SP회복불가 디메리트가 추가되었습니다. -> 애시드 데몬스트레이션의 타겟의 VIT관련 공식이 소폭 수정되었습니다. - GFist & Acid Bomb skill balance -> After casting G Fist, cannot recover SP for 10 seconds. -> VIT formula is changed a little bit. Quote Link to comment Share on other sites More sharing options...
Question
sevenrosuport
How do I use for when the player MO_EXTREMITYFIST the sp does not heal for 10 seconds using the same potion.
Link to comment
Share on other sites
11 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.