-
Posts
2,392 -
Joined
-
Last visited
-
Days Won
62
Content Type
Profiles
Forums
Events
Everything posted by Sim
-
Another thing, I can't get it to go away every time I click latest topics/content.
-
Aight, it's literally been a week since I have made any updates. Now that I am back in routine with work, updates should be coming again. I don't believe there is much left to do for a release. I am trying to keep things fairly simple as a lot of you know I like to offer do and posh large features. The item system was the biggest feature crested for this game as well as on marketplace. I am trying to have as much player to player interaction as I can. That's why, modified crimes and modified theft was also created and released. Now that mugging prototype and attack prototype is nearly complete. That is plenty for now to create enough player to player interaction. The next steps will be to create player co-op features. And, I have some unique ideas for that. Then the basic features need to be added and modified a bit(stats, news, ect) Then a little more layout changes, instant notifications, other stat updating, and some other neat effects I have in mind. Finally last but not least, to add massive amounts of content. I don't want to have to add any for awhile once released. At least another month of coding. I got my motivation back. I tend to loose it here and there. Mugging is now done
-
People are still purchasing mccode mods
-
I thought I replied to that
-
It looks like some of my ideas finally paid off. I hope all our mods still work. The templating engine does need some upgrading. That text of yours finally paid off
-
SMH, I did it again. I downloaded an old file on my phone loosing my new code for the mug module, it was a few minor fixes away from being complete. Back to writing the function and formula SMH, I did it again. I downloaded an old file on my phone loosing my new code for the mug module, it was a few minor fixes away from being complete. Back to writing the function and formula Edit: done. I decided to keep things really some until I figured it exactly how I want to create my formulas and determine how much cash should be taken from a player. Such as what stats, skills, item types will be included. Here's you're I did it but. I know y'all look my info message for if a player takes all the other players money $modifier = $user->char->UC_lvl * 10; $chanceBonus = $user->char->UC_lvl * 2; $chance = 48 + $chanceBonus; $dice = mt_rand(1,100); if($dice => $chance) { die($this->page->buildElement('error', array("text" => "You failed to mig $victimURL's character " . $userToMug->char->UC_charName . "!"))); } $lowAmount = 1 * $modifier; $highAmount = 10 * $modifier; $amount = mt_rand($lowAmount, $highAmount); if($userToMug->cash < $amount) { $amount = $userToMug->cash; $html = $this->page->buildElement('info', array("text" => "You took $victimURL's character " . $userToMug->charName . " broke!! I would be proud of myself!!"))); } $this->user->charAdd($amount, "UC_cash"); $userToMug->charSubtract($amount, "UC_cash"); $html .= $this->page->buildElement('success', array("text" => "You successfully mugged $victimURL's character " . $userToMug->charName . " stealing $amount from them.!"))); A mug link is also on players profiles. I will finish that part up tomorrow since you can't actually mug a pair. You must mug a players character. But the function to display all players characters has already been created, so just need to handle get request to call it. I could have done did it instead of typing. But off to sleep. Long day of work tomorrow. Hopefully I can get more things accomplished tomorrow
-
What is your best earning month on the marketplace if you don't mind sharing. Mine would have been the month of June where I made aprox: $220.
-
You mean poll or pools? I swear I thought he was talking about some cool mod at first @PHPStudent he said it like 10x
-
I have not recieved it
-
Looking forward to what? Did I miss something
-
When a user tried to kill you, the equiped armor getsb added to defense, the attackers equipped weapon goes to attack power.
-
Your post does not make much sense. Pool mod to add to forum? What you mean copy paisting mc codes?
-
I would rather not have had to edit any fileto get the item mod to work, but now that I know this i can make proper changes. Can these functions be used in the admin panel
-
I use this sure for now. https://game-icons.net/
-
Anyone happen to have a poll mod code? I'm trying not to create one but could use one.
-
Why you got haha smiley on him ? You do any content work @Samurai Legend
-
That's pretty awesome @ags_cs4 I did not know that. Son creating a function inside a hook file allowed you to use it inside any module?
-
That sounds like a very awesome thing
-
I do it cause I don't have the money to purchase any netbook, laptop or PC. I am actually getting find of using my phone. Im able to code on bus stops, the bus. In between driving from jobs while at work. Could you imagine bringing a laptop to work doing home improvement and start coding while driving from job to job? I am use to it now sorry of. It's not slower. And my eyes struggle after staring at this little screen for hours on end.
-
My Item System [The only item system on MarketPlace
Sim replied to Sim's topic in Paid Modifications
That is correct. -
My Item System [The only item system on MarketPlace
Sim replied to Sim's topic in Paid Modifications
It all makes sense on why I had no purchases when there was so much hype and now I ain't had no messages at all regarding it. -
Wow, what is wrong work everyone not owning smart phones?