Version: 1.00, by Lethal Geass
Developer Last Online: Feb 2018
Category: Add-On Releases -
Version: 3.8.1
Rating:
Released: 03-20-2009
Last Update: 04-12-2009
Installs: 166
DB Changes Uses Plugins Template Edits
Additional Files
No support by the author.
Please post any bugs you encounter. We will be making an updated version with a lot more features. Feel free to post any suggestions & comments.
Updates Since 3.7 version
Added admin panel to edit settings. See image attachments.
Race bonuses actually do something now.
Can reset entire game
Can delete user so they can start again.
About the Game
vBArmy is a game for vBulletin.
Each member begins their adventure by choosing a Race which had certain advantages over other races. They begin with a few soldiers and a bit of gold, and must build their army by fighting other players.
Players can buy weapons for their soldiers to increase their attack strength, and buy armor to increase their soldier's defense strength. However, each soldier can only use one weapon and one item of armor. Players can also upgrade their Defense and Offense to increase their defensive and offensive strengths by a percentage.
Players can browse through a list of participating players. They can conduct intelligence operations by sending Spies, which cost a set amount of gold to purchase. The more spies you send, the more accurate the intelligence you gather will be. Gathered intelligence gives you an estimate of the players total gold, offensive power, and defensive power.
If you choose to attack a player you must use "Turns." You only get a certain amount of turns every cycle set by the admin. The more turns you use, the more gold you will steal from your opponent. Be warned though, your opponent will know that you attacked them by viewing their Defense Log and being notified by pm.
Naturally it is important to grow your army. The only way to get soldiers in the game is to have your friends click your "Recruitment Link" They can only click it once every (admin set minutes), and each time they do you will receive an (admin set amount) of soldiers.
Please click Install, there will be a status notification upon the release of major updates.
Any reason it works so slow? The part which is slow is everytime you click a button (button not link) it wont go anywhere for several minutes, but if you press the button (select race, attack, etc.) and refresh the page it loads normaly. Any ideas on this?
Thanks!
Prompt please how to remove the send PM about attack. I tried to cut this feature, but vainly. When the user is crowded box messages, he can not attack, but this user coukd attack other users. Not good
In the Style manager > Style > Why did this add 58 templates to the list, rather than one "vBArmy" header template.?
Did i do something wrong or is that how it is on everyones..?
Prompt please how to remove the send PM about attack. I tried to cut this feature, but vainly. When the user is crowded box messages, he can not attack, but this user coukd attack other users. Not good
Open viewplayer.php
Find:
PHP Code:
$attpm=&new attilitus_pm(); $attpm->from($playerinfo['userid'],$playerinfo['username']); $attpm->title("You have been attacked by $playerinfo[username]"); $attpm->message('You have been attacked by '.$playerinfo[username].'. You can view more information about this attack by going to your [url='.$vbulletin->options['bburl'].'/'.$att_filename.'.php?do=defenselog]Defense Log[/url]'); $attpm->to($enemyinfo['username']); $attpm->send();
Replace with:
PHP Code:
#$attpm=&new attilitus_pm(); #$attpm->from($playerinfo['userid'],$playerinfo['username']); #$attpm->title("You have been attacked by $playerinfo[username]"); #$attpm->message('You have been attacked by '.$playerinfo[username].'. You can view more information about this attack by going to your [url='.$vbulletin->options['bburl'].'/'.$att_filename.'.php?do=defenselog]Defense Log[/url]'); #$attpm->to($enemyinfo['username']); #$attpm->send();