Page 2 of 3

Re: gg_assist v1.3

PostPosted: Tue Jun 01, 2010 1:11 am
by daggerclan
Awesome. Thanks !

PostPosted: Thu Jun 03, 2010 4:40 am
by PabloP
So this 1.3 is great, advertisements are great, but.
You get assist points for shooting your teammates xD.

Re:

PostPosted: Thu Jun 03, 2010 5:07 am
by XE_ManUp
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.

PostPosted: Thu Jun 03, 2010 5:10 am
by PabloP
Awesome thank you

PostPosted: Thu Jun 03, 2010 5:16 am
by XE_ManUp
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.

Re: gg_assist v1.4

PostPosted: Fri Jun 11, 2010 4:07 am
by PabloP
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?

PostPosted: Tue Jul 06, 2010 2:41 am
by joshdale
This is a great addon...thank you so much :D

PostPosted: Tue Jul 06, 2010 3:43 am
by XE_ManUp
Thank you! I'm glad you like it! I loved the concept, myself and finally got around to putting my idea into a script.

PostPosted: Tue Jul 06, 2010 5:18 am
by pyro
Nice work man :)

Re: gg_assist v1.4

PostPosted: Mon Nov 08, 2010 5:19 am
by tnarocks
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!

Re: gg_assist v1.4

PostPosted: Mon Nov 08, 2010 11:45 pm
by daggerclan
XE_ManUp wrote:Description:
[*]To redeem points without entering the !assist menu, type !redeem in chat. (new in 1.3)

PostPosted: Sat Mar 05, 2011 10:07 pm
by wtfaatp
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
 

PostPosted: Sun Mar 06, 2011 2:40 am
by satoon101
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

PostPosted: Sun Mar 06, 2011 4:56 am
by wtfaatp
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??

PostPosted: Sat Apr 02, 2011 1:31 am
by wtfaatp
Take that as a no :\

PostPosted: Wed Apr 13, 2011 1:53 pm
by Nightmare-DK
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

PostPosted: Fri May 13, 2011 7:25 pm
by Jumpman
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 ?

PostPosted: Tue Aug 23, 2011 2:11 am
by GoldenStrategist
I added it but its not working. Its like i never put it on there can u tell me whats wrong

PostPosted: Tue Aug 23, 2011 2:15 am
by satoon101
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

PostPosted: Tue Aug 23, 2011 2:59 am
by GoldenStrategist
cfg hasn't been created thats the problem