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

SEB Engine


SkywardRiver
 Share

Recommended Posts

  • 3 months later...
  • Replies 104
  • Created
  • Last Reply

Top Posters In This Topic

So for anyone using this engine, I have a fix for the PvP :)

Alright, I figured out the issue, the server checks to make sure the players are not in the same party, but it does it wrong, so I just commented out that code, I'm lazy. But here's the quick fix.
Just copy the folder into your server folder and replace all the files (hopefully you didn't edit the code, if you did do some edits, then find the line
```
If TempPlayer(Victim).inParty = TempPlayer(Attacker).inParty Then Exit Function
```and comment it out

Here's the download to the fix (for those who can't edit the source) [http://www.mediafire.com/download/5ixm1uuco66x716/Seb+Engine+PvP+Fix+server.zip](http://www.mediafire.com/download/5ixm1uuco66x716/Seb+Engine+PvP+Fix+server.zip)
Link to comment
Share on other sites

@'Mohenjo:

> So for anyone using this engine, I have a fix for the PvP :)
>
> Alright, I figured out the issue, the server checks to make sure the players are not in the same party, but it does it wrong, so I just commented out that code, I'm lazy. But here's the quick fix.
> Just copy the folder into your server folder and replace all the files (hopefully you didn't edit the code, if you did do some edits, then find the line
> ```
> If TempPlayer(Victim).inParty = TempPlayer(Attacker).inParty Then Exit Function
> ```and comment it out
>
> Here's the download to the fix (for those who can't edit the source) [http://www.mediafire.com/download/5ixm1uuco66x716/Seb+Engine+PvP+Fix+server.zip](http://www.mediafire.com/download/5ixm1uuco66x716/Seb+Engine+PvP+Fix+server.zip)

Good Job brother, thanks !!! xD
Link to comment
Share on other sites

  • 5 weeks later...

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