PvP Points System

Aeromesi

Custom Instance Maniac
Messages
821
Points
0
Age
33
Location
Custom Instances
Discord
Aeromesi#0293
Github
http://www.github.com/aeromesi
Emulator
[PvP Points System]
Special thanks to: IeYaseru (An old friend who coded for me years ago, he died on the iNet T_T)
 ​
Description:

The variable used in this system is PvPPoints, so you may use that for a PvP shop system or other things in scripts, pvp master, etc... whatever your mind can come up with!

//= Gives 1 PvP Point on killing other player//= Takes 1 PvP Points for dying//= Takes 5 PvP Points for killing same player 3 times//= within 90 seconds of each kill
points.txt

 

Attachments

Last edited by a moderator:
[PvP Points System]
Special thanks to: IeYaseru (An old friend who coded for me years ago, he died on the iNet T_T)

 ​
Description:

The variable used in this system is PvPPoints, so you may use that for a PvP shop system or other things in scripts, pvp master, etc... whatever your mind can come up with!

//= Gives 1 PvP Point on killing other player//= Takes 1 PvP Points for dying//= Takes 5 PvP Points for killing same player 3 times//= within 90 seconds of each kill
Thanks mate,
default_biggrin.png
gonna test this.

 
uhmm . I'm running PK server. player can abuse it by dual logging, what i wanted is that this PVP points will only activated in PVP ROOM and in WOE castle only. is this possible? if so how? thank you..

 
@Aeoromesi

Functionality is working fine but I'm getting this warning/debug message in the console.

1.png

Also is it possible to enable this only on a certain specified maps? (WoE, specific pvp map)

And is it possible for other supportive jobs/class to gain pvp points from their party members killing other players?

Thanks in advance.
default_smile.png


 
Yes all of that is possible. You can include a function like if(agitstart && agitstart2) or something like OnAgitStart: or whatever it's called... might be OnAgit: but that agitstart2 and agitstart are for WoE SE and regular WoE.

As for the debug, I'm going to check that out @@Kong.

 
uhmm . I'm running PK server. player can abuse it by dual logging, what i wanted is that this PVP points will only activated in PVP ROOM and in WOE castle only. is this possible? if so how? thank you..
@Aeoromesi

Functionality is working fine but I'm getting this warning/debug message in the console.

attachicon.gif
1.png

Also is it possible to enable this only on a certain specified maps? (WoE, specific pvp map)

And is it possible for other supportive jobs/class to gain pvp points from their party members killing other players?

Thanks in advance.
default_smile.png
 
PvP Points v1.6Changelogs
- Fixed bugs found in variables
- Added Option [ Only for Specific Maps = 1 / During WoE = 2 / Open All Maps = 3 ]
- Added @pvppoints command- Removed Whisper NPC
- Separate Player Checker PvP Status
 
http://pastebin.com/VGyrkNq8
 
uhmm . I'm running PK server. player can abuse it by dual logging, what i wanted is that this PVP points will only activated in PVP ROOM and in WOE castle only. is this possible? if so how? thank you..
>@Aeoromesi

Functionality is working fine but I'm getting this warning/debug message in the console.

attachicon.gif
1.png

Also is it possible to enable this only on a certain specified maps? (WoE, specific pvp map)

And is it possible for other supportive jobs/class to gain pvp points from their party members killing other players?

Thanks in advance.
default_smile.png
 
PvP Points v1.6Changelogs
- Fixed bugs found in variables
- Added Option [ Only for Specific Maps = 1 / During WoE = 2 / Open All Maps = 3 ]
- Added @pvppoints command- Removed Whisper NPC
- Separate Player Checker PvP Status
 
http://pastebin.com/VGyrkNq8
Thank you I will test for errors.

 
uhmm . I'm running PK server. player can abuse it by dual logging, what i wanted is that this PVP points will only activated in PVP ROOM and in WOE castle only. is this possible? if so how? thank you..
>@Aeoromesi

Functionality is working fine but I'm getting this warning/debug message in the console.

attachicon.gif
1.png

Also is it possible to enable this only on a certain specified maps? (WoE, specific pvp map)

And is it possible for other supportive jobs/class to gain pvp points from their party members killing other players?

Thanks in advan

ce.
default_smile.png
 
PvP Points v1.6Changelogs
- Fixed bugs found in variables
- Added Option [ Only for Specific Maps = 1 / During WoE = 2 / Open All Maps = 3 ]
- Added @pvppoints command- Removed Whisper NPC
- Separate Player Checker PvP Status
 
http://pastebin.com/VGyrkNq8
Thank you I will test for errors.
i already test that
default_smile.png
you can use it now but you need to configure if you choice the Specific Maps

 
Very good. I'll test it later.

uhmm . I'm running PK server. player can abuse it by dual logging, what i wanted is that this PVP points will only activated in PVP ROOM and in WOE castle only. is this possible? if so how? thank you..

@Aeoromesi

Functionality is working fine but I'm getting this warning/debug message in the console.

attachicon.gif
1.png

Also is it possible to enable this only on a certain specified maps? (WoE, specific pvp map)

And is it possible for other supportive jobs/class to gain pvp points from their party members killing other players?

Thanks in advance.
default_smile.png

uhmm . I'm running PK server. player can abuse it by dual logging, what i wanted is that this PVP points will only activated in PVP ROOM and in WOE castle only. is this possible? if so how? thank you..
>>>@Aeoromesi

Functionality is working fine but I'm getting this warning/debug message in the console.

attachicon.gif
1.png

Also is it possible to enable this only on a certain specified maps? (WoE, specific pvp map)

And is it possible for other supportive jobs/class to gain pvp points from their party members killing other players?

Thanks in advan

ce. :)lockquote>
 
PvP Points v1.6Changelogs
- Fixed bugs found in variables
- Added Option [ Only for Specific Maps = 1 / During WoE = 2 / Open All Maps = 3 ]
- Added @pvppoints command- Removed Whisper NPC
- Separate Player Checker PvP Status
 
http://pastebin.com/VGyrkNq8
lockquote>Thank you I will test for errors.
Released PvP Points 1.7

Changelogs :

- Removed strcharinfo(3) == .Open_Maps$[0] to [3] etc.

- Fixed setarray for the Specific Maps

- Easy to put the Map you want to enable the PvP Points ( Option 1 )

// Put the map you want to enable the PvP Points ( only for Option 1 )
setarray .Open_Maps$[0],"izlude","geffen","morocc","prontera"; 
 
http://pastebin.com/VGyrkNq8 ( Fixing Bugs Found )
Zhao Chow said:
Very good. I'll test it later.

>uhmm . I'm running PK server. player can abuse it by dual logging, what i wanted is that this PVP points will only activated in PVP ROOM and in WOE castle only. is this possible? if so how? thank you..

@Aeoromesi

Functionality is working fine but I'm getting this warning/debug message in the console.

attachicon.gif
1.png

Also is it possible to enable this only on a certain specified maps? (WoE, specific pvp map)

And is it possible for other supportive jobs/class to gain pvp points from their party members killing other players?

Thanks in advance.
default_smile.png

uhmm . I'm running PK server. player can abuse it by dual logging, what i wanted is that this PVP points will only activated in PVP ROOM and in WOE castle only. is this possible? if so how? thank you..
>>>>@Aeoromesi

Functionality is working fine but I'm getting this warning/debug message in the console.

attachicon.gif
1.png

Also is it possible to enable this only on a certain specified maps? (WoE, specific pvp map)

And is it possible for other supportive jobs/class to gain pvp points from their party members killing other players?

Thanks in advan

ce. :)lockquote>
 
PvP Points v1.6Changelogs
- Fixed bugs found in variables
- Added Option [ Only for Specific Maps = 1 / During WoE = 2 / Open All Maps = 3 ]
- Added @pvppoints command- Removed Whisper NPC
- Separate Player Checker PvP Status
 
http://pastebin.com/VGyrkNq8
lockquote>Thank you I will test for errors.

lockquote>Released PvP Points 1.7

Changelogs :

- Removed strcharinfo(3) == .Open_Maps$[0] to [3] etc.

- Fixed setarray for the Specific Maps

- Easy to put the Map you want to enable the PvP Points ( Option 1 )

// Put the map you want to enable the PvP Points ( only for Option 1 )
setarray .Open_Maps$[0],"izlude","geffen","morocc","prontera"; 
 
http://pastebin.com/VGyrkNq8 ( Fixing Bugs Found )
 
Fixed : http://pastebin.com/VGyrkNq8

Sorry for Double Posting 
default_tongue.png
 
 
Last edited by a moderator:
PVP POINTS 1.8

- Fixed Callsub error/bug

- Added some features ( set adding points , deducting points and count consecutive kill in the same player )

Download Here

 
Back
Top