Jump to content
  • 0

Admin Buffs


StonedLover

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  11/23/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

you want to modify current skill effect ?? or a npc buffer script ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

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 by Winz
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  11/23/13
  • Last Seen:  

I want to add "custom" skills => only for Admin

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  11/23/13
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  149
  • Reputation:   33
  • Joined:  12/24/11
  • Last Seen:  

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? :P

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  11/23/13
  • Last Seen:  

Could be :D. 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 :D Hope you understand what I mean ^^

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  149
  • Reputation:   33
  • Joined:  12/24/11
  • Last Seen:  

You can just use atcommands to buff for higher duration/levels.

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