Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
goal reward problem

 
Post new topic   Reply to topic Printable version
 View previous topic  i get error when starting asss.bat Post :: Post flags won't appear and ?go klinko brin...  View next topic  
Author Message
xsp0rtsfanx
Seasoned Helper


Age:36
Gender:Gender:Male
Joined: Dec 27 2004
Posts: 168
Location: California
Offline

PostPosted: Thu Jun 22, 2006 1:20 am    Post subject: goal reward problem Reply to topic Reply with quote

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?
Back to top
View users profile Send private message Add User to Ignore List MSN Messenger
Dr Brain
Flip-flopping like a wind surfer


Age:39
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Thu Jun 22, 2006 1:28 am    Post subject: Reply to topic Reply with quote

Check that scoring:scoring is loaded. If it is, give the output of ?lsmod.
_________________
Hyperspace Owner

Smong> so long as 99% deaths feel lame it will always be hyperspace to me
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
xsp0rtsfanx
Seasoned Helper


Age:36
Gender:Gender:Male
Joined: Dec 27 2004
Posts: 168
Location: California
Offline

PostPosted: Thu Jun 22, 2006 1:37 am    Post subject: Reply to topic Reply with quote

i'm pretty sure its loaded. i thought i uncommented all the scoring modules.
Back to top
View users profile Send private message Add User to Ignore List MSN Messenger
xsp0rtsfanx
Seasoned Helper


Age:36
Gender:Gender:Male
Joined: Dec 27 2004
Posts: 168
Location: California
Offline

PostPosted: Thu Jun 22, 2006 1:40 am    Post subject: Reply to topic Reply with quote

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
Back to top
View users profile Send private message Add User to Ignore List MSN Messenger
Smong
Server Help Squatter


Joined: 1043048991
Posts: 0x91E
Offline

PostPosted: Thu Jun 22, 2006 7:04 am    Post subject: Reply to topic Reply with quote

Try setting [Soccer] CapturePoints to 0.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website MSN Messenger
xsp0rtsfanx
Seasoned Helper


Age:36
Gender:Gender:Male
Joined: Dec 27 2004
Posts: 168
Location: California
Offline

PostPosted: Thu Jun 22, 2006 12:47 pm    Post subject: Reply to topic Reply with quote

It already is icon_sad.gif
Back to top
View users profile Send private message Add User to Ignore List MSN Messenger
xsp0rtsfanx
Seasoned Helper


Age:36
Gender:Gender:Male
Joined: Dec 27 2004
Posts: 168
Location: California
Offline

PostPosted: Thu Jun 22, 2006 1:32 pm    Post subject: Reply to topic Reply with quote

chambahs helped me out with the problem. thanks for your help to everyone
Back to top
View users profile Send private message Add User to Ignore List MSN Messenger
Chambahs
Power attack
Power attack


Joined: Jun 19 2005
Posts: 820
Offline

PostPosted: Thu Jun 22, 2006 1:55 pm    Post subject: Reply to topic Reply with quote

He didnt add points_goal to attach module in the arena.conf for future refference or if anyone wanted to know.
Back to top
View users profile Send private message Add User to Ignore List
tcsoccerman
Server Help Squatter


Age:33
Gender:Gender:Male
Joined: Jan 15 2007
Posts: 694
Location: Atlantis
Offline

PostPosted: Mon Jan 15, 2007 7:42 pm    Post subject: same problem Reply to topic Reply with quote

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..
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address
BDwinsAlt
Agurus's Posse


Age:34
Gender:Gender:Male
Joined: Jun 16 2003
Posts: 1145
Location: Alabama
Offline

PostPosted: Mon Jan 15, 2007 7:45 pm    Post subject: Reply to topic Reply with quote

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
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website AIM Address Yahoo Messenger MSN Messenger
tcsoccerman
Server Help Squatter


Age:33
Gender:Gender:Male
Joined: Jan 15 2007
Posts: 694
Location: Atlantis
Offline

PostPosted: Mon Jan 15, 2007 8:30 pm    Post subject: still problem Reply to topic Reply with quote

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.
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address
BDwinsAlt
Agurus's Posse


Age:34
Gender:Gender:Male
Joined: Jun 16 2003
Posts: 1145
Location: Alabama
Offline

PostPosted: Mon Jan 15, 2007 8:37 pm    Post subject: Reply to topic Reply with quote

scoring:scoring isn't a module, delete that entry.
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website AIM Address Yahoo Messenger MSN Messenger
tcsoccerman
Server Help Squatter


Age:33
Gender:Gender:Male
Joined: Jan 15 2007
Posts: 694
Location: Atlantis
Offline

PostPosted: Mon Jan 15, 2007 8:40 pm    Post subject: get reply but no points in goals Reply to topic Reply with quote

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
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address
BDwinsAlt
Agurus's Posse


Age:34
Gender:Gender:Male
Joined: Jun 16 2003
Posts: 1145
Location: Alabama
Offline

PostPosted: Mon Jan 15, 2007 8:42 pm    Post subject: Reply to topic Reply with quote

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.
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website AIM Address Yahoo Messenger MSN Messenger
tcsoccerman
Server Help Squatter


Age:33
Gender:Gender:Male
Joined: Jan 15 2007
Posts: 694
Location: Atlantis
Offline

PostPosted: Mon Jan 15, 2007 8:49 pm    Post subject: more help, coding maybe Reply to topic Reply with quote

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.
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address
BDwinsAlt
Agurus's Posse


Age:34
Gender:Gender:Male
Joined: Jun 16 2003
Posts: 1145
Location: Alabama
Offline

PostPosted: Mon Jan 15, 2007 8:53 pm    Post subject: Reply to topic Reply with quote

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.
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website AIM Address Yahoo Messenger MSN Messenger
tcsoccerman
Server Help Squatter


Age:33
Gender:Gender:Male
Joined: Jan 15 2007
Posts: 694
Location: Atlantis
Offline

PostPosted: Mon Jan 15, 2007 8:59 pm    Post subject: ty Reply to topic Reply with quote

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.
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> ASSS Questions All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 61 page(s) served in previous 5 minutes.

phpBB Created this page in 0.447055 seconds : 41 queries executed (92.2%): GZIP compression disabled