vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   World of Warcraft - Talent Calculator CMPS (https://vborg.vbsupport.ru/showthread.php?t=113075)

Zachariah 04-17-2006 05:55 PM

@ BioVader - nice :D
It would be easy to do a popup w/ the menu

Ideas
- Take that image in photoshop and cut out each image (make a link per image) and place the images in a block.
- Image map links onto that image and place it in a block or even a simple line of text links w/ little arrow bullet images.
- Make a vBdrop down menu like the breadcrumb menu.

I was looking @ the menu its is only a 20x196 jpg image strip with tables and rows.

Code:

<table id="mtwtcMenu3" border="0" cellpadding="0" cellspacing="0" onmouseover="mtwtc.MenuOver()" onmouseout="mtwtc.MenuOut()">
            <tr><td style="padding-left: 2px"><div><b>Choose a class:</b></div></td></tr>
            <tr><td style="background: #232323; height:3px"></td></tr>
            <tr><td><div><a href="javascript:;" onmouseup="mtwtc.ChooseClass(0)">Druid</a></div></td></tr>
            <tr><td><div><a href="javascript:;" onmouseup="mtwtc.ChooseClass(1)">Hunter</a></div></td></tr>
            <tr><td><div><a href="javascript:;" onmouseup="mtwtc.ChooseClass(2)">Mage</a></div></td></tr>
            <tr><td><div><a href="javascript:;" onmouseup="mtwtc.ChooseClass(3)">Paladin</a></div></td></tr>
            <tr><td><div><a href="javascript:;" onmouseup="mtwtc.ChooseClass(4)">Priest</a></div></td></tr>
            <tr><td><div><a href="javascript:;" onmouseup="mtwtc.ChooseClass(5)">Rogue</a></div></td></tr>
            <tr><td><div><a href="javascript:;" onmouseup="mtwtc.ChooseClass(6)">Shaman</a></div></td></tr>
            <tr><td><div><a href="javascript:;" onmouseup="mtwtc.ChooseClass(7)">Warlock</a></div></td></tr>
            <tr><td><div><a href="javascript:;" onmouseup="mtwtc.ChooseClass(8)">Warrior</a></div></td></tr>
            </table>

-+-+-+-+-+-+-+-+-+-+-+-+

Did You Know ?

mt_class (optional) If you have this variable set to a number, the calculator will be pre-set to show the talents for the corresponding class. If you don't have this variable in your script, then there will initially be a menu that lets the user choose which class to go with.

1 = Druid, 2 = Hunter, 3 = Mage, 4 = Paladin, 5 = Priest, 6 = Rogue, 7 = Shaman, 8 = Warlock, 9 = Warrior

Code:

<script>
var mt_width = 500;
var mt_class = 1;
var mt_css = 'http://www.yoursite.com/forums/style.css';
</script>

If you remove the line of code the Dropdown will be default page load vs. only 1 class.

noel_leon 08-11-2006 05:55 AM

<font color="Lime">*Clicks Install*</font>
Thanks!

Kinneas 01-13-2007 01:11 AM

Hmm, I think this is now out of date due to the new patch. I don't suppose anyone knows if they plan to update it? Still seems to link to the Patch 2.0.1 (12/05/2006) version for me.

Caerydd 01-24-2008 04:21 PM

I'd be interested in a 3.6.8 version of this :) Very nice idea.

Caerydd 02-12-2008 10:08 AM

Does not work any more, I think wowhead removed the api.

Zachariah 02-15-2008 03:51 PM

ya I think they did.
- any idea if they have another version ?

Mother_Dee 04-07-2008 07:03 PM

According to an email I received from wowhead, the embedded talent calculator has been totally removed as it was too difficult to keep updated and "was used by very few sites" but "we have been looking at reimplementing the capability in a new way."

(courtesy Malgayne - Community Manager)

KOM 09-01-2009 12:51 PM

I would love to see you guys pick this hack back up. I'll keep an eye out


All times are GMT. The time now is 09:54 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.01179 seconds
  • Memory Usage 1,730KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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