Jump to content
  • 0

AutoBuff cell pvp & Thorn Trap


saovarott159

Question


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  53
  • Reputation:   1
  • Joined:  10/06/16
  • Last Seen:  

Hello , guys help me...

1. AutoBuff in cell pvp not work...

-	script	cellpvp	-1,{
end;
OnInit:
setcell "oasis",122,207,198,136,cell_pvp, 1;
end;
}
//***********************************************************
function	script	F_Autobuff	{
 
sc_start SC_BLESSING, 60000, 10;
sc_start SC_INCREASEAGI, 60000, 10;
return;
}
 
-	script	deathmatch_core	-1,{
 
callfunc("F_Autobuff");
end;
}

 

misc.conf

// Delay to allow user resend new mail (default & minimum is 1000)
mail_delay: 1000

// Addon Cell PVP [Napster]
// Enable Deathmatch for cell pvp
// Default: 0
// 0 = No
// 1 = Yes
cellpvp_deathmatch: yes

// Delay player alive deathmatch for cell pvp
// Default: 1000 (1 secand)
cellpvp_deathmatch_delay: 1000

// When player is dead recovery HP/SP Rate for cell pvp
// Default: 100 (recovery 100%)
deathmatch_hp_rate: 100
deathmatch_sp_rate: 100

// Enable buff when player is dead for cell pvp
// Default: 1
// 0 = No
// 1 = Yes
// Request core npc files use name "deathmatch_core"
cellpvp_autobuff: yes

// Can atk player in party
// Default: 1
// 0 = No
// 1 = Yes
cellpvp_party_enable: no

// Can atk player in guild
// Default: 1
// 0 = No
// 1 = Yes
cellpvp_guild_enable: yes

// When player move to cell pvp is delay walk out cooldown
// Default: 5000 (5 secand)
cellpvp_walkout_delay: 2000

 

2. Thorn Trap skill stick not point (example in picture)

2479,9,6,2,0,0,0,5,1,yes,0,0x80,5,misc,0,0x0,    GN_THORNS_TRAP,Thorn Trap


Capture.JPG

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  150
  • Reputation:   11
  • Joined:  12/03/18
  • Last Seen:  

I know this is an src edit. did you edit your src?

 

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