Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

PvP no level limit + only 1 skill point per level


Tranny
 Share

Recommended Posts

@Anosora:

> Server side modCombat Player attacking Player

Like he said server side modcombat Canplayerattackplayer

Delete the following;
```
If GetPlayerLevel(attacker) < 10 Then
      Call PlayerMsg(attacker, "You are below level 10, you cannot attack another player yet!", BrightRed)
      Exit Function
End If

If GetPlayerLevel(victim) < 10 Then
        Call PlayerMsg(attacker, GetPlayerName(victim) & " is below level 10, you cannot attack this player yet!", BrightRed)
      Exit Function
End If

```
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...