vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - WoW Character BBCode (https://vborg.vbsupport.ru/showthread.php?t=169389)

sweede 02-29-2008 09:19 AM

It's an issue, but it seems pretty consistent on any bbcode addition that requires a callback function.

If you add a set of bbcode through the vbulletin admin Cp panel, it will work in the quick editor just fine, but you can't add callback code through there, which is what i need to do.

the only real work around is to go to your admincp, options -> message posting interface options ,

change all 3 to "enable standard controls"

hinch 02-29-2008 12:28 PM

just a note in the current version dont know if these are bugs or what.

defence is only showing the character base defence not defence + item defence bonus.
ie: warriors showing 370 defence and not 400+ (including item bonus)

on warlocks it shows shadow damage and shadow damage crit however doesn't show fire damage crit just fire damage.
perhaps changing shadow damage crit to just spell crit would be a good idea for multiple element casters.

sweede 02-29-2008 12:46 PM

Quote:

Originally Posted by hinch (Post 1453623)
just a note in the current version dont know if these are bugs or what.

defence is only showing the character base defence not defence + item defence bonus.
ie: warriors showing 370 defence and not 400+ (including item bonus)

on warlocks it shows shadow damage and shadow damage crit however doesn't show fire damage crit just fire damage.
perhaps changing shadow damage crit to just spell crit would be a good idea for multiple element casters.

Open up functions_wowcharcode.php in your editor and find
Code:

$value["fire crit change"]
The change should be obvious :)

line 474 , change

PHP Code:

$value["defense"] = $defenses['defense']['value']; 

to
PHP Code:

$value["defense"] = $defenses['defense']['plusdefense'] + $defenses['defense']['value']; 


hinch 02-29-2008 09:44 PM

the crit change isn't so obvious as in your code you have all spell crits split off separately what i'm proposing is merging them all so they're not split off anymore since for warlocks and I assume mage's too etc your crit chance with one damage type is teh same as the other damage type excluding talents (since armoury excludes talents anyway)

sweede 02-29-2008 10:27 PM

Quote:

Originally Posted by hinch (Post 1454016)
the crit change isn't so obvious as in your code you have all spell crits split off separately what i'm proposing is merging them all so they're not split off anymore since for warlocks and I assume mage's too etc your crit chance with one damage type is teh same as the other damage type excluding talents (since armoury excludes talents anyway)

HTML Code:

<critChance rating="285">
          <arcane percent="23.34"/>
          <fire percent="32.34"/>
          <frost percent="23.34"/>
          <holy percent="23.34"/>
          <nature percent="23.34"/>
          <shadow percent="23.34"/>
</critChance>

Taken from a firemage's armory.

In the future, the crit chance returned will be based on the characters spec, which would govern their primary nuke. You will also have the option to display the max crit rate and all schools individual crit rates.

pewp 03-01-2008 02:57 AM

This is awesome!

Is there any way to add like custom fields in the mouseover? perhaps custom images per character?

I'm also noticing that some of the gear bonuses aren't showing. my tankadin is only showing 370 defense.

Gooner 03-01-2008 08:34 AM

i get this error when it fetches data for a level 39.... but i get no error with level 70's

Quote:

Warning: Invalid argument supplied foreach() in includes/functions_wowcharcode.php on line 811

sweede 03-06-2008 11:22 AM

Quote:

Originally Posted by Gooner (Post 1454266)
i get this error when it fetches data for a level 39.... but i get no error with level 70's

Your lvl 39 character has no professions or just one profession ?
please post (or pm) me the armory URL of the character that causes an error.

maevonee 03-06-2008 07:07 PM

Its not working for me. When I scroll over it gives me an x for character avatar then just says LEVEL:

maevonee 03-07-2008 06:48 PM

Can I get some help please.


All times are GMT. The time now is 10:11 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.01704 seconds
  • Memory Usage 1,751KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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