#17609 - 06/23/08 05:16 AM
find gold for DS, it's work
|
poetoe
Grape Nuts
Registered: 06/18/08
Posts: 45
|
Offline
|
|
i have tested it, and it work !
1. firstly, open explore.php in your game directory
2. find :
// Decide if we want to pick a fight with someone.
3. add this to above
//Find gold modified by poetoe
if (rand(1,20) == 1 && $userrow["currentaction"] != "In Town") {
$gold = rand(1,5000); // Select a random number between 1 and 5000 which is the amount the user with obtain.
doquery("UPDATE sx_users SET gold=gold+$gold WHERE id=".$userrow["id"], "users"); // Update the gold variable.
$page = "You were walking along the road and you found $gold gold on the ground!"; // Output
display("You have found money on the ground!", $page);
}
Edited by poetoe (06/23/08 05:18 AM)
_________________________
For 3 Days, I Had Translated Scourge to indonesian
|
|
Top
|
|
|
#17629 - 06/24/08 07:19 AM
Re: find gold for DS, it's work
[Re: poetoe]
|
poetoe
Grape Nuts
Registered: 06/18/08
Posts: 45
|
Offline
|
|
UPDATED SCRIPT
1. firstly, open explore.php in your game directory
2. find :
// Decide if we want to pick a fight with someone.
3. add this to above
//Find gold modified by poetoe
if (rand(1,20) == 1 && $userrow["currentaction"] != "Explore") {
$gold = rand(1,5000); // Select a random number between 1 and 5000 which is the amount the user with obtain.
doquery("UPDATE sx_users SET gold=gold+$gold WHERE id=".$userrow["id"], "users"); // Update the gold variable.
$page = "You were walking along the road and you found $gold gold on the ground!"; // Output
display("You have found money on the ground!", $page);
}
_________________________
For 3 Days, I Had Translated Scourge to indonesian
|
|
Top
|
|
|
#17657 - 06/25/08 01:54 AM
Re: find gold for DS, it's work
[Re: Fayt]
|
Sephiroth
Cheerios
   
Registered: 11/20/07
Posts: 131
Loc: The Lifestream
|
Offline
|
|
One of the lines in the script says: "You have found money on the ground!"
I don't know how you couldn't figure that out.
|
|
Top
|
|
|
#17660 - 06/25/08 03:04 AM
Re: find gold for DS, it's work
[Re: Sephiroth]
|
poetoe
Grape Nuts
Registered: 06/18/08
Posts: 45
|
Offline
|
|
it's for title page, you can change it
_________________________
For 3 Days, I Had Translated Scourge to indonesian
|
|
Top
|
|
|
#17671 - 06/25/08 03:20 PM
Re: find gold for DS, it's work
[Re: Fayt]
|
Sephiroth
Cheerios
   
Registered: 11/20/07
Posts: 131
Loc: The Lifestream
|
Offline
|
|
?
|
|
Top
|
|
|
#17674 - 06/25/08 07:02 PM
Re: find gold for DS, it's work
[Re: Fayt]
|
Sephiroth
Cheerios
   
Registered: 11/20/07
Posts: 131
Loc: The Lifestream
|
Offline
|
|
Way to encourage an active environment.
|
|
Top
|
|
|
|
|