Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > RPG Integration Hack
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools
RPG Integration Hack - Old Support Thread Details »»
RPG Integration Hack - Old Support Thread
Version: , by MindTrix MindTrix is offline
Developer Last Online: Jul 2013 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 08-17-2004 Last Update: Never Installs: 0
 
No support by the author.

Nice conversion there mate, lot of work has gone into it so well done and thanks for sharing it

Show Your Support

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

Comments
  #22  
Old 08-17-2004, 08:16 PM
Polo's Avatar
Polo Polo is offline
 
Join Date: Jun 2004
Posts: 893
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
- images are missing (unless I'm not thinking right)
yeah, that was the same thing that i been wondering since I downloaded the file..... actually since my first post... where are the images and the midi files...
  #23  
Old 08-17-2004, 08:21 PM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dark Dragon
cool hack, couple of error though..
- battle logging = gone ?
Yes, thats gone cos I just couldnt get the damn thing to work. It would show the thread on the main page but the id and text of it was a complete mess, so I decided to scrap it.


And about the images, balls. :knockedout:
I swear they were in there when I made the zip! and...stuff... *looks around and whistles*

*updates zip*
Had to add them in 2 seperate attachments because of the filesize limit.


And theres no midi files, you have to add the midis yourself
  #24  
Old 08-17-2004, 08:33 PM
Polo's Avatar
Polo Polo is offline
 
Join Date: Jun 2004
Posts: 893
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
And theres no midi files, you have to add the midis yourself
sounds good
  #25  
Old 08-17-2004, 08:37 PM
Holidazed's Avatar
Holidazed Holidazed is offline
 
Join Date: May 2002
Location: Van Nuys, CA
Posts: 713
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Virulent1
Is this lottery for Ushop? or will any of this have an effect on UShop?
I am interested in this too. Does this use its own money system or can we use the uShop money system. The last thing I need is yet another unique money system on my site.
  #26  
Old 08-17-2004, 08:39 PM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Everything uses uCS money system ONLY
(hence the limitation of it needing to be the uttpoints field in the user table )
  #27  
Old 08-17-2004, 08:40 PM
Dark Dragon Dark Dragon is offline
 
Join Date: May 2003
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I grew tired of entering URLs to get to places, so I made a navigation system. This will add an "RPG" category to your navbar.


In navbar template,

Find:
PHP Code:
       <td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td
Add Above:

PHP Code:
<if condition="$show['member']">
<
td class="vbmenu_control" id="rpg"><a href="#rpg">RPG</a> <script type="text/javascript"vbmenu_register("rpg"); </script></td>
</if> 

Find:
PHP Code:
<!-- / NAVBAR POPUP MENUS --> 
Add above:

PHP Code:
    <if condition="$show['member']">
    <!-- 
RPG Menu -->
    <
div class="vbmenu_popup" id="rpg_menu" style="display:none">
        <
table cellpadding="4" cellspacing="1" border="0">
        
                <
tr><td class="thead">RPG</td></tr>        
        <
tr><td class="vbmenu_option"><a href="rpgcp.php">RPG Main</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="battle.php">Battle Arena</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="itemshop.php">Itemshop</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="profile.php?do=updaterpg">Edit Your Character</a></td></tr>
<
tr><td class="vbmenu_option"><a href="heal.php">Healing Center</a></td></tr>
<
tr><td class="vbmenu_option"><a href="battle.php?action=showbattlestats">RPG Top 10</a></td></tr>
<
tr><td class="vbmenu_option"><a href="battle.php?action=showuserstats">Check Your Stats</a></td></tr>

        </
table>
    </
div>
    <!-- / 
RPG Menu -->
    </if> 
i think this should be included in the hack
  #28  
Old 08-17-2004, 08:42 PM
Virulent1 Virulent1 is offline
 
Join Date: Aug 2004
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Im confused... does this lotto use the UShop money system? If not.. you should think about submitting one im sure alot of people would want this :P
  #29  
Old 08-17-2004, 08:51 PM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Dark, I had a similar one almost typed down, it was just a second navbar. But your option used the javascript dropdown which is cooler
Ill add them both so users can choose

And Virulent,
Quote:
Everything uses uCS money system ONLY
uCS = uCash & uShop.
Theres NO other money system, EVERYTHING is fully integrated with uCS
  #30  
Old 08-17-2004, 08:53 PM
SB2002 SB2002 is offline
 
Join Date: Dec 2002
Location: United States
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i don't know if it is me or not, but the main zip file seems to be missing? If it is me then sorry, it's getting late here, lol
  #31  
Old 08-17-2004, 08:57 PM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Its all fixed now

BTW I'll be going to bed now, so in the morning I'll check if anyone can confirm/defirm (yes I know thats not a word, sue me) TheRayden's error in the profile.


//out
Closed Thread


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 01:44 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.08298 seconds
  • Memory Usage 2,345KB
  • Queries Executed 26 (?)
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
  • (4)bbcode_php
  • (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
  • (2)pagenav_pagelinkrel
  • (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_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