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)

EidolonAH 05-08-2009 08:50 AM

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?

Sugoi na 05-08-2009 11:57 AM

Quote:

Originally Posted by Flowsion (Post 1806728)
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 =/

jimbo68 05-08-2009 02:19 PM

Quote:

Originally Posted by EidolonAH (Post 1806840)
(...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.

gorentals 05-08-2009 02:25 PM

Is this compatible with Vbulletin 3.7, I can't seem to find it anywhere.?

Thanks

OcR Envy 05-08-2009 03:53 PM

Yes works with 3.7.x

Thank you for the % link Sugoi.

Eruantien 05-08-2009 05:49 PM

Anyone know why under 'Barrack's' I have receving a the message "Maximum Training Level Reached" for Offense?

Collussus 05-08-2009 06:20 PM

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 :p

Flowsion 05-08-2009 08:26 PM

Oh, the forum doesn't work because I renamed conquest.php and when you click the button it goes to it. How ican i change this?

Flowsion 05-08-2009 08:43 PM

Also, if you have over a million defence 'Village Overview' doesnt work.

Peterrad 05-08-2009 09:26 PM

thank you , works great , marked as installed


All times are GMT. The time now is 09:12 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.01302 seconds
  • Memory Usage 1,750KB
  • 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
  • (3)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