gg_assist v1.5 (updated 07/16/2011)

Area to post and download Custom Addons, as well as ask the author/users for help or support.

Re: gg_assist v1.3

Postby daggerclan » Tue Jun 01, 2010 1:11 am

Awesome. Thanks !
daggerclan

Corporal
Corporal
User avatar
 
Posts: 250
Joined: Mon Jul 13, 2009 7:54 pm
Location: United States

Postby PabloP » Thu Jun 03, 2010 4:40 am

So this 1.3 is great, advertisements are great, but.
You get assist points for shooting your teammates xD.
PabloP

Private 1st Class
Private 1st Class
 
Posts: 141
Joined: Tue Mar 02, 2010 1:02 am

Re:

Postby XE_ManUp » Thu Jun 03, 2010 5:07 am

PabloP wrote:So this 1.3 is great, advertisements are great, but.
You get assist points for shooting your teammates xD.

Working on this right now. I will post a fix tonight.
XE_ManUp

Site Admin
Site Admin
 
Posts: 662
Joined: Sat Sep 06, 2008 3:36 am

Postby PabloP » Thu Jun 03, 2010 5:10 am

Awesome thank you
PabloP

Private 1st Class
Private 1st Class
 
Posts: 141
Joined: Tue Mar 02, 2010 1:02 am

Postby XE_ManUp » Thu Jun 03, 2010 5:16 am

gg_assist Updated!
Version: 1.4
Updated on: 2010-06-03 12:17:22
Version Notes:
  • Fixed earning assist points for hurting teammates (as reported by PabloP).
  • Fixed a bug to where if a player suicided or fell to their death (killed by "world"), assist points would not be awarded. This was also discovered due to looking into the teammate damage reported by PabloP.
XE_ManUp

Site Admin
Site Admin
 
Posts: 662
Joined: Sat Sep 06, 2008 3:36 am

Re: gg_assist v1.4

Postby PabloP » Fri Jun 11, 2010 4:07 am

Suggestion:
gg_assist_percent_team (uh, something)
this would allow you to have assist points deducted for assisting in your teammates death.
i think it would be a good deterrent for team attacking, anyway think about it?
PabloP

Private 1st Class
Private 1st Class
 
Posts: 141
Joined: Tue Mar 02, 2010 1:02 am

Postby joshdale » Tue Jul 06, 2010 2:41 am

This is a great addon...thank you so much :D
joshdale

Recruit
Recruit
 
Posts: 4
Joined: Tue Jul 06, 2010 2:22 am
Steam Friends Name: jdale38

Postby XE_ManUp » Tue Jul 06, 2010 3:43 am

Thank you! I'm glad you like it! I loved the concept, myself and finally got around to putting my idea into a script.
XE_ManUp

Site Admin
Site Admin
 
Posts: 662
Joined: Sat Sep 06, 2008 3:36 am

Postby pyro » Tue Jul 06, 2010 5:18 am

Nice work man :)
pyro

Private 1st Class
Private 1st Class
User avatar
 
Posts: 181
Joined: Wed Nov 04, 2009 1:26 pm
Location: Melbourne, Australia
Xfire Name: pyromaniac771

Re: gg_assist v1.4

Postby tnarocks » Mon Nov 08, 2010 5:19 am

i think that a idea for it would be that when you type in !assists you dont have to hit 1 it can be like buylevel almost!
tnarocks

Corporal
Corporal
 
Posts: 315
Joined: Mon Jan 25, 2010 3:56 pm
Location: Florida
Steam Friends Name: {TAG}TNA ROCKS(ENGAGED)

Re: gg_assist v1.4

Postby daggerclan » Mon Nov 08, 2010 11:45 pm

XE_ManUp wrote:Description:
[*]To redeem points without entering the !assist menu, type !redeem in chat. (new in 1.3)
daggerclan

Corporal
Corporal
User avatar
 
Posts: 250
Joined: Mon Jul 13, 2009 7:54 pm
Location: United States

Postby wtfaatp » Sat Mar 05, 2011 10:07 pm

Currently having a problem with this mod.
*******************************************************************************
*                                                                             *
*                          GUNGAME v5.1 ERROR LOGGING                         *
*                          HTTP://FORUMS.GUNGAME.NET/                         *
*                                                                             *
*       GG VERSION: 5.1.503                           IP: 68.232.181.23       *
*      SPE VERSION: 1.5.0f r79                      PORT: 27015               *
*         PLATFORM: POSIX                           DATE: 03-04-2011          *
*       ES VERSION: 2.1.1.360            ES CORE VERSION: 2.1.1.336           *
*       MM VERSION: 1.8.5V                    SM VERSION: 0                   *
*     MANI VERSION: 0                        EST VERSION: 0                   *
*                                                                             *
*******************************************************************************


-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
     LAST EVENT: [03/04/2011 @ 17:46:29]          TOTAL OCCURENCES: [0005]    
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Traceback (most recent call last):
  File "../eventscripts/es.py", line 272, in triggerEvent
    self.EventListeners[eventname][listener](event_var)
  File "../eventscripts/gungame51/core/addons/__init__.py", line 432, in call_event
    current_event[name](event_var)
  File "../eventscripts/gungame51/scripts/custom/gg_assist/gg_assist.py", line 177, in player_death
    if int(gg_assist_award_alive_only) and getPlayer(playerid).isdead:

NameError: global name 'getPlayer' is not defined
 
wtfaatp

Private
Private
 
Posts: 80
Joined: Fri Mar 04, 2011 4:21 pm
Steam Friends Name: Darkangel2022000

Postby satoon101 » Sun Mar 06, 2011 2:40 am

Wow, how has no one encountered that before? To fix, change the following line in your ../eventscripts/gungame51/scripts/custom/gg_assist/gg_assist.py :
# CHANGE THIS LINE:
from playerlib import getPlayerList


# CHANGE IT TO:
from playerlib import getPlayerList, getPlayer
Satoon
satoon101

Site Admin
Site Admin
 
Posts: 1055
Joined: Thu Oct 09, 2008 4:27 pm

Postby wtfaatp » Sun Mar 06, 2011 4:56 am

Lol dont ask me but it was a big problem in my server :D


Also is there a way to make it so that points carry over from map to map??
wtfaatp

Private
Private
 
Posts: 80
Joined: Fri Mar 04, 2011 4:21 pm
Steam Friends Name: Darkangel2022000

Postby wtfaatp » Sat Apr 02, 2011 1:31 am

Take that as a no :\
wtfaatp

Private
Private
 
Posts: 80
Joined: Fri Mar 04, 2011 4:21 pm
Steam Friends Name: Darkangel2022000

Postby Nightmare-DK » Wed Apr 13, 2011 1:53 pm

Thanks for a really nice mod to gungame :)
Use it a lot on my server.

I have an idea, maybe it is possible,
if a person knife another one, then you can steal some assist point..

and another one just ideas.
if you got 500 assist point you can buy over nade level.

Kind regards Nightmare
Nightmare-DK

Private
Private
 
Posts: 49
Joined: Sun Nov 28, 2010 1:40 am

Postby Jumpman » Fri May 13, 2011 7:25 pm

Nightmare-DK you can allready skip nade level but after 100 point just change to gg_assist_skip_nade 1

Is it possible to make that you get full assist point when you kill afk player ?
Jumpman

Private
Private
 
Posts: 11
Joined: Thu Oct 14, 2010 7:26 am
Location: Denmark

Postby GoldenStrategist » Tue Aug 23, 2011 2:11 am

I added it but its not working. Its like i never put it on there can u tell me whats wrong
GoldenStrategist

Private
Private
 
Posts: 8
Joined: Mon Aug 22, 2011 8:40 pm
Steam Friends Name: GoldenStrategist

Postby satoon101 » Tue Aug 23, 2011 2:15 am

The script is set to Off by default. Go to your server's ../cfg/gungame51/custom_addon_configs/ folder and open the gg_assist.cfg file and change the value of gg_assist to 1. Then, restart gungame51 or your server.

Satoon
satoon101

Site Admin
Site Admin
 
Posts: 1055
Joined: Thu Oct 09, 2008 4:27 pm

Postby GoldenStrategist » Tue Aug 23, 2011 2:59 am

cfg hasn't been created thats the problem
GoldenStrategist

Private
Private
 
Posts: 8
Joined: Mon Aug 22, 2011 8:40 pm
Steam Friends Name: GoldenStrategist

PreviousNext


Return to Downloads

Who is online

Users browsing this forum: No registered users and 2 guests

cron