vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Very Cool Hack (https://vborg.vbsupport.ru/showthread.php?t=36770)

Ryan McBain 03-31-2002 01:04 PM

Quote:

Originally posted by Dejavuth
I've personally coded that hacks................I dunno how you could possibly do it with just template editing.

And we had this hack on since June 2001 and are you calling me a ripper? ripping **** of other hacks and make it my own? it was finished around January 2001

Well for your information.......I don't use any of the RPG hacks here coz they don't suit my taste so everything (RPG) at my place were custom coded.

If i'm correct it's the new clones i've seen that copied the ideas...back then there weren't that many RPG stat hacks

Well thank for your time and have a nice day

And it's extermly easy to code GIl ..weapon.hacks with just HTML?

I'll bet u 50 bucks you can't do it hahaha

Well the entire hack I can't do, thats why I hope someone will post it here :)

Bald Bouncer 03-31-2002 06:50 PM

1 Attachment(s)
I knocked a quick version up, please if you use it at least make changes so it suits your forum, Ive done my best not to make it look a direct rip....alter the colours....

Bald Bouncer 03-31-2002 06:51 PM

1 Attachment(s)
heres a ss....

Dean C 03-31-2002 07:32 PM

i really like this bouncer... uve done a good job ...

nice to see someone sharing their postbit hack ;)

l8er

Dean C 03-31-2002 07:49 PM

i apologise it was E's picture i clicked on ... cud E share this $postbit template with us please ???

Neo 03-31-2002 07:51 PM

Dejavuth: your a idiot go away.

BB: nice job man :)

Stylez 03-31-2002 08:10 PM

the postbit part is easy O_o, ryan wasnt talking about that. the part about the classes and such is the custom made part, the formatting of the postbit like bb just did and e did was just a template edit. the part with the weapons and such we modified actual files that you upload. i think some people got confused on which part we he was talking about. and the part where i said about knowing where people got the idea from, i was referring to afterlab, since he got the inspiration from our forums, so then you see his item shop hack =p. 2 different hacks peoples.

Dejavuth 03-31-2002 10:35 PM

Someone was calling me a ripper

Now let's look at the card design :p looks familiar isn't :D

E 04-01-2002 12:40 AM

1 Attachment(s)
Mist... u can use what i had... but u need the hacks installed... but put this in postbit:

mr e 04-01-2002 02:35 AM

If you want the Level, Exp, HP, MP and such go into admin/functions.php and find

PHP Code:

eval("\$post[profile] = \"".gettemplate("postbit_profile")."\";");
eval(
"\$post[search] = \"".gettemplate("postbit_search")."\";");
eval(
"\$post[buddy] = \"".gettemplate("postbit_buddy")."\";"); 

and ABOVE that do something like

PHP Code:

$exp $post[posts];
$hp round($exp .75);
if (
$hp 1) {
    
$hp 1;
}
    else {
        
$hp $hp;    }
$mp round($jointime $hp 5);
if (
$mp 1) {
    
$mp 1;
}
    else {
        
$mp $mp;
    }
$lvl round(($mp $hp) / 5);
if (
$lvl 1) {
    
$lvl 1;
}
    else {
        
$lvl $lvl;
    } 

then in the postbit template add $lvl, $exp, $hp, and $mp wherever you want. That is just a very simple Level, Exp, HP, MP hack and there ARE better one's out there if you look.


All times are GMT. The time now is 01:47 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.01059 seconds
  • Memory Usage 1,747KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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