StonedLover Posted December 26, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 11/23/13 Last Seen: May 7, 2023 Share Posted December 26, 2013 Hello, I want to add Admin buffs. Let me explain what i mean: Specific Skills which can only be used by Admins=> The normal Buffs => Blessing , Agi up, Magnificat, Kyrie Eleison, Gloria , Angelus etc. This Skills should be have a longer duration e.g. 10 Minutes and the party buffs should be for the hole map. How can i add this ? And maybe there is a option to create only a Admin Item wich allows this with a script? Quote Link to comment Share on other sites More sharing options...
Winz Posted December 26, 2013 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted December 26, 2013 Actually, this goes to the script request subforum. I'll just answer, not moving this. need to wait for a mod. enable this script: http://tny.cz/d846c5d1 password: huehuehue Warning! clicking this NPC will activate this buff on all players, (maybe those who are opening dialog Box will not get it). clicking on it over and over may lead spam. with the animation, may cause lags. Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 26, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 12 hours ago Share Posted December 26, 2013 you want to modify current skill effect ?? or a npc buffer script ? Quote Link to comment Share on other sites More sharing options...
Winz Posted December 26, 2013 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted December 26, 2013 (edited) you want to modify current skill effect ?? or a npc buffer script ? I believe he's referring to npc buffer. or maybe "custom" skills. Edited December 26, 2013 by Winz Quote Link to comment Share on other sites More sharing options...
StonedLover Posted December 27, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 11/23/13 Last Seen: May 7, 2023 Author Share Posted December 27, 2013 I want to add "custom" skills => only for Admin Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted December 27, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted December 27, 2013 how about atcommand ? - script kdsfksdjhfksdj -1,{ OnInit: bindatcmd "buffmap", strnpcinfo(0) +"::Onbuff",99,99; end; Onbuff: addrid 1,0; // ripped little bit from Winz script skilleffect 34,0; sc_start SC_BLESSING,600000,10; skilleffect 29,0; sc_start SC_INCREASEAGI,600000,10; skilleffect 33,0; sc_start SC_ANGELUS,600000,10; skilleffect 8238,0; sc_start SC_KYRIE,600000,10; skilleffect 74,0; sc_start SC_MAGNIFICAT,600000,5; skilleffect 75,0; sc_start SC_GLORIA,600000,5; end; }how about item ?.... { doevent "kdsfksdjhfksdj::Onbuff"; },{},{} making new skill needs client side modification .. =/ Quote Link to comment Share on other sites More sharing options...
StonedLover Posted December 27, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 11/23/13 Last Seen: May 7, 2023 Author Share Posted December 27, 2013 Hm. Is there a Option to give buffs a longer Duration e.g. if I (Admin) have equip Item XYZ => The buff i ´ll give to other player will have a duration of 15 min. So that there is a diffrent between User Buffs and Buffs wich u get from an Admin ? thx for the @ all comm ^^ anyway the Item option would be greater. Quote Link to comment Share on other sites More sharing options...
Jonne Posted December 27, 2013 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 153 Reputation: 33 Joined: 12/24/11 Last Seen: September 30, 2024 Share Posted December 27, 2013 Hm. Is there a Option to give buffs a longer Duration e.g. if I (Admin) have equip Item XYZ => The buff i ´ll give to other player will have a duration of 15 min. So that there is a diffrent between User Buffs and Buffs wich u get from an Admin ? thx for the @ all comm ^^ anyway the Item option would be greater. Yes that would be possible, but quite the hardcode just for buffing. I'm not home so I can't provide anything, but might give it a shot next year. OT: It feels like you're trying to add ways to cheat/abuse as admin? Quote Link to comment Share on other sites More sharing options...
StonedLover Posted December 27, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 11/23/13 Last Seen: May 7, 2023 Author Share Posted December 27, 2013 Could be . No, I just want that Admin Buffs are rare and something special => When they are the same like other Priest there is diffrent between a player buffs you or a admin Hope you understand what I mean ^^ Quote Link to comment Share on other sites More sharing options...
Jonne Posted December 27, 2013 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 153 Reputation: 33 Joined: 12/24/11 Last Seen: September 30, 2024 Share Posted December 27, 2013 You can just use atcommands to buff for higher duration/levels. Quote Link to comment Share on other sites More sharing options...
Question
StonedLover
Hello,
I want to add Admin buffs. Let me explain what i mean:
Specific Skills which can only be used by Admins=>
The normal Buffs => Blessing , Agi up, Magnificat, Kyrie Eleison, Gloria , Angelus etc.
This Skills should be have a longer duration e.g. 10 Minutes and the party buffs should be for the hole map.
How can i add this ?
And maybe there is a option to create only a Admin Item wich allows this with a script?
Link to comment
Share on other sites
9 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.