![]() |
#1
|
||||
|
||||
![]()
Hello!
So I would like to turn the pound into more of a user-to-user market. So, a user chooses to send their pet to the market. The pet then appears in the market (a modified version of the pound), and then when another user buys that pet, the original owner who sent the pet to the market is awarded with the payment that the pet is sold for (as determined by the admin). Now, I am pretty sure I can figure out how to use a pet's rarity to determine how much the value is (if $rarity = common {$marketvalue = 100}, essentially), and how to subtract that amount from the purchaser's account, but I'm not sure how to then see to it that it is added to the seller's account? If anyone has ideas, that'd be amazing! If I figure it out before then, then I will be sure to share it with everyone as a mod :) -Abronsyth -------- Edit: Check here for the latest chunk of code!
__________________
My Mods Site (1.3.4, 2020 Mods) Last edited by Abronsyth; 08-05-2016 at 08:18 AM. |
#2
|
||||
|
||||
![]()
Oooooo. This would be awesome! Yes, please!
|
#3
|
||||
|
||||
![]()
OK, so far I have managed to get it to determine cost based on rarity, and subtract that amount when the user buys the pet. I can also make it add that rarity-based-amount as soon as the seller chooses to send the pet away. However, I am having issues with getting it to add that amount to the seller's account once someone else buys the pet. Here's my code so far;
pound.php adopt function PHP Code:
Catchable fatal error: Object of class stdClass could not be converted to string in /home/inekelmy/public_html/pound.php on line 85 This is line 85: PHP Code:
__________________
My Mods Site (1.3.4, 2020 Mods) Last edited by Abronsyth; 08-05-2016 at 11:31 AM. |
![]() |
|
|
What's New? |
What's Hot? |
What's Popular? |