![]() |
Quote:
|
I got a problem with Conquest System. Normaly you get after 1 hour 1 turn etc, but after 8 hours i only got 4 turns :( Does someone know about this problem and how to fix it?
|
Had that same issue. Our forum is mostly local so its doesn't get any hits overnight. The way VB's scheduling works if noone's hit the site for a few hours the next person only triggers one update and doesn't catchup on the missed ones. I made a few changes to the update script to calculate the number of missed updates and perform a catchup of the missed ones (just wrapped the existing code in a loop)
My conquestCycle.php below. I've changed the update time to 30 mins (the figure of 1800 in 2 lines below) and changed the VB scheduler to 15 minutes. A bit rough but it worked. PHP Code:
|
Jaxel is there any way i can add the (Turns and gold) to just "Private Messages: Unread 0, Total 55" in the navbar bit so people can see when they get turns etc..
this gets used so much on my forum lol Thanks for this great mod ;) |
Quote:
|
Quote:
Quote:
|
conquestCycle.php is in {forum}/includes/cron
|
Can anyone please tell me how to change a player's nation? One nation has grown extremely powerful, as everyone is joining that one, and I'd like to even the odds, and switch teams.
EDIT: Nevermind. I found the SQL is pretty easily to manipulate. |
I like this mod! I look forward to the updates !
Keep it up ! |
I am thinking about bringing this into my site but my users will not be excited about the ..um.... fantasy aspect of it, it is a sports forum. So I was thinking about changing some of the terms and changing the three nation graphics. The latter is easy enough to do. What I am worried about is that I will be screwed when I go to update the product. Do you think this will be an issue? Is there a safe way for me to change it?
|
Nobody knows about forward updates ATM.
|
Anyone willing to take a stab at the whole resources, and being able to trade them? Or nation heroes?
|
Quote:
|
Quote:
|
Well it is a football board so it shouldn't be too tough of a stretch.
|
I just got this error after it has been working fine too: Fatal error: Allowed memory size of 131072000 bytes exhausted (tried to allocate 35 bytes) in /home/***/public_html/forums/conquest/functions_conquest.php on line 62
I applied the fix in this thread and it fixed it. would be nice to see some updates applied to this game tho. |
Yes I hope there will be some updates before the end of the month. :)
|
Quote:
*keeps fingers crossed* great mod indeed, a favorite on my community forum. |
Howdy folks. This looks like an awesome mod.
I'm having an installation issue though. When I go to import the product XML in the admincp, I keep getting the following database error: Quote:
|
Quote:
|
Fingers crossed. I hope jaxel bring out a new update as soon as possible.
Jaxel is it prossible to add something so you can turn the PM's off that you get if someone attacks you. My members complain about the PM's. |
Dutch... I dont have as much time to program as I used to... so things take a bit longer now...
But know that I DO read every comment people post and I will be taking people's suggestions for the next version. |
Nice to hear Jaxel...our conquest system has pretty much gone off the deep end as noone plays it any longer because it's got so many needed functions. The balancing is difficult...thanks for the hard work.
|
Quote:
So the great mod doesnt die. |
I don't understand this part of the installation instructions;
Quote:
|
Quote:
In most FTP programs all you need to do is to right click "nations" folder and give every group all the permissions. Here's one example how it looks in some program: http://www.ecardmax.com/templates/Ma...d-777_cute.gif |
Any way to make the battles more exciting? Right now it's just a line of text that says whether u woin or not
|
Jaxel, any idea when we can expect the new version?
|
I'd like to know, too.
|
Quote:
Give him the time to bring out a kick ass update :) |
Quote:
He was asking on a possible time frame on when we could expect the updates. We all know Jaxel is mega busy with other projects, but it doesn't mean he can't give us a ballpark figure of when he might be able to update this mod. |
The fact that the demo site shows a database error message is not good for me so Ill just tag this as a maybe for the future...
|
Awesome mod! We use it at http://www.weplayciv.com and it's very popular with our players.
However there is a SEVERE error in how the AR and DR are calculated. Using the supplied formulas the effect of a promotion affects every unit in the army, not a single unit. Also to note in the original formula, natural attack/defense bonus of the Civ is not calculated unless the player has a promotion (multiply by zero issue). Thus the most efficient use of converting gold to AR/DR is to purchase level 1 or 2 promotions. Forget upgrades as the bonus is massively less than spending the equivalent on promotions. Like I'm talking many thousands of AR/DR points. So with that in mind I've created new formulas to calculate both ratings correctly, where a promotion is only applied to a single unit and upgrades affect the entire army. This has fixed all the inbalance for us. :) The below code replaces the same functions in functions_conquest.php in your Conquest folder in the forums. Code:
function fetch_offense($player) |
Another thing we found in our previous game is that 90% of players gravitated to 3 out of 10 nations. This caused a huge inbalance in player numbers leaving most nations with a couple of players and prime targets against the bigger nations.
So I implemented the following if .... else .... then statement around the join nation button to help spread players across all nations. Basically, if the player percentage of that nation is lower than a set threshold then the join button is active, otherwise you get a message saying recruitment disabled for that nation. For us I used 20% of all players in the game as the threshold, but you can change it to whatever works for the number of nations you have. For example, with 3 nations you would probably want to set this threshold to 50%, so no nation has more than half the total players. In style manager open conquest_enlist_bit and find the form submission for joining a nation. Replace it with this: Code:
<if condition="$nation[AVGplayerID] < 20"> |
usergroup permissions dont work to me, when I setup it always its resets to "no" again :S and creates another admintrator usergroup in each try... :S:S
|
@ Thesdale, thanks for your code. I would love to see some of those implemented in the next update as I think they are great. Thanks.
|
allowing chmd 777 to the directory dont you think its risky in term of hacking the forum ?
|
can't wait for the new version! Keep up the good work
|
Search did not come up with anything, but has anyone had any issues with users having 4 billion gold after about 10 minutes of them using this?
|
Quote:
|
All times are GMT. The time now is 09:20 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|