-
Posts
863 -
Joined
-
Last visited
-
Days Won
4
Content Type
Profiles
Forums
Events
Everything posted by Razor42
-
Any screenshots? Looks nice I'll test it out when I get time. Nice work.
-
My next steps working towards learning and using OOP and I am going to try create a small little simple project using it.
-
I'v sent you a PM.
-
Can we see?
-
When will you be placing it on flippa?
-
Any kind of negotiation on the price or is that a set figure?
-
A good lottery system could be useful
-
How is it anything like announcments? It lets people know what other people are doing... Screenshot: [ATTACH=CONFIG]1362[/ATTACH]
-
@!Angel - I think that should be long enough? But thanks for the advice. @Reece - Instead of it just going to one single player its events that everyone can view.
-
This is just a small feature that allows you to list events that have happened in your game for users to see. First Open up phpmyadmin and run this: CREATE TABLE IF NOT EXISTS `ingame_events` ( `id` INT(11) default '0', `etime` INT(11) default '0', `text` VARCHAR(300) ); Then create a file called gameevents.php and enter inside it: <?php include_once 'globals.php'; $e=$db->query("SELECT * FROM ingame_events ORDER BY etime DESC LIMIT 50"); if($db->num_rows($e) == 0) { print "There are no in-game events to view at this moment in time!"; $h->endpage(); exit; } print "<h2>Last 50 In-Game Events</h2><hr/>"; print "<table class='table' width='100%'> <tr> <th align='center'>Time</th> <th align='center'>Event</th> </tr>"; while($r=$db->fetch_row($e)) { print "<tr><td>".date('F j Y, g:i:s a',$r['etime']); print "</td><td>{$r['text']}</td></tr>"; } print "</table><br />"; $h->endpage(); ?> Then open up global_funcs.php and add in above ?>: function igevent_add($text,$connection=0) { global $db; $text=mysql_escape($text); $db->query("INSERT INTO ingame_events VALUES('',UNIX_TIMESTAMP(),'$text')"); return 1; } Then anywhere you want an in-game event to be logged have: igevent_add("...text to view!...", $c); And finally add this into your explore: <a href='gameevents.php'>In-Game Events</a>
-
event_add($r['userid'],"<a href='viewuser.php?u=$userid'>{$ir['username']}</a> rated you down.",$c); Try that
-
Haha okay bud no problem I'll be sorting the Rep system tonight anyway :)
-
Ah right, I'll have to speak to you on Skype about that. Just started working on the reputation system.
-
One issue I have is I don't want a big list of boots for every item and for all the item boosts to become confusing. I have just finished the final steps for the new slots with equipping/unequipping and the adding of the item boost. Screenshot: [ATTACH=CONFIG]1361[/ATTACH]
-
What other boosts could an item potentially offer?
-
1) I'm guessing you mean Admin's via the staff panel? Not the player themselves? 2) Could be added yes. 3) I'v never worked using objected orientated although I do plan on working towards it as my skills improve.
-
I have been working on a new inventory and item system over the past few days and I need some extra ideas to make it a bit more interesting. What Is Done So Far? New Equipment Slots: Players now have 6 different equipment slots in their inventory, I have kept the primary weapon slot and the armor slot from the original V2 System but removed the secondary weapon slot. I have then added 4 extra slots which are Gloves, Helmet, Bottoms & Boots. Item Boosts: Instead of making the 4 new equipment slots affect your actual in-battle damage/defense rating like the Weapon and Armor does I have made it so that they boost one of your stats, I.E Running Shoes could boost your Agility by 500. What Else I Plan On Doing: Reputation: Reputation will be like an extra stat that a player has and it will only be boosted by the items that you have equipped in the Gloves, Bottoms, Helmet and Boots section. Reputation will help you unlock new missions and new crimes. So if a mission requires 200 reputation and you only have 50 reputation you won't be able to do that mission. Reputation will also help factor towards successfully completing a crime. What do you think to these ideas? Is their anything else you'd add on?
-
Mines just about finished ;)! And the poster is very nice. Good job.
-
Iv hired Lee on several occasions and his work had always been top notch! Great guy!
-
That you for copying my games name :) http://Www.soldierswarfare.com
-
Secure my game to the maximum [Payment]
Razor42 replied to Reecey12345's topic in Requests & In Production
£5 will not cover the costs of this kind of work -
I am looking for someone to come and work with me here on Soldiers Warfare. The game has 100+ registered players and iv already added some cool new features aswell as currently working one major change to the game and have a coder working on another major feature add for the game. I have spent a lot of money on the game so far on custom mods and custom graphics work aswell as a bit on advertising and running and maintaining the game and I feel it has great potential. I need someone who is experienced with PHP & MySQL and preferably JavaScript. Someone how can work on their own initiative and have the ability to build custom features from scratch aswell as upgrading and adding to the current feature set. The reason I am looking for a partner is I need someone to help me implement the work that needs doing as there just isn't enough time in the world for me to get everything done that needs doing. I was planning on selling the game but due to the time and money I have invested I have decided this is not a route I am looking to take anymore. I am willing to offer a % of the game to someone who'd be willing to work along side me. If you are interested or have any questions post below or PM me.