Author |
Message |
Guest
Offline
|
Posted: Sat Oct 08, 2005 4:52 pm Post subject: help with creds |
 |
|
|
|
for the CREDS and BUY bot by sos, how do you rest the creds without using !creset? I want to manually do them are the info stored some where or what? |
|
Back to top |
|
 |
Purge Episode I > Eposide III Jar-Jar is kool

Age:35 Gender: Joined: Sep 08 2004 Posts: 2019 Offline
|
Posted: Sat Oct 08, 2005 6:02 pm Post subject: |
 |
|
|
|
Do !ctake on all the player's creds. |
|
Back to top |
|
 |
BDwinsAlt Agurus's Posse

Age:34 Gender: Joined: Jun 16 2003 Posts: 1145 Location: Alabama Offline
|
Posted: Sun Nov 13, 2005 12:48 am Post subject: |
 |
|
|
|
Use the one where it takes points, that way you can score-reset the zone and it's all good...
Or: if there is a .dat file you can delete all the entries in it. Make it a blank file. It may be called creds.dat |
|
Back to top |
|
 |
D1st0rt Miss Directed Wannabe

Age:37 Gender: Joined: Aug 31 2003 Posts: 2247 Location: Blacksburg, VA Offline
|
Posted: Mon Nov 14, 2005 1:22 pm Post subject: |
 |
|
|
|
Why don't you want to use !creset, it should have the same effect as deleting all of the entries in whatever file is used for storage. _________________
 |
|
Back to top |
|
 |
Purge Episode I > Eposide III Jar-Jar is kool

Age:35 Gender: Joined: Sep 08 2004 Posts: 2019 Offline
|
Posted: Mon Nov 14, 2005 3:33 pm Post subject: |
 |
|
|
|
If you !creset, it'll remove everyone's creds, not just the player that he wants. |
|
Back to top |
|
 |
Guest
Offline
|
Posted: Mon Nov 14, 2005 4:11 pm Post subject: Re: help with creds |
 |
|
|
|
Anonymous wrote: | for the CREDS and BUY bot by sos, how do you rest the creds without using !creset? I want to manually do them are the info stored some where or what? |
I'm thinking that the data is stored in the program it's self not on a .ini or anything. So the way I can think of editing the amount of creds every body has is by using the comands. If you want to be able to edit the variables manually just edit the SRC with the variables reading and writing onto a .ini. |
|
Back to top |
|
 |
D1st0rt Miss Directed Wannabe

Age:37 Gender: Joined: Aug 31 2003 Posts: 2247 Location: Blacksburg, VA Offline
|
Posted: Tue Nov 15, 2005 12:03 am Post subject: |
 |
|
|
|
I'm still not exactly sure what you are trying to do. Yes, each player's credit amounts are stored in the program, but they are saved to and loaded from a data file in between sessions. If you want to set everyone's credit amount to 0, use !creset. If you want to set everyone's credit amount to a non-zero number n, use !creset n and then !cgive for each player you want to have n credits.
You could technically also go into the file and change the number of credits everyone has, but everything is stored as binary data so you would first have to figure out what address the credits are stored at for each player.
If you're talking about changing the number of credits they get per kill or goal or whatever, that's all in credits.ini
Hope this helped towards whatever you're trying to accomplish |
|
Back to top |
|
 |
|