Server Help

ASSS Questions - goal reward problem

xsp0rtsfanx - Thu Jun 22, 2006 1:20 am
Post subject: goal reward problem
Ok so I'm trying to have it so when you score a goal you get 2000 points. First off, is that too much of a reward?

I have points_goal attached, are there any other modules I need to attach. I've tried making Soccer:Reward 2000 and -2000 and neither work. It advertises who scored a goal but doesnt give them any points to their name, which i need. Any idea whats wrong?
Dr Brain - Thu Jun 22, 2006 1:28 am
Post subject:
Check that scoring:scoring is loaded. If it is, give the output of ?lsmod.
xsp0rtsfanx - Thu Jun 22, 2006 1:37 am
Post subject:
i'm pretty sure its loaded. i thought i uncommented all the scoring modules.
xsp0rtsfanx - Thu Jun 22, 2006 1:40 am
Post subject:
i uncommented all scoring: modules except points_flag

heres all loaded
Loaded modules:
deadlock, prng, logman, log_console, mainloop, config, log_file, playerdata,
lagdata, bw_default, net, chatnet, arenaman, mapdata, capman, mapnewsdl, core,
clientset, persist, idle, cmdman, chat, stats, basicstats, log_sysop, log_staff,
auth_file, security, directory, auth_ban, banners, game_timer, flagcore, balls,
bricks, koth, fm_normal, game, lagaction, cfghelp, filetrans, quickfix, jackpot,
periodic, points_kill, points_goal, playercmd, admincmd, help, sendfile,
autowarp, brickwriter, buy, fake, autoturret, record, ap_multipub, enc_cont,
enc_vie, pymod, messages, objects
Smong - Thu Jun 22, 2006 7:04 am
Post subject:
Try setting [Soccer] CapturePoints to 0.
xsp0rtsfanx - Thu Jun 22, 2006 12:47 pm
Post subject:
It already is icon_sad.gif
xsp0rtsfanx - Thu Jun 22, 2006 1:32 pm
Post subject:
chambahs helped me out with the problem. thanks for your help to everyone
Chambahs - Thu Jun 22, 2006 1:55 pm
Post subject:
He didnt add points_goal to attach module in the arena.conf for future refference or if anyone wanted to know.
tcsoccerman - Mon Jan 15, 2007 7:42 pm
Post subject: same problem
I have the same problem but i have all of those in my modules.conf:

Code: Show/Hide
; scoring:jackpot
; scoring:periodic
; scoring:points_kill
; scoring:points_flag
; scoring:points_goal
; scoring:scoring

; turf:turf_reward
; turf:turf_stats
; turf:points_turf_reward

playercmd


Is it in a bad order???? plz help..
BDwinsAlt - Mon Jan 15, 2007 7:45 pm
Post subject:
All you have to do is take the semicolon and space from it.

Copy and paste this over what you posted.

Code: Show/Hide

scoring:jackpot
scoring:periodic
scoring:points_kill
scoring:points_flag
scoring:points_goal
scoring:scoring

turf:turf_reward
turf:turf_stats

tcsoccerman - Mon Jan 15, 2007 8:30 pm
Post subject: still problem
This is what i got when opening asss.exe:

Code: Show/Hide
Jan 15 20:29:34 I <cmod> loading C module 'playerdata' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'lagdata' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'bw_default' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'net' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'chatnet' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'arenaman' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'mapdata' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'capman' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'mapnewsdl' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'core' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'clientset' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'persist' from 'scoring'
Jan 15 20:29:34 I <cmod> loading C module 'idle' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'redirect' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'cmdman' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'chat' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'stats' from 'scoring'
Jan 15 20:29:34 I <cmod> loading C module 'basicstats' from 'scoring'
Jan 15 20:29:34 I <cmod> loading C module 'log_sysop' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'log_staff' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'auth_file' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'security' from 'security'
Jan 15 20:29:34 I <cmod> loading C module 'auth_ban' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'banners' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'game_timer' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'flagcore' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'balls' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'bricks' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'koth' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'fm_normal' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'game' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'lagaction' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'cfghelp' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'filetrans' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'quickfix' from 'internal'
Jan 15 20:29:34 I <cmod> loading C module 'jackpot' from 'scoring'
Jan 15 20:29:34 I <cmod> loading C module 'periodic' from 'scoring'
Jan 15 20:29:34 I <cmod> loading C module 'points_kill' from 'scoring'
Jan 15 20:29:34 I <cmod> loading C module 'points_flag' from 'scoring'
Jan 15 20:29:34 I <cmod> loading C module 'points_goal' from 'scoring'
Jan 15 20:29:34 I <cmod> loading C module 'scoring' from 'scoring'
Jan 15 20:29:34 E <cmod> error in GetProcAddress: The specified procedure could not be found.

BDwinsAlt - Mon Jan 15, 2007 8:37 pm
Post subject:
scoring:scoring isn't a module, delete that entry.
tcsoccerman - Mon Jan 15, 2007 8:40 pm
Post subject: get reply but no points in goals
Could someone tell me how to set up how to give points when someone scores for all goal type goaling. right now it says Friendly goal..blah but doesn't give points ty
BDwinsAlt - Mon Jan 15, 2007 8:42 pm
Post subject:
If anyone on your freq scores a goal it says that. To setup points look in your settings, I think the goal points are in the Soccer section.
tcsoccerman - Mon Jan 15, 2007 8:49 pm
Post subject: more help, coding maybe
Thanks for the reply, but could you tell me the file name and the coding that i would need to edit. If you're super cool, you'll point out the area's in the coding to edit. ty.
BDwinsAlt - Mon Jan 15, 2007 8:53 pm
Post subject:
Go into your zone and hit Esc C (like esc q only a c)

When it loads use page down. If your using an attached cfg file then it will be different, if not just use esc c.

Page down (shift + pg down to go faster) until you see:
Code: Show/Hide

Soccer      Reward


Go on that and hit enter, enter the amount you want (i.e. -200) and push enter. Then push F10 to save it.
You may have to use ?recyclearena to take affect.

Negative numbers mean absolute points.
tcsoccerman - Mon Jan 15, 2007 8:59 pm
Post subject: ty
yeah, i musta glanced too quickly and didn't realize the settings part, i thought it was coding, i pmed you since you logged off halo to tell you i got it but was too late. ty anyways.
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group