Version: 1.3.0, by Jaxel
Developer Last Online: Sep 2013
Category: Major Additions -
Version: 3.8.x
Rating:
Released: 04-21-2009
Last Update: 04-28-2009
Installs: 211
DB Changes Uses Plugins
Additional Files
No support by the author.
This Conquest System is very similar to the vBarmy system, except it has a few specific fundamental changes. Instead of every player working alone to fight other players, players work together as a single nation to fight other players who are members of different nations. Everything else in the system is pretty much self-explanitory.
This will probably seem like a retarded question to those who want a battle system, but I'm going to throw the idea out there and see what responses I get.
I was wondering whether or not this type of game mod could be turned into a kind of virtual Realm, a place where members could 'live' a virtual life as a character. As I read through this thread I came to the conclusion that it is just for war games really, so I guess my idea wont be finding good reception.
Could this type of game mod be turned into something like that, I don't want our members fighting each other, I want to create a kind of virtual 'World'.
I am no coder so would have no idea how to start making it into that, but I put this question to those who would know, could my idea come into fruition with this mod?
Forum doesn't seem to be working, is this a known problem or my fault? Thanks.
What errors are you getting?
You are the first person out of the 90 or so installs to say their forum isn't working. I assume you have done something a bit screwy =P
Quote:
This will probably seem like a retarded question to those who want a battle system, but I'm going to throw the idea out there and see what responses I get.
I was wondering whether or not this type of game mod could be turned into a kind of virtual Realm, a place where members could 'live' a virtual life as a character. As I read through this thread I came to the conclusion that it is just for war games really, so I guess my idea wont be finding good reception.
Could this type of game mod be turned into something like that, I don't want our members fighting each other, I want to create a kind of virtual 'World'.
I am no coder so would have no idea how to start making it into that, but I put this question to those who would know, could my idea come into fruition with this mod?
Personally I like this system because it's simple & doesn't consume to much resourced. Their was once a system called RPG Inferno that was basically what you are describing. It was a forum based RPG realm like system that users could "live" in. The issue for me was it required a private server to run with anything like 10-15 people =/
(...snip...)
I was wondering whether or not this type of game mod could be turned into a kind of virtual Realm, a place where members could 'live' a virtual life as a character. (...snip...)
That's what I was initially looking for. I think you are looking for something like Legend of the Green Dragon integration, but that hasn't been done (I've looked)
The Conquest system is extremely popular on my site though, and I'm rather fond of it in it's current incarnation - although I am having pagination issues with my Nation Forums (can't view pages 2,3,4 etc of nation forums, even though the link is there)
If no one else is having this problem, it could be my VBSEO barking at the forum pagination somehow I guess.
Well, couldn't find the exploit as of yet. But i did add the error messages for selling to avoid confusion for members.
For the error messages go to conquest/functions_conquest_armory.php
on line 69 there's this sql:
PHP Code:
$vbulletin->db->query_write("UPDATE IGNORE ".TABLE_PREFIX."conquest_players SET pGold = '".$newGoldCount."' WHERE playerID = ".$player[playerID]." ");
Under it add:
PHP Code:
if ($totalGain > 0) { return '<font color="'.$passcolor.'">You have sold some of your weapons and armor and made a return of '.$totalGain.' gold</font>'; } else { return '<font color="'.$failcolor.'">You have not sold any weapons or armor</font>'; }
Basically copied the same thing as he did in the buying spot. Should work like this