vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - Realm Conquest System (https://vborg.vbsupport.ru/showthread.php?t=211920)

BlueNinjaGo 06-17-2009 04:40 PM

Quote:

Originally Posted by jonlar (Post 1831237)
Hi there. I installed the Conquest system. Works fine so far, but when i want to klick on

Village Overview
Village Armory
Village Barracks
Offense History
Defense History
......
i just get..... no access to this page....

Go to ACP -> Usergroups -> Usergroup Manager -> Edit Administrator -> Find Conquest and enable it for you.
Quote:

Originally Posted by DaddyCool8 (Post 1831377)
"The hours for revenge no matter the size of the enemy village"

What is this about?

There is a built in protection for smaller villages. I think the default is 60%. That means if Village A is 61% bigger than Village B, it cannot attack. BUT if Village B attacks Village A, then Village A has x amount of hours to attack back before the 60% comes into affect.

Collussus 06-18-2009 09:23 PM

It's a shame to see there's barely any activity on this product. It could use alot of little updates.

Megatr0n 06-18-2009 10:03 PM

Quote:

Originally Posted by Jaxel (Post 1829894)
Sorry for the lack of new version yet... swine flu sucks... so the next release wont come for a few more weeks.

We'll all have to wait.

Skyrider 06-20-2009 04:38 PM

How do I remove existing nations? I seem to be only able to add nations, not to remove them.

GigaSb 06-22-2009 11:48 AM

i need to change the lang to hebrew.. there is some sentences i cant find like:

pm's: You have been attacked by

"Your work force has finished and 1 troops have joined your military ranks"
all this kind..

gamerfu 06-24-2009 11:05 AM

can players switch nations? how often?

kellyandmark04 06-24-2009 11:10 PM

I keep getting this error and all my members are as well.

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 35 bytes) in /home/p2fgh778k/public_html/conquest/functions_conquest.php on line 92

therogueforums 06-25-2009 07:32 AM

Not to be rude, but if you read the thread, you would've found this to be a common problem, usually stemming from large armies going at each other. Basically, they lag the system.

dodjer42 06-25-2009 07:53 AM

I like the interface, though the space characters are a little conflicted to the unit types and the game gets tiring after about 36hours. Would be great to see a new game mod with similar tight vB integration but more depth to the game itself.

Collussus 06-25-2009 12:00 PM

Quote:

Originally Posted by kellyandmark04 (Post 1836740)
I keep getting this error and all my members are as well.


Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 35 bytes) in /home/p2fgh778k/public_html/conquest/functions_conquest.php on line 92

Quote:

Originally Posted by therogueforums (Post 1836936)
Not to be rude, but if you read the thread, you would've found this to be a common problem, usually stemming from large armies going at each other. Basically, they lag the system.

Yeah, this is common. Hence why i posted a fix:

Quote:

Originally Posted by Collussus (Post 1818309)
2 of my members got extremely high defense and offense and lost their access to their village overview. I went and looked at the code and found very unnecessary code. To fix this i did the following:

open functions_conquest.php

Go to line 60, remove the whole for script and place down:

PHP Code:

        $weapontotal $weapon[stockCount] * $weapon[wPower];
        
array_push($count$weapontotal); 

Then do the same at line 88 i think. remove the whole for there and place down:

PHP Code:

        $armourtotal $armour[stockCount] * $armour[aPower];
        
array_push($count$armourtotal); 


That should fix the error of "too much memory allocated".



All times are GMT. The time now is 03:38 AM.

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.02157 seconds
  • Memory Usage 1,754KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete