Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
vBArmy - vBulletin Army System Details »»
vBArmy - vBulletin Army System
Version: 1.00, by Attilitus Attilitus is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.x Rating:
Released: 05-30-2008 Last Update: 05-30-2008 Installs: 63
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

This hack is currently still in its BETA stages. This hack was developed on a server running PHP5 and has not been checked for compatibility with PHP4. To my knowledge it uses no PHP5 specific functions. It is missing a few key features, which will be added in subsequent versions. Please post any bugs you encounter. The final version will be released for vBulletin 3.7.

Currently the following cannot be customized, but will be modified in future versions:
  • Users start with 1000 gold.
  • Users start with 20 turns.
  • Users start with 5 spies.
  • Users get 15 turns every 24 hours.
  • Gold can only be obtained by battling other members.



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 24 hours. 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.

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 24 hours, and each time they do you will recieve one soldier.

Please click Install, there will be a status notification upon the release of major updates.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 06-01-2008, 06:39 PM
Attilitus's Avatar
Attilitus Attilitus is offline
 
Join Date: Mar 2005
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That does pose a problem.

This hack is not phrased. I might add a language system. However, I doubt I will integrate it with vBulletin's phrase system... I'll probably just create a small system my own.
Reply With Quote
  #33  
Old 06-01-2008, 08:57 PM
Sakai Ray Sakai Ray is offline
 
Join Date: May 2008
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks works on 3.7.1 as well :O

Arigatou ^^
Reply With Quote
  #34  
Old 06-02-2008, 03:22 AM
soletrader soletrader is offline
 
Join Date: Jul 2006
Posts: 340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by soletrader View Post
First, thanks for the hack. However, it is distorting my skin: http://www.traderslaboratory.com/forums/armysystem.php

How can I fix this? Thanks
Any help will be appreciated.Thanks
Reply With Quote
  #35  
Old 06-02-2008, 03:27 AM
Attilitus's Avatar
Attilitus Attilitus is offline
 
Join Date: Mar 2005
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try deleting all .css files within the armysystem folder. It is possible that is causing a problem. Although I am not certain.
Reply With Quote
  #36  
Old 06-02-2008, 05:56 AM
soletrader soletrader is offline
 
Join Date: Jul 2006
Posts: 340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Attilitus View Post
Try deleting all .css files within the armysystem folder. It is possible that is causing a problem. Although I am not certain.
I deleted the only .css file within that folder but still no luck. Any other suggestions? Thank you.
Reply With Quote
  #37  
Old 06-02-2008, 06:24 AM
Attilitus's Avatar
Attilitus Attilitus is offline
 
Join Date: Mar 2005
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is the problem. Your CSS stylesheet is not being imported correctly

Code:
<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.7.0 CSS
* Style: 'Version 3.0 TL!'; Style ID: 28
*/
@import url("http://www.traderslaboratory.com/forums/http://www.traderslaboratory.com/forums/clientscript/vbulletin_css/style-01388d6c-00028.css");
</style>
<link rel="stylesheet" type="text/css" href="http://www.traderslaboratory.com/forums/http://www.traderslaboratory.com/forums/clientscript/vbulletin_important.css?v=370" />
<style type="text/css" id="bbcode_css">
<!--
.bbcode {
font-size:11px;
color:blue;
}
// -->
</style>


<!-- / CSS Stylesheet -->
Note how the CSS urls are malformatted. This is the problem. It is not really related to my script.
Here is a quick fix that doesn't involve editting any files. Add a template replacement that replaces "http://www.traderslaboratory.com/forums/http://" with "http://"
Reply With Quote
  #38  
Old 06-02-2008, 06:40 AM
Deadly Assassin's Avatar
Deadly Assassin Deadly Assassin is offline
 
Join Date: Aug 2006
Location: VbAnswers.com
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you add something that will allows admin to delete accounts?

Works well, but this is a problem. especially when members want to change their race.
Reply With Quote
  #39  
Old 06-02-2008, 06:44 AM
Attilitus's Avatar
Attilitus Attilitus is offline
 
Join Date: Mar 2005
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, lack of admin functionality (especially user management) is a huge gap right now.

As a matter of fact, the only things which will be added in the next forseeable release are additions to the admin panel. Right now I am planning on adding a User Management tab and a General Settings tab.
Reply With Quote
  #40  
Old 06-02-2008, 07:20 AM
WEBDosser's Avatar
WEBDosser WEBDosser is offline
 
Join Date: Oct 2001
Location: @ MyPC
Posts: 824
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Deadly Assassin View Post
Can you add something that will allows admin to delete accounts?

Works well, but this is a problem. especially when members want to change their race.
goto your database and clear them out there
Reply With Quote
  #41  
Old 06-03-2008, 05:51 AM
Deadly Assassin's Avatar
Deadly Assassin Deadly Assassin is offline
 
Join Date: Aug 2006
Location: VbAnswers.com
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Attilitus View Post
Yes, lack of admin functionality (especially user management) is a huge gap right now.

As a matter of fact, the only things which will be added in the next forseeable release are additions to the admin panel. Right now I am planning on adding a User Management tab and a General Settings tab.
Look forward to the new additions to the Admin panel, this would finish it off nicely.

Quote:
Originally Posted by WEBDosser View Post
goto your database and clear them out there
Where would i do that mate?

Thanks :up:
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:29 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.13855 seconds
  • Memory Usage 2,307KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete