Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
RPG Class Hack v3.3 Details »»
RPG Class Hack v3.3
Version: 1.00, by [D]Vincent [D]Vincent is offline
Developer Last Online: Jul 2003 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 09-14-2002 Last Update: Never Installs: 73
 
No support by the author.

Vincent]Bleh, I finished this a while back but I never wanted to release it, I just decided to release it although there's not much of a change with the classes besides the images working with the gender hack. Anyways let's get on with it.


--- New features from 2.0
-- Up to 32 different classes! Each with a male and female image!
-- Classes now effect your stats!
-- Class Levels have been switched to Class Ranks!
Rank 1: Learner
Rank 2: Beginner
Rank 3: Novice
Rank 4: Apprentice
Rank 5: Journeyman
Rank 6: Expert
Rank 7: Teacher
Rank 8: Grand Teacher
Rank 9: Master
Rank 10(final rank): Grand Master
-- Races added that effect your stats!
-- Alignments added that effect the outcome of your name of your race(I.E. if you're evil and you're a human you're race name appears as Dark Human)!
-- Class images that are effect by your gender!
-- Easier to customize in the postbit template!

--- Features that may be included in the next version(if there is a next version)
-- Admin CP Functions
-- Special Skills for each class
-- Special Skills for each class are effected by race
-- RPG Type
-- Class effects total HP/MP(I have an idea for this, it would be an add-on for the level hack)
-- And more added in the txt file for this in the zip(some features that I listed here were not listed on the txt file).

--- Screenshot
https://vborg.vbsupport.ru/attachmen...&postid=299261

Credit is given in the readme file. Please read it.
Any bugs you find please report by PMing me or posting it here. You can also drop me an e-mail at DarkVincent@fflounge.zzn.com.

If there's anything I missed please point it out.

************* UPDATE

Updated to v3.3

--- New Features
-- Added in RPG Gender instead of you having to install the Gender hack
-- Added in RPG Types that effect your stats, the types are as follows:
- Fighter: Higher Physical Stats, Lower Magic Stats
- Mage: Higher Magic Stats, Lower Physical Stats
- Thief: Higher Speed and Evade, lower defense stats
- Attacker: Higher Attacking stats(m.attack, p.attack, and speed), lower Defense stats(m.defense, p.defense, and evade)
- Defender: Higher Defending stats(m.defense, p.defense, and evade), lower Attacking stats(m.attack, p.attack, and speed)
-- 5 limit breaks for each RPG Type

Enjoy.

************* UPDATE

Fixed an error in the types and in the limit breaks. Zip updated.

Enjoy.

************* UPDATE

Fixed an error in the template part with the RPG types and fixed the rclass problem.
To fix the problems if you already installd it then just overwrite the classes part with the new classes.txt and overwrite the template part with the new template.txt.

Enjoy.

Show Your Support

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

Comments
  #32  
Old 09-24-2002, 12:02 PM
Ninth Dimension's Avatar
Ninth Dimension Ninth Dimension is offline
 
Join Date: Oct 2001
Location: London, England.
Posts: 739
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

dude, i'm still getting an error with the limit break code, and I still can't find it
Reply With Quote
  #33  
Old 09-24-2002, 04:34 PM
Ninth Dimension's Avatar
Ninth Dimension Ninth Dimension is offline
 
Join Date: Oct 2001
Location: London, England.
Posts: 739
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've now got this fantastic hack installed (demo here http://gamevine.co.uk/forum/showthre...=&threadid=546) with some minor changes (like changing the gender, type and alignment into images).

Can I just point out that you have another few errors in your code (a tiny bit of bad HTML, and a wrong variable) but the code below should fix it (just copy into modifyprofile under $customfields) :

Code:
<tr>
		<td bgcolor="#1C5780"><normalfont><b>RPG Race:</b></normalfont><br>
		<smallfont>The Race you want your character to be on the RPG.</smallfont></td>
		<td bgcolor="#1C5780"><normalfont>
                            <select name="rpgrace">
                <option value="0"$rpgrace_select[0]>Unknown</option>
	<option value="1"$rpgrace_select[1]>Human</option>
	<option value="3"$rpgrace_select[2]>Elf</option>
                <option value="4"$rpgrace_select[3]>Dwarf</option>
	<option value="6"$rpgrace_select[4]>Orc</option>
	<option value="7"$rpgrace_select[5]>Ogre</option>
                <option value="8"$rpgrace_select[6]>Goblin</option>
                <option value="9"$rpgrace_select[7]>Dragonian</option>
	            </select></normalfont></td>
                            </tr>
<tr>
	<td bgcolor="#13486D"><normalfont><b>RPG Class:</b></normalfont><br>
<smallfont>The Class you want your character to be on the RPG.</td>
	<td bgcolor="#13486D"><smallfont><select name="rpgclass">
	              <option value="0"$rpgclass_select[0]>None</option>
	              <option value="1"$rpgclass_select[1]>Sky Reaper</option>
	              <option value="2"$rpgclass_select[2]>Archer</option>
	              <option value="3"$rpgclass_select[3]>Arch Mage</option>
	              <option value="4"$rpgclass_select[4]>Assassin</option>
	              <option value="5"$rpgclass_select[5]>Black Mage</option>
	              <option value="6"$rpgclass_select[6]>Black Smith</option>
	              <option value="7"$rpgclass_select[7]>Bodyguard</option>
	              <option value="8"$rpgclass_select[8]>Calculator</option>
	              <option value="9"$rpgclass_select[9]>Captain</option>
	              <option value="10"$rpgclass_select[10]>Chemist</option>
	              <option value="11"$rpgclass_select[11]>Dark Knight</option>
	              <option value="12"$rpgclass_select[12]>Dragoon</option>
	              <option value="13"$rpgclass_select[13]>Ex-Soldier</option>
	              <option value="14"$rpgclass_select[14]>Foot Soldier</option>
	              <option value="15"$rpgclass_select[15]>Gambler</option>
	              <option value="16"$rpgclass_select[16]>Geomancer</option>
	              <option value="17"$rpgclass_select[17]>Holy Knight</option>
	              <option value="18"$rpgclass_select[18]>Knight</option>
	              <option value="19"$rpgclass_select[19]>Mediator</option>
	              <option value="20"$rpgclass_select[20]>Mercenary</option>
	              <option value="21"$rpgclass_select[21]>Mime</option>
	              <option value="22"$rpgclass_select[22]>Monk</option>
	              <option value="23"$rpgclass_select[23]>Ninja</option>
	              <option value="24"$rpgclass_select[24]>Oracle</option>
	              <option value="25"$rpgclass_select[25]>Red Mage</option>
	              <option value="26"$rpgclass_select[26]>Samurai</option>
	              <option value="27"$rpgclass_select[27]>Sniper</option>
	              <option value="28"$rpgclass_select[28]>Squire</option>
	              <option value="29"$rpgclass_select[29]>Summoner</option>
	              <option value="30"$rpgclass_select[30]>Thief</option>
	              <option value="31"$rpgclass_select[31]>Time Mage</option>
	              <option value="32"$rpgclass_select[32]>Vampire</option>
	              <option value="33"$rpgclass_select[33]>White Mage</option>
	</select></smallfont></td>
</tr>


<tr>
		<td bgcolor="#1C5780"><normalfont><b>RPG Gender:</b></normalfont><br>
		<smallfont>This would be your RPG Character's Gender, not your gender in real life.</smallfont></td>
		<td bgcolor="#1C5780"><normalfont>
                            <select name="rpggender">
                <option value="0"$rpggender_select[0]>Unknown</option>
	<option value="1"$rpggender_select[1]>Female</option>
	<option value="2"$rpggender_select[2]>Male</option>
	            </select></normalfont></td>
                            </tr>
<tr>
		<td bgcolor="#13486D"><normalfont><b>RPG Alignment:</b></normalfont><br>
		<smallfont>The side you want your character to be on the RPG.</smallfont></td>
		<td bgcolor="#13486D"><normalfont>
                            <select name="alignment">
                <option value="0"$rpgalign_select[0]>Neutral</option>
	<option value="1"$rpgalign_select[1]>Good</option>
	<option value="2"$rpgalign_select[2]>Evil</option>
	            </select></normalfont></td>
                            </tr>
<tr>
		<td bgcolor="#1C5780"><normalfont><b>RPG Type:</b></normalfont><br>
		<smallfont>The RPG Type you want your character to be on the RPG.</smallfont></td>
		<td bgcolor="#1C5780"><normalfont>
    <select name="rpgtype">
    <option value="0"$rpgtype_select[0]>None</option>
	<option value="1"$rpgtype_select[1]>Fighter</option>
	<option value="2"$rpgtype_select[2]>Mage</option>
    <option value="3"$rpgtype_select[3]>Thief</option>
	<option value="4"$rpgtype_select[4]>Attacker</option>
	<option value="5"$rpgtype_select[5]>Defender</option>
	</select></normalfont></td>
                            </tr>
</table>
</td></tr></table>
Reply With Quote
  #34  
Old 09-25-2002, 02:50 AM
ExAvIoUr ExAvIoUr is offline
 
Join Date: Jan 2002
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i get an error in the admin/functions.php too. here....

error:
Parse error: parse error, unexpected T_IS_SMALLER_OR_EQUAL in /usr/local/psa/home/vhosts/finalfantasy-world.com/web_users/static/admin/functions.php on line 1002

here's that line:
if ($classrank2 >="1" and <= "2") {

wuts wrong with it??

then i get another error in the admin/sessions.php

error:
Fatal error: Call to undefined function: getuserinfo() in /usr/local/psa/home/vhosts/finalfantasy-world.com/web_users/static/admin/sessions.php on line 324

the line:
$bbuserinfo=getuserinfo($session['userid']);

wuts wrong with taht one as well??
Reply With Quote
  #35  
Old 09-25-2002, 02:58 AM
ExAvIoUr ExAvIoUr is offline
 
Join Date: Jan 2002
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, im gonna attach my whole functions.php file and someone plz find the error!

if u want me to attact my session.php file too i can do that.
Reply With Quote
  #36  
Old 09-25-2002, 09:51 AM
[D]Vincent's Avatar
[D]Vincent [D]Vincent is offline
 
Join Date: Jun 2002
Location: In my own little world?
Posts: 411
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bleh. Hold on let me go check it out again.
Reply With Quote
  #37  
Old 09-25-2002, 10:05 AM
[D]Vincent's Avatar
[D]Vincent [D]Vincent is offline
 
Join Date: Jun 2002
Location: In my own little world?
Posts: 411
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay I think I have it now lol. I fixed the problem in the template also. Updated zip. Now let's hope I don't still have things screwed up -_-
Reply With Quote
  #38  
Old 09-25-2002, 10:36 AM
nghiasi nghiasi is offline
 
Join Date: Jun 2002
Location: USA
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got error :

Parse error: parse error in functions.php on line 917

Fatal error: Call to undefined function: getuserinfo() in sessions.php on line 108
Reply With Quote
  #39  
Old 09-25-2002, 11:53 AM
ExAvIoUr ExAvIoUr is offline
 
Join Date: Jan 2002
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok [D], i'll go test it out later and see what it does.
Reply With Quote
  #40  
Old 09-26-2002, 03:46 AM
nghiasi nghiasi is offline
 
Join Date: Jun 2002
Location: USA
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I guess there are not so many support for V3.3 so anyknow where can I get V2.0 ? I visited the thread but they linked me in here ? Please anyeone?
Reply With Quote
  #41  
Old 09-26-2002, 07:50 AM
[D]Vincent's Avatar
[D]Vincent [D]Vincent is offline
 
Join Date: Jun 2002
Location: In my own little world?
Posts: 411
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What's on line 917?

Sorry I have been busy with my own site that I have not been able to help you guys. Now that my site is back up and running I can go test it for myself and see the errors.
Reply With Quote
Reply


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 12:36 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.15400 seconds
  • Memory Usage 2,325KB
  • Queries Executed 25 (?)
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
  • (1)bbcode_code
  • (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
  • (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